Take-home Exercise 3: Predicting HDB Public Housing Resale Pricies using Geographically Weighted Methods
1. Setting the Scene
Housing is an essential component of household wealth worldwide. Buying a housing has always been a major investment for most people. The price of housing is affected by many factors. Some of them are global in nature such as the general economy of a country or inflation rate. Others can be more specific to the properties themselves. These factors can be further divided to structural and locational factors. Structural factors are variables related to the property themselves such as the size, fitting, and tenure of the property. Locational factors are variables related to the neighbourhood of the properties such as proximity to childcare centre, public transport service and shopping centre.
Conventional, housing resale prices predictive models were built by using Ordinary Least Square (OLS) method. However, this method failed to take into consideration that spatial autocorrelation and spatial heterogeneity exist in geographic data sets such as housing transactions. With the existence of spatial autocorrelation, the OLS estimation of predictive housing resale pricing models could lead to biased, inconsistent, or inefficient results (Anselin 1998). In view of this limitation, Geographical Weighted Models were introduced for calibrating predictive model for housing resale prices.
The Task
In this take-home exercise, you are tasked to predict HDB resale prices at the sub-market level (i.e. HDB 3-room, HDB 4-room and HDB 5-room) for the month of January and February 2023 in Singapore. The predictive models must be built by using by using conventional OLS method and GWR methods. You are also required to compare the performance of the conventional OLS method versus the geographical weighted methods.
2. R Packages
Install and Load R packages
# initialise a list of required packagespackages =c('sf', 'tidyverse', 'tmap', 'spdep', 'onemapsgapi', 'units', 'matrixStats', 'readxl', 'jsonlite','olsrr', 'corrplot', 'ggpubr', 'GWmodel','devtools', 'kableExtra', 'plotly', 'ggthemes')# for each package, check if installed and if not, install itfor (p in packages){if(!require(p, character.only = T)){install.packages(p) }library(p,character.only = T)}
Loading required package: sf
Linking to GEOS 3.9.3, GDAL 3.5.2, PROJ 8.2.1; sf_use_s2() is TRUE
Warning: package 'tmap' was built under R version 4.2.3
Loading required package: spdep
Loading required package: sp
Loading required package: spData
To access larger datasets in this package, install the spDataLarge
package with: `install.packages('spDataLarge',
repos='https://nowosad.github.io/drat/', type='source')`
Loading required package: onemapsgapi
Warning: package 'onemapsgapi' was built under R version 4.2.3
Loading required package: units
udunits database from C:/R/R-4.2.2/library/units/share/udunits/udunits2.xml
Loading required package: matrixStats
Warning: package 'matrixStats' was built under R version 4.2.3
Attaching package: 'matrixStats'
The following object is masked from 'package:dplyr':
count
Loading required package: readxl
Loading required package: jsonlite
Attaching package: 'jsonlite'
The following object is masked from 'package:purrr':
flatten
Loading required package: olsrr
Warning: package 'olsrr' was built under R version 4.2.3
Attaching package: 'olsrr'
The following object is masked from 'package:datasets':
rivers
Loading required package: corrplot
corrplot 0.92 loaded
Loading required package: ggpubr
Loading required package: GWmodel
Loading required package: maptools
Checking rgeos availability: FALSE
Please note that 'maptools' will be retired during 2023,
plan transition at your earliest convenience;
some functionality will be moved to 'sp'.
Note: when rgeos is not available, polygon geometry computations in maptools depend on gpclib,
which has a restricted licence. It is disabled by default;
to enable gpclib, type gpclibPermit()
Loading required package: robustbase
Attaching package: 'robustbase'
The following objects are masked from 'package:matrixStats':
colMedians, rowMedians
Loading required package: Rcpp
Loading required package: spatialreg
Loading required package: Matrix
Attaching package: 'Matrix'
The following objects are masked from 'package:tidyr':
expand, pack, unpack
Attaching package: 'spatialreg'
The following objects are masked from 'package:spdep':
get.ClusterOption, get.coresOption, get.mcOption,
get.VerboseOption, get.ZeroPolicyOption, set.ClusterOption,
set.coresOption, set.mcOption, set.VerboseOption,
set.ZeroPolicyOption
Welcome to GWmodel version 2.2-9.
Loading required package: devtools
Loading required package: usethis
Loading required package: kableExtra
Attaching package: 'kableExtra'
The following object is masked from 'package:dplyr':
group_rows
Loading required package: plotly
Attaching package: 'plotly'
The following object is masked from 'package:ggplot2':
last_plot
The following object is masked from 'package:stats':
filter
The following object is masked from 'package:graphics':
layout
Loading required package: ggthemes
Warning: package 'ggthemes' was built under R version 4.2.3
#dont load this corrplot in pacman install seperately to avoid unneeded confict
Rows: 13 Columns: 5
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (2): Name, Address
dbl (3): Postal code, long, lat
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Simple feature collection with 0 features and 1 field
Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA
Projected CRS: SVY21
[1] COSTAL_NAM geometry
<0 rows> (or 0-length row.names)
mpsz_sf [rowSums(is.na(mpsz_sf))!=0,]
Simple feature collection with 0 features and 15 fields
Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA
Projected CRS: SVY21
[1] OBJECTID SUBZONE_NO SUBZONE_N SUBZONE_C CA_IND PLN_AREA_N
[7] PLN_AREA_C REGION_N REGION_C INC_CRC FMEL_UPD_D X_ADDR
[13] Y_ADDR SHAPE_Leng SHAPE_Area geometry
<0 rows> (or 0-length row.names)
#Transporttrain_sf[rowSums(is.na(train_sf))!=0,]
Simple feature collection with 0 features and 1 field
Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA
Projected CRS: SVY21
[1] stn_name geometry
<0 rows> (or 0-length row.names)
bus_sf[rowSums(is.na(bus_sf))!=0,]
Simple feature collection with 7 features and 3 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 22616.75 ymin: 29184.57 xmax: 42187.23 ymax: 47793.68
Projected CRS: SVY21
BUS_STOP_N BUS_ROOF_N LOC_DESC geometry
280 47201 UNK <NA> POINT (22616.75 47793.68)
3269 96319 <NA> Yusen Logistics POINT (42187.23 34995.78)
5149 06011 B01 <NA> POINT (28634.37 29240.45)
5150 05012 B10 <NA> POINT (28839.85 29327.88)
5151 05019 B09 <NA> POINT (28861.97 29293.33)
5152 05069 B09A <NA> POINT (28770.39 29184.57)
5153 06029 B06 <NA> POINT (28602.95 29334.55)
#Healthgantry_sf[rowSums(is.na(gantry_sf))!=0,]
Simple feature collection with 0 features and 1 field
Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA
Projected CRS: SVY21
[1] TYP_CD_DES geometry
<0 rows> (or 0-length row.names)
Simple feature collection with 0 features and 1 field
Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA
Projected CRS: SVY21 / Singapore TM
[1] NAME geometry
<0 rows> (or 0-length row.names)
gym_sf_2[rowSums(is.na(gym_sf_2))!=0,]
Simple feature collection with 0 features and 1 field
Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA
Geodetic CRS: WGS 84
[1] Name geometry
<0 rows> (or 0-length row.names)
organic_sf[rowSums(is.na(organic_sf))!=0,]
Simple feature collection with 0 features and 1 field
Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA
Geodetic CRS: WGS 84
[1] Name geometry
<0 rows> (or 0-length row.names)
dengue_sf[rowSums(is.na(dengue_sf))!=0,]
Simple feature collection with 0 features and 1 field
Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA
Geodetic CRS: WGS 84
[1] Name geometry
<0 rows> (or 0-length row.names)
Simple feature collection with 0 features and 1 field
Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA
Geodetic CRS: WGS 84
[1] Name geometry
<0 rows> (or 0-length row.names)
There’s a missing value in our cycling_sf , bus_sf datasets, so let’s remove the NA observation:
Simple feature collection with 0 features and 1 field
Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA
Projected CRS: SVY21
[1] PLANNING_1 geometry
<0 rows> (or 0-length row.names)
bus_sf[rowSums(is.na(bus_sf))!=0,]
Simple feature collection with 0 features and 3 fields
Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA
Projected CRS: SVY21
[1] BUS_STOP_N BUS_ROOF_N LOC_DESC geometry
<0 rows> (or 0-length row.names)
Warning: st_crs<- : replacing crs does not reproject data; use st_transform for
that
mpsz_sf <-st_set_crs(mpsz_sf, 3414)
Warning: st_crs<- : replacing crs does not reproject data; use st_transform for
that
train_sf <-st_set_crs(train_sf, 3414)
Warning: st_crs<- : replacing crs does not reproject data; use st_transform for
that
bus_sf <-st_set_crs(bus_sf, 3414)
Warning: st_crs<- : replacing crs does not reproject data; use st_transform for
that
# with st_transform(), we can change from one CRS to anothergantry_sf <-st_transform(gantry_sf, crs=3414)cycling_sf <-st_transform(cycling_sf, crs=3414)elderly_Care_sf <-st_transform(elderly_Care_sf, crs=3414)gym_sf_2 <-st_transform(gym_sf_2, crs=3414)organic_sf <-st_transform(organic_sf, crs=3414)supermarket_sf <-st_transform(supermarket_sf, crs=3414)dengue_sf <-st_transform(dengue_sf, crs=3414)good_primary_school_sf <-st_transform(good_primary_school_sf, crs=3414)
For the purpose of this take-home exercise, HDB Resale Flat Prices provided by Data.gov.sg should be used as the core data set. The study should focus on either three-room, four-room or five-room flat and transaction period should be from 1st January 2021 to 31st December 2022. The test data should be January and February 2023 resale prices.
Below is a list of recommended predictors to consider. However, students are free to include other appropriate independent variables.
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LATITUDE[i] <- temp_output$results.LATITUDE: number of items
to replace is not a multiple of replacement length
Warning in resale$LONGITUDE[i] <- temp_output$results.LONGITUDE: number of items
to replace is not a multiple of replacement length
4.1 Structural Factors
Floor level
unique(resale$storey_range)
[1] "01 TO 03" "10 TO 12" "07 TO 09" "16 TO 18" "22 TO 24" "04 TO 06"
[7] "19 TO 21" "28 TO 30" "25 TO 27" "13 TO 15" "37 TO 39" "31 TO 33"
[13] "34 TO 36" "40 TO 42" "46 TO 48" "43 TO 45" "49 TO 51"
Warning in abbreviate_shapefile_names(obj): Field names abbreviated for ESRI
Shapefile driver
Writing layer `resale-final' to data source
`data/geospatial/resale-final.shp' using driver `ESRI Shapefile'
Writing 9608 features with 44 fields and geometry type Point.
** 5.0 Predictive Model**
Task :
In this take-home exercise, you are tasked to predict HDB resale prices at the sub-market level (i.e. HDB 3-room, HDB 4-room and HDB 5-room) for the month of January and February 2023 in Singapore. The predictive models must be built by using by using conventional OLS method and GWR methods. You are also required to compare the performance of the conventional OLS method versus the geographical weighted methods.
PRICE month town flt_typ
Min. : 373888 Length:9608 Length:9608 Length:9608
1st Qu.: 540000 Class :character Class :character Class :character
Median : 605000 Mode :character Mode :character Mode :character
Mean : 640656
3rd Qu.: 698888
Max. :1418000
block strt_nm AREA_SQ flt_mdl
Length:9608 Length:9608 Min. : 99.0 Length:9608
Class :character Class :character 1st Qu.:112.0 Class :character
Mode :character Mode :character Median :115.0 Mode :character
Mean :117.4
3rd Qu.:122.0
Max. :159.0
ls_cmm_ LEASE_Y X01TO03 X10TO12
Min. :1972 Length:9608 Min. :0.0000 Min. :0.000
1st Qu.:1993 Class :character 1st Qu.:0.0000 1st Qu.:0.000
Median :2000 Mode :character Median :0.0000 Median :0.000
Mean :2000 Mean :0.1566 Mean :0.178
3rd Qu.:2011 3rd Qu.:0.0000 3rd Qu.:0.000
Max. :2019 Max. :1.0000 Max. :1.000
X07TO09 X16TO18 X22TO24 X04TO06
Min. :0.000 Min. :0.00000 Min. :0.00000 Min. :0.000
1st Qu.:0.000 1st Qu.:0.00000 1st Qu.:0.00000 1st Qu.:0.000
Median :0.000 Median :0.00000 Median :0.00000 Median :0.000
Mean :0.206 Mean :0.06245 Mean :0.02134 Mean :0.203
3rd Qu.:0.000 3rd Qu.:0.00000 3rd Qu.:0.00000 3rd Qu.:0.000
Max. :1.000 Max. :1.00000 Max. :1.00000 Max. :1.000
X19TO21 X28TO30 X25TO27 X13TO15
Min. :0.00000 Min. :0.000000 Min. :0.00000 Min. :0.0000
1st Qu.:0.00000 1st Qu.:0.000000 1st Qu.:0.00000 1st Qu.:0.0000
Median :0.00000 Median :0.000000 Median :0.00000 Median :0.0000
Mean :0.02862 Mean :0.006453 Mean :0.01041 Mean :0.1171
3rd Qu.:0.00000 3rd Qu.:0.000000 3rd Qu.:0.00000 3rd Qu.:0.0000
Max. :1.00000 Max. :1.000000 Max. :1.00000 Max. :1.0000
X37TO39 X31TO33 X34TO36 X40TO42
Min. :0.000000 Min. :0.000000 Min. :0.000000 Min. :0.000000
1st Qu.:0.000000 1st Qu.:0.000000 1st Qu.:0.000000 1st Qu.:0.000000
Median :0.000000 Median :0.000000 Median :0.000000 Median :0.000000
Mean :0.002394 Mean :0.003331 Mean :0.002914 Mean :0.001561
3rd Qu.:0.000000 3rd Qu.:0.000000 3rd Qu.:0.000000 3rd Qu.:0.000000
Max. :1.000000 Max. :1.000000 Max. :1.000000 Max. :1.000000
X46TO48 X43TO45 X49TO51 PROX_CB
Min. :0.0000000 Min. :0.0000000 Min. :0.0000000 Min. : 1611
1st Qu.:0.0000000 1st Qu.:0.0000000 1st Qu.:0.0000000 1st Qu.:10893
Median :0.0000000 Median :0.0000000 Median :0.0000000 Median :13545
Mean :0.0006245 Mean :0.0002082 Mean :0.0001041 Mean :12809
3rd Qu.:0.0000000 3rd Qu.:0.0000000 3rd Qu.:0.0000000 3rd Qu.:15363
Max. :1.0000000 Max. :1.0000000 Max. :1.0000000 Max. :23277
PROX_EL PROX_TO_ PROX_HE PROX_SU
Min. : 0.001 Min. : 0.001 Min. : 0.0003 Min. : 0.0006
1st Qu.: 364.076 1st Qu.: 726.739 1st Qu.: 212.7275 1st Qu.: 174.5749
Median : 640.062 Median :1174.555 Median : 322.0353 Median : 266.7054
Mean : 835.090 Mean :1359.485 Mean : 347.8716 Mean : 289.0742
3rd Qu.:1139.580 3rd Qu.:1750.618 3rd Qu.: 456.1041 3rd Qu.: 385.3586
Max. :8265.971 Max. :6131.626 Max. :1875.7317 Max. :1016.8270
PROX_TOP PROX_MR PROX_CY NUM_MRT
Min. : 123.7 Min. : 27.39 Min. : 13.41 Min. : 0.0000
1st Qu.: 2321.1 1st Qu.: 260.20 1st Qu.:1321.89 1st Qu.: 0.0000
Median : 3609.6 Median : 439.15 Median :2269.49 Median : 0.0000
Mean : 4122.0 Mean : 539.48 Mean :2405.47 Mean : 0.9327
3rd Qu.: 5557.7 3rd Qu.: 721.57 3rd Qu.:3137.69 3rd Qu.: 2.0000
Max. :13121.4 Max. :2129.09 Max. :8514.76 Max. :10.0000
NUM_ELD NUM_GYM NUM_HEA NUM_DEN
Min. :0.0000 Min. : 0.0000 Min. : 0.000 Min. :0.00000
1st Qu.:0.0000 1st Qu.: 0.0000 1st Qu.: 0.000 1st Qu.:0.00000
Median :0.0000 Median : 0.0000 Median : 1.000 Median :0.00000
Mean :0.2929 Mean : 0.1073 Mean : 2.568 Mean :0.06921
3rd Qu.:0.0000 3rd Qu.: 0.0000 3rd Qu.: 2.000 3rd Qu.:0.00000
Max. :5.0000 Max. :13.0000 Max. :38.000 Max. :5.00000
NUM_SUP NUM_GOO NUM_ERP NUM_CYC
Min. :0.000 Min. :0.00000 Min. :0.00000 Min. : 0.0000
1st Qu.:0.000 1st Qu.:0.00000 1st Qu.:0.00000 1st Qu.: 0.0000
Median :1.000 Median :0.00000 Median :0.00000 Median : 0.0000
Mean :1.287 Mean :0.01697 Mean :0.02977 Mean : 0.4492
3rd Qu.:2.000 3rd Qu.:0.00000 3rd Qu.:0.00000 3rd Qu.: 0.0000
Max. :7.000 Max. :1.00000 Max. :6.00000 Max. :29.0000
geometry
POINT :9608
epsg:3414 : 0
+proj=tmer...: 0