blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 2
327
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
91
| license_type
stringclasses 2
values | repo_name
stringlengths 5
134
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringclasses 46
values | visit_date
timestamp[us]date 2016-08-02 22:44:29
2023-09-06 08:39:28
| revision_date
timestamp[us]date 1977-08-08 00:00:00
2023-09-05 12:13:49
| committer_date
timestamp[us]date 1977-08-08 00:00:00
2023-09-05 12:13:49
| github_id
int64 19.4k
671M
⌀ | star_events_count
int64 0
40k
| fork_events_count
int64 0
32.4k
| gha_license_id
stringclasses 14
values | gha_event_created_at
timestamp[us]date 2012-06-21 16:39:19
2023-09-14 21:52:42
⌀ | gha_created_at
timestamp[us]date 2008-05-25 01:21:32
2023-06-28 13:19:12
⌀ | gha_language
stringclasses 60
values | src_encoding
stringclasses 24
values | language
stringclasses 1
value | is_vendor
bool 2
classes | is_generated
bool 2
classes | length_bytes
int64 7
9.18M
| extension
stringclasses 20
values | filename
stringlengths 1
141
| content
stringlengths 7
9.18M
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
661e4e065888c3d8b7af73ce82aa6069e55b1e3e
|
bf3c8997999d5eae8ecbe67499f4d2b83241bb22
|
/man/Bdiag.Rd
|
d0df57eef5d4d6653154d1ad1de02bfe054b8573
|
[] |
no_license
|
cran/Rsfar
|
ebb39aa64b41fb24cfcbcf214661cc5b6abf9a2c
|
e212914b3b481227a66e68d19a25ed99a5ad1d68
|
refs/heads/master
| 2023-04-21T08:08:20.163246
| 2021-05-10T07:02:27
| 2021-05-10T07:02:27
| 366,094,340
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 460
|
rd
|
Bdiag.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.r
\name{Bdiag}
\alias{Bdiag}
\title{Create block diagonal matrix}
\usage{
Bdiag(A, k)
}
\arguments{
\item{A}{a numeric matrix forming each block.}
\item{k}{an integer value indicating the number of blocks.}
}
\value{
Return a block diagonal matrix from the matrix A.
}
\description{
Create block diagonal matrix
}
\examples{
Bdiag(matrix(1:4,2,2), 3)
}
|
96f77424f920e719ef2ffbe83e3767e62079460a
|
5c133fd27806cfe67789dd4b2db1508764908ee8
|
/PLOT4.R
|
59f65b98637a4d2cbb9c6b3a83626f85359df156
|
[] |
no_license
|
nsamniegorojas/ExData_Plotting1
|
6a42a644911b93d8c9a31ef1d23d6e09e98d4d11
|
d79160dfe6e759284d5c4916513c2fa5eae0c89d
|
refs/heads/master
| 2023-01-20T15:56:30.154420
| 2020-11-28T16:52:56
| 2020-11-28T16:52:56
| 300,127,236
| 0
| 0
| null | 2020-10-01T03:21:08
| 2020-10-01T03:21:07
| null |
UTF-8
|
R
| false
| false
| 1,329
|
r
|
PLOT4.R
|
rm(list = ls())
#reading file csv
setwd ("C:/R_PROJECTS/EXPLORATORY_DATA")
#install.packages ("readr")
#library("readr")
data <-read.csv2 ("C:/R_PROJECTS/EXPLORATORY_DATA/PROJECT1_EDA/household_power_consumption.txt", header = TRUE)
data <- na.omit(data)
#subsetting data
subdata<-subset(data, data$Date=="1/2/2007"|data$Date=="2/2/2007")
datetime <- paste(as.Date(subdata$Date, format="%d/%m/%Y"), subdata$Time)
datatime1 <- as.POSIXct(datetime)
datetime
png("plot4.png", width=480, height=480)
par(mfrow = c(2, 2))
# P4.1
plot(datatime1, subdata$Global_active_power,
type = "l",
xlab = "",
ylab = "Global Active Power (kilowatts)")
# P4.2
plot(datatime1, subdata$Voltage,
type="l",
xlab="datetime",
ylab="Voltage")
# P4.3
plot(datatime1, subdata$Sub_metering_1,
type = "l",
xlab = "",
ylab = "Energy sub metering")
lines(datatime1, subdata$Sub_metering_2, col = "red")
lines(datatime1, subdata$Sub_metering_3, col = "blue")
legend("topright", col = c("black","red","blue"),
c("Sub_metering_1 ", "Sub_metering_2", "Sub_metering_3"),
lty = c(1,1), lwd = c(1,1),
bty = "n", cex = 0.6)
# P4.4
plot(datatime1, subdata$Global_reactive_power,
type="l",
xlab="datetime",
ylab="Global_reactive_power")
dev.off()
file.show("plot4.png")
|
b0b6e3b57bdc981d36a2b8c672eb731efb5f6ac8
|
93053d8d9226645f2be4fbbc3de1fe7a444c7746
|
/man/check_inds.Rd
|
a195c2626e90f2f6b839a52082999b76be741bdb
|
[
"MIT"
] |
permissive
|
USAID-OHA-SI/Wavelength
|
500a55dd3c1fba630a481b0610b8a264d1fcddca
|
270e88233a0316f521d64adefe70112954c9ab33
|
refs/heads/main
| 2023-04-04T22:50:52.704479
| 2023-03-16T15:57:57
| 2023-03-16T15:57:57
| 179,119,038
| 3
| 0
|
NOASSERTION
| 2023-02-10T14:27:14
| 2019-04-02T16:38:22
|
R
|
UTF-8
|
R
| false
| true
| 381
|
rd
|
check_inds.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/validate_output.R
\name{check_inds}
\alias{check_inds}
\title{Validate indicators for export}
\usage{
check_inds(df)
}
\arguments{
\item{df}{HFR data framed created by \code{hfr_process_template()}}
}
\description{
Check whether there are any rows/records with missing indicators and provides
readout
}
|
e1c2a3bc6659e9b7baa9182f98729dfdd47ed460
|
b0f44e41d4a8d9031373e23dc0a35e9a20279426
|
/exp_newdata.R
|
60084fce9dd3d641e6e0a3882c968399d1a07637
|
[] |
no_license
|
LeoCai/MultiDeviceAlign-R
|
c6aa5043816668d330976e396d30fd39caa6c46b
|
89390a16e38a65bc8608f9415a115195a8ff2d9f
|
refs/heads/master
| 2021-01-17T14:41:22.434860
| 2017-02-20T08:10:27
| 2017-02-20T08:10:27
| 54,257,332
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 410
|
r
|
exp_newdata.R
|
source("./utils.R")
source("./getMatrixByMag.R")
source("./readData_new_1.R")
source("./addPCAData.R")
lacctop = cbind(top$LinearAcc0,top$LinearAcc1,top$LinearAcc2)
gacctop = getGlobalAccByMag(top)
plot(gacctop[200:1000,2],type="l",main="global top forward")
cor(gacctop[200:1000,2],lacctop[200:1000,3])
plot(lacctop[200:1000,3],type="l",main = "top forward")
matplot(lacctop[100:800,],type="l",main = "top")
|
0339aed7f4d2ee66fe9045694d2b9ad50efe35a5
|
2a0bd90218f12a1914514048d9c7a025031159b0
|
/Main/Level1/scripts/GenerateDrug_ExposureReport_QueryWise.R
|
b4b08dbdbefae267a697dfd8a0ecfdddd646871e
|
[
"BSD-2-Clause"
] |
permissive
|
PEDSnet/Data-Quality-Analysis
|
366b293ba4bd35f68128a16a4982151316d97145
|
84517d161a281415beddaddc10d9dbcba8423e47
|
refs/heads/master
| 2021-07-10T20:52:54.906245
| 2021-04-16T15:47:09
| 2021-04-16T15:47:09
| 85,956,773
| 25
| 6
|
BSD-2-Clause
| 2019-09-09T21:37:42
| 2017-03-23T14:05:57
|
R
|
UTF-8
|
R
| false
| false
| 28,918
|
r
|
GenerateDrug_ExposureReport_QueryWise.R
|
flog.info(Sys.time())
generateDrugExposureReport <- function() {
table_name<-"drug_exposure"
data_tbl <- cdm_tbl(req_env$db_src, table_name)
concept_tbl <- vocab_tbl(req_env$db_src, "concept")
#writing to the final DQA Report
fileConn<-file(paste(normalize_directory_path( g_config$reporting$site_directory),
"./reports/",table_name,"_Report_Automatic.md",sep=""))
fileContent <-get_report_header(table_name, g_config)
logFileData<-data.frame(g_data_version=character(0), table=character(0),field=character(0), issue_code=character(0),
issue_description=character(0), alias=character(0)
, finding=character(0), prevalence=character(0))
logFileData<- custom_rbind(logFileData,applyCheck(DrugClass(), c("drug_exposure"),c("drug_concept_id")))
#PRIMARY FIELD
field_name<-"drug_exposure_id"
df_total_measurement_count<-retrieve_dataframe_count(data_tbl,field_name)
current_total_count<-as.numeric(df_total_measurement_count[1][1])
fileContent<-c(fileContent,paste("The total number of",field_name,"is:",
formatC(current_total_count, format="d", big.mark=','),"\n"))
###########DQA CHECKPOINT############## difference from previous cycle
logFileData<-custom_rbind(logFileData,applyCheck(UnexDiff(), c(table_name), NULL,current_total_count))
## write current total count to total counts
write_total_counts(table_name, current_total_count)
df_total_patient_count<-retrieve_dataframe_count(data_tbl,"person_id", distinction = T)
fileContent<-c(fileContent,paste("The drug exposure to patient ratio is ",round(df_total_measurement_count[1][1]/df_total_patient_count[1][1],2),"\n"))
df_total_visit_count<-retrieve_dataframe_count(data_tbl,"visit_occurrence_id", distinction = T)
fileContent<-c(fileContent,paste("The drug exposure to visit ratio is ",round(df_total_measurement_count[1][1]/df_total_visit_count[1][1],2),"\n"))
# visit concept id
df_visit <-retrieve_dataframe_clause(concept_tbl,c("concept_id" ,"concept_name")
,"vocabulary_id =='Visit' | (vocabulary_id == 'PCORNet' & concept_class_id == 'Encounter Type') |
(concept_class_id == 'Encounter Type' & domain_id == 'Visit') |
(vocabulary_id == 'PCORNet' & concept_class_id == 'Undefined')")
#condition / person id by visit types
fileContent <-c(fileContent,paste("## Barplot for Drug:Patient ratio by visit type\n"))
df_drug_patient_ratio <- retrieve_dataframe_ratio_group_join(data_tbl,
cdm_tbl(req_env$db_src,"visit_occurrence"),
num ="drug_exposure_id", den = "person_id",
"visit_concept_id", "visit_occurrence_id")
for(i in 1:nrow(df_drug_patient_ratio))
{
label<-df_visit[df_visit$concept_id==df_drug_patient_ratio[i,1],2]
df_drug_patient_ratio[i,1]<-paste(df_drug_patient_ratio[i,1],"(",label,")",sep="")
}
describeOrdinalField(df_drug_patient_ratio,table_name,"drug_exposure_id_person_id_ratio",
group_ret = 1);
fileContent<-c(fileContent,paste_image_name(table_name,"drug_exposure_id_person_id_ratio"));
#NOMINAL Fields
field_name<-"person_id" #
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
df_table<-retrieve_dataframe_group(data_tbl,field_name)
message<-describeForeignKeyIdentifiers(df_table, table_name,field_name)
fileContent<-c(fileContent,paste_image_name(table_name,field_name),
paste_image_name_sorted(table_name,field_name),message);
field_name<-"drug_source_value"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent_source_value<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
message<-describeOrdinalField(df_table, table_name,field_name,ggplotting = F)
fileContent<-c(fileContent,message,paste_image_name(table_name,field_name));
field_name<-"drug_source_concept_id"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- no matching concept ##############
logFileData<-custom_rbind(logFileData,applyCheck(MissConID(), c(table_name),c(field_name), data_tbl))
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
if(nrow(df_table)>1)
{
fileContent<-c(fileContent,paste("\n The source vocabulary is",get_vocabulary_name(concept_tbl, df_table[2,1]),"\n"))
}
if(nrow(df_table)==1){
if(is.na(df_table[1,1]))
{
fileContent<-c(fileContent,paste("\n The source vocabulary is NA \n"))
}
else
{
fileContent<-c(fileContent,paste("\n The source vocabulary is",get_vocabulary_name(concept_tbl, df_table[1,1]),"\n"))
}
}
message<-describeOrdinalField(df_table, table_name,field_name, ggplotting = F)
new_message<-""
if(length(message)>0)
{
# create meaningful message
new_message<-create_meaningful_message_concept_id(concept_tbl, message,field_name)
}
fileContent<-c(fileContent,new_message,paste_image_name(table_name,field_name));
flog.info(Sys.time())
field_name<-"drug_concept_id" #
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
###########DQA CHECKPOINT -- no matching concept ##############
logFileData<- custom_rbind(logFileData,applyCheck(MissConID(), c(table_name),c(field_name),data_tbl))
### DQA CHECKPOINT ##########
logFileData<-custom_rbind(logFileData,applyCheck(InvalidVocab(), c(table_name),c(field_name),
c('Drug','RxNorm', 'RxNorm Extension','NDC'),
concept_tbl, data_tbl))
message<-describeOrdinalField(df_table, table_name,field_name,ggplotting = F)
# create meaningful message
new_message<-create_meaningful_message_concept_id(concept_tbl, message,field_name)
fileContent<-c(fileContent,new_message,paste_image_name(table_name,field_name));
null_message<-reportNullFlavors(df_table,table_name,field_name,44814653,44814649,44814650)
###########DQA CHECKPOINT############## source value Nulls and NI concepts should match
logFileData<-custom_rbind(logFileData,applyCheck(InconSource(), c(table_name),
c(field_name, "drug_source_value"), data_tbl))
fileContent<-c(fileContent,"###Distribution of drug concept class:")
df_concept_class<-retrieve_dataframe_join_clause_group(data_tbl, concept_tbl, "drug_concept_id",
"concept_class_id","drug_concept_id!=0")
fileContent<-c(fileContent,print_2d_dataframe(df_concept_class))
### ingredient-level normalization
# also draw distribution of drug concept id vs person_id
field_name<-"drug_concept_id"
df_table_new<-retrieve_dataframe_count_group(data_tbl,"person_id", field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"by person_id","\n"))
message<-describeOrdinalField(df_table_new, "person_id",field_name, ggplotting = F)
# create meaningful message
new_message<-create_meaningful_message_concept_id(concept_tbl, message,field_name)
fileContent<-c(fileContent,new_message,paste_image_name("person_id",field_name));
field_name<-"drug_exposure_start_datetime"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
message<-describeDateField(df_table, table_name,field_name, datetime = 1)
### DQA checkpoint - future date
logFileData<-custom_rbind(logFileData,applyCheck(ImplFutureDate(), c(table_name), c(field_name),data_tbl))
fileContent<-c(fileContent,message,paste_image_name(table_name,field_name));
message<-describeTimeField(df_table, table_name,field_name)
fileContent<-c(fileContent,message,paste_image_name(table_name,paste(field_name,"_datetime",sep="")));
field_name<-"drug_exposure_end_datetime"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
if(missing_percent<100){
message<-describeDateField(df_table, table_name,field_name, datetime = 1)
### DQA checkpoint - future date
logFileData<-custom_rbind(logFileData,applyCheck(ImplFutureDate(), c(table_name), c(field_name),data_tbl))
fileContent<-c(fileContent,message,paste_image_name(table_name,field_name));
message<-describeTimeField(df_table, table_name,field_name)
fileContent<-c(fileContent,message,paste_image_name(table_name,paste(field_name,"_datetime",sep="")));
}
#implausible event clause
logFileData<-custom_rbind(logFileData,applyCheck(ImplEvent(), c(table_name),
c('drug_exposure_start_date','drug_exposure_end_date'),
data_tbl))
# drug exposure end date
field_name<-"drug_exposure_end_date"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
message<-describeDateField(df_table, table_name,field_name)
field_name<-"drug_exposure_order_datetime"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
message<-describeDateField(df_table, table_name,field_name)
###########DQA CHECKPOINT -- future dates ##############
if(missing_percent!=100){
### DQA checkpoint - future date
logFileData<-custom_rbind(logFileData,applyCheck(ImplFutureDate(), c(table_name),
c(field_name),data_tbl))
}
fileContent<-c(fileContent,message,paste_image_name(table_name,field_name));
message<-describeTimeField(df_table, table_name,field_name)
fileContent<-c(fileContent,message,paste_image_name(table_name,paste(field_name,"_datetime",sep="")));
# drug exposure order date
field_name<-"drug_exposure_order_date"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
message<-describeDateField(df_table, table_name,field_name)
#drug type concept id
field_name="drug_type_concept_id"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
#### Check for unexpected differences from prev cycle
fact_type_count<-df_table[df_table$drug_type_concept_id==38000175,2]
write_total_fact_type_counts(table_name,"Dispensing" , fact_type_count)
logFileData<-custom_rbind(logFileData,applyCheck(UnexDiffFactType(), c(table_name), c(field_name)
,c("Dispensing",fact_type_count)))
fact_type_count<-df_table[df_table$drug_type_concept_id==38000180,2]
write_total_fact_type_counts(table_name,"InpatientMAR" , fact_type_count)
logFileData<-custom_rbind(logFileData,applyCheck(UnexDiffFactType(), c(table_name), c(field_name)
,c("InpatientMAR",fact_type_count)))
fact_type_count<-df_table[df_table$drug_type_concept_id==38000177,2]
write_total_fact_type_counts(table_name,"Prescriptions" , fact_type_count)
logFileData<-custom_rbind(logFileData,applyCheck(UnexDiffFactType(), c(table_name), c(field_name)
,c("Prescriptions",fact_type_count)))
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
###########DQA CHECKPOINT -- no matching concept ##############
logFileData<-custom_rbind(logFileData,applyCheck(MissConID(), c(table_name),c(field_name), data_tbl))
logFileData<-custom_rbind(logFileData,applyCheck(InvalidConID(), c(table_name),c(field_name)
,"drug_type_concept_id.csv", concept_tbl, data_tbl))
describeNominalField(df_table,table_name,field_name)
fileContent<-c(fileContent,paste_image_name(table_name,field_name));
## DQA check for recall of various drug types
logFileData<-custom_rbind(logFileData,applyCheck(MissFact(), c(table_name),c(field_name),
list(
list(38000175, "Dispensing"),
list(38000180, "Inpatient Administration"),
list(38000177, "prescription")), data_tbl))
field_name<-"stop_reason"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
message<-describeOrdinalField(df_table, table_name,field_name, ggplotting = F)
fileContent<-c(fileContent, paste_image_name(table_name,field_name),message);
field_name="refills"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
message<-describeRatioField(df_table, table_name,field_name,"")
fileContent<-c(fileContent,message,paste_image_name(table_name,field_name));
field_name="quantity"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
message<-describeRatioField(df_table, table_name,field_name,"")
fileContent<-c(fileContent,message,paste_image_name(table_name,field_name));
field_name="days_supply"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
message<-describeRatioField(df_table, table_name,field_name,"")
fileContent<-c(fileContent,message,paste_image_name(table_name,field_name));
field_name<-"lot_number"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name), data_tbl))
field_name<-"frequency"
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
message<-describeForeignKeyIdentifiers(df_table, table_name,field_name)
fileContent<-c(fileContent,paste_image_name(table_name,field_name),message)
field_name<-"route_source_value"
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
df_table<-retrieve_dataframe_group(data_tbl,field_name)
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent_source_value<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
describeNominalField(df_table, table_name, field_name)
fileContent<-c(fileContent,paste_image_name(table_name,field_name));
df_table<-retrieve_dataframe_top_5(data_tbl, field_name)
fileContent<-c(fileContent,paste("The most frequent values for",field_name,"are:"))
for(row_count in 1:5)
{
fileContent<-c(fileContent,paste(df_table[row_count,1],"(count=",df_table[row_count,2],")"))
}
field_name="route_concept_id"
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
######## DQA Checkpoint ####################
logFileData<-custom_rbind(logFileData,applyCheck(InvalidConID(), c(table_name),c(field_name)
,"route_concept_id_dplyr.txt", concept_tbl, data_tbl))
df_route_concept_id <-generate_df_concepts(table_name,"route_concept_id_dplyr.txt", concept_tbl)
df_table<-retrieve_dataframe_group(data_tbl,field_name)
###########DQA CHECKPOINT -- missing information##############
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
###########DQA CHECKPOINT -- no matching concept ##############
logFileData<-custom_rbind(logFileData,applyCheck(MissConID(), c(table_name),c(field_name), data_tbl))
df_table_route_enhanced<-EnhanceFieldValues(df_table,field_name,df_route_concept_id);
describeNominalField(df_table_route_enhanced,table_name,field_name);
fileContent<-c(fileContent,paste_image_name(table_name,field_name));
null_message<-reportNullFlavors(df_table,table_name,field_name,44814653,44814649,44814650)
###########DQA CHECKPOINT############## source value Nulls and NI concepts should match
logFileData<-custom_rbind(logFileData,applyCheck(InconSource(), c(table_name),
c(field_name, "route_source_value"), data_tbl))
field_name<-"dose_unit_source_value" # 3 minutes
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent_source_value<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
describeNominalField(df_table, table_name,field_name)
fileContent<-c(fileContent,paste_image_name(table_name,field_name));
df_table<-retrieve_dataframe_top_5(data_tbl, field_name)
fileContent<-c(fileContent,paste("The most frequent values for",field_name,"are:"))
for(row_count in 1:5)
{
fileContent<-c(fileContent,paste(df_table[row_count,1],"(count=",df_table[row_count,2],")"))
}
field_name<-"dose_unit_concept_id" #
########## DQA checkpoint ##################
field_name="dose_unit_concept_id"
logFileData<-custom_rbind(logFileData,applyCheck(InvalidConID(), c(table_name),c(field_name)
,"dose_unit_concept_id_dplyr.txt", concept_tbl, data_tbl))
df_table<-retrieve_dataframe_group(data_tbl,field_name)
df_dose_unit_concept_id <-generate_df_concepts(table_name,"dose_unit_concept_id_dplyr.txt", concept_tbl)
df_table<-retrieve_dataframe_group(data_tbl,field_name)
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
###########DQA CHECKPOINT##############
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
###########DQA CHECKPOINT -- no matching concept ##############
logFileData<-custom_rbind(logFileData,applyCheck(MissConID(), c(table_name),c(field_name),data_tbl))
df_table_unit_enhanced<-EnhanceFieldValues(df_table,field_name,df_dose_unit_concept_id);
describeNominalField(df_table_unit_enhanced,table_name,field_name);
fileContent<-c(fileContent,paste_image_name(table_name,field_name));
df_table_top_5<-retrieve_dataframe_top_5(data_tbl, field_name)
fileContent<-c(fileContent,paste("The most frequent values for",field_name,"are:"))
for(row_count in 1:5)
{
fileContent<-c(fileContent,paste(df_table_top_5[row_count,1],"(count=",df_table_top_5[row_count,2],")"))
}
null_message<-reportNullFlavors(df_table,table_name,field_name,44814653,44814649,44814650)
###########DQA CHECKPOINT############## source value Nulls and NI concepts should match
logFileData<-custom_rbind(logFileData,applyCheck(InconSource(),
c(table_name),c(field_name, "dose_unit_source_value"),
data_tbl))
fileContent<-c(fileContent,"\nDQA NOTE: There should be a one-to-one correspondence between dose_unit source value and concept id fields; compare the top 5 values")
fileContent<-c(fileContent,"\nDQA NOTE: Look for cases where dose_unit_concept_id =0, this would happen when dose_unit_source_value is either NULL or cannot be mapped")
field_name<-"effective_drug_dose" #
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
message<-describeForeignKeyIdentifiers(df_table, table_name,field_name)
fileContent<-c(fileContent,paste_image_name(table_name,field_name),message);
fileContent<-c(fileContent,"\nDQA NOTE: effective_drug_dose cannot be generated if dose_unit_source_value is NULL")
field_name<-"eff_drug_dose_source_value" #
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name), data_tbl))
message<-describeForeignKeyIdentifiers(df_table, table_name,field_name)
fileContent<-c(fileContent,paste_image_name(table_name,field_name),message);
field_name<-"provider_id" #
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
df_table<-retrieve_dataframe_group(data_tbl,field_name)
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name),data_tbl))
message<-describeForeignKeyIdentifiers(df_table, table_name,field_name)
fileContent<-c(fileContent,paste_image_name(table_name,field_name),
paste_image_name_sorted(table_name,field_name),message);
field_name<-"visit_occurrence_id"
fileContent <-c(fileContent,paste("## Barplot for",field_name,"\n"))
df_table<-retrieve_dataframe_group(data_tbl,field_name)
message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
fileContent<-c(fileContent,message)
###########DQA CHECKPOINT -- missing information##############
missing_percent<-extract_numeric_value(message)
logFileData<-custom_rbind(logFileData,applyCheck(MissData(), c(table_name),c(field_name), data_tbl))
message<-describeForeignKeyIdentifiers(df_table, table_name,field_name)
fileContent<-c(fileContent,paste_image_name(table_name,field_name),
paste_image_name_sorted(table_name,field_name),message);
flog.info(Sys.time())
field_name="lot_number"
fileContent <-c(fileContent,paste("## Description for",field_name,"","\n"))
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent<-c(fileContent,reportMissingCount(df_table,table_name,field_name, group_ret = 1))
# this is a nominal field - work on it
field_name<-"dispense_as_written_concept_id" #
if(field_name %in% colnames(data_tbl)){ ##field currently is not in Oracle test db
df_table<-retrieve_dataframe_group(data_tbl,field_name)
fileContent <-c(fileContent,paste("## Barplot for",field_name,"","\n"))
missing_percent_message<-reportMissingCount(df_table,table_name,field_name, group_ret = 1)
missing_percent<- extract_numeric_value(missing_percent_message)
fileContent<-c(fileContent,missing_percent_message)
###########DQA CHECKPOINT##############
logFileData<-custom_rbind(logFileData,applyCheck(InvalidConID(), c(table_name),c(field_name)
,"dispense_as_written_concept_id.csv",
concept_tbl, data_tbl))
describeNominalField(df_table,table_name,field_name)
fileContent<-c(fileContent,paste_image_name(table_name,field_name));
}
# other fields not plotted : operator concept id, value as concept id, value source value, measurement source concept id
#write all contents to the report file and close it.
writeLines(fileContent, fileConn)
close(fileConn)
colnames(logFileData)<-c("g_data_version", "table","field", "issue_code", "issue_description","alias","finding", "prevalence")
logFileData<-subset(logFileData,!is.na(issue_code))
write.csv(logFileData, file = paste(normalize_directory_path( g_config$reporting$site_directory),"./issues/",table_name,"_issue.csv",sep="")
,row.names=FALSE)
}
|
379105eb00ba97757b7db552f2c27a7081070aa3
|
f49961347a44b3137a465182b70f0158885fbca7
|
/man/qapi_connect.Rd
|
2f78cffdd20a68168492443f0ca31bcc6499f155
|
[
"BSD-3-Clause"
] |
permissive
|
jlpalomino/qtoolkit
|
4ef5dce9f16336253431cb74b4ecc75179e7e124
|
139777e39a97dae23155e73d2b5331080d829c62
|
refs/heads/master
| 2020-04-17T15:13:36.535071
| 2019-02-20T17:01:49
| 2019-02-20T17:01:49
| 166,690,221
| 0
| 0
|
MIT
| 2019-01-20T17:40:01
| 2019-01-20T17:40:01
| null |
UTF-8
|
R
| false
| true
| 474
|
rd
|
qapi_connect.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/api.R
\name{qapi_connect}
\alias{qapi_connect}
\title{qapi_connect}
\usage{
qapi_connect(org_id, api_key, auth_file = ".qapi_auth.R", verbose = FALSE)
}
\arguments{
\item{org_id}{Qualtrics org_id with which to get surveys}
\item{api_key}{Qualtrics API key}
\item{auth_file}{File from which to source Qualtrics API auth info}
}
\description{
Open a connection to Qualtrics API with login info
}
|
6835878c22a0e1dad722bde43fd5a147562f2d6e
|
a20cb6896e4d32c52a480d068aa879bd292d91f5
|
/Ch1.R
|
be915578ed15bbc8320402a5e8eba2f74391e0b3
|
[] |
no_license
|
animohan/artr
|
aeecf4831b6727bb6101ed2b1fcee36ee776e21c
|
30f470e2691d659d4e721bf8a5dd733970765c91
|
refs/heads/master
| 2021-01-22T08:19:05.809179
| 2017-05-01T13:41:02
| 2017-05-01T13:41:02
| 81,892,133
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,060
|
r
|
Ch1.R
|
# mean of 100 random numbers
mean(abs(rnorm(100)))
# 10 random normal variables
rnorm(10)
x = c(1,2,4)
q = c(x, x, 8)
x[1]
x[1:3]
mean(x)
sd(x)
#Internal R datasets
data()
#Nile Dataset
mean(Nile)
sd(Nile)
hist(Nile)
hist(Nile, breaks = 20)
#Functions
oddcount = function(x){
k = 0
for(n in x){
if(n%%2 == 1) k = k + 1
}
return(k)
}
oddcount(c(1,2,3,4,5,6,7,8,9))
oddcount(c(1,3,5,7))
#Scope
y = 5 #Y is global variable.
func = function(x) return(x+y) # y: global variable returned in the function
func(3)
#Default Arguments
func2 = function (a, b = 10){
return(a+b)
}
func2(2,10)
func2(10)
#String
y = c("abc"," def"," ghi")
y
u = paste("abc","def","ghi")
u
k = strsplit(u," ")
k
#Matrices
m = rbind(c(1,4),c(2,2)) #row bind
m
m[1,]
m[,1]
m = cbind(c(1,4),c(2,2)) #row bind
m
m[1,]
m[,1]
#Lists:
#Contents can be different data types
x = list(u = 2, v= "abc")
x
hn = hist(Nile)
print(hn)
hn$density
#DataFrames
d = data.frame(list(kids = c("jack","annie"),ages = c(10,12)))
d$kids
d$ages
#Classes
hn = hist(Nile)
print(hn)
|
00f9c9458edeea829262b45cfb3e206e46e39650
|
0500ba15e741ce1c84bfd397f0f3b43af8cb5ffb
|
/cran/paws.management/man/finspace_update_kx_user.Rd
|
2e18936eb0cad6c16f15e35fc473cbab05288f65
|
[
"Apache-2.0"
] |
permissive
|
paws-r/paws
|
196d42a2b9aca0e551a51ea5e6f34daca739591b
|
a689da2aee079391e100060524f6b973130f4e40
|
refs/heads/main
| 2023-08-18T00:33:48.538539
| 2023-08-09T09:31:24
| 2023-08-09T09:31:24
| 154,419,943
| 293
| 45
|
NOASSERTION
| 2023-09-14T15:31:32
| 2018-10-24T01:28:47
|
R
|
UTF-8
|
R
| false
| true
| 817
|
rd
|
finspace_update_kx_user.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/finspace_operations.R
\name{finspace_update_kx_user}
\alias{finspace_update_kx_user}
\title{Updates the user details}
\usage{
finspace_update_kx_user(environmentId, userName, iamRole, clientToken = NULL)
}
\arguments{
\item{environmentId}{[required] A unique identifier for the kdb environment.}
\item{userName}{[required] A unique identifier for the user.}
\item{iamRole}{[required] The IAM role ARN that is associated with the user.}
\item{clientToken}{A token that ensures idempotency. This token expires in 10 minutes.}
}
\description{
Updates the user details. You can only update the IAM role associated with a user.
See \url{https://www.paws-r-sdk.com/docs/finspace_update_kx_user/} for full documentation.
}
\keyword{internal}
|
73ed1187afcbf8b532637bc2f84bf01a996570f6
|
7da20f1ae5d81913f2afd47ecb526b661e78a1e7
|
/src/R/gbr.R
|
5a6af3fc9c7da5bdfb887a43b78f2851e5c09164
|
[
"MIT"
] |
permissive
|
kim3-sudo/pll_analysis
|
368184b695dff3734ff1ca3fcd405c594677994f
|
ff2ff6e6628e02929908125d96a32a8a0b8ceff1
|
refs/heads/main
| 2023-05-02T23:23:39.241404
| 2021-05-18T16:47:27
| 2021-05-18T16:47:27
| 362,242,716
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 2,621
|
r
|
gbr.R
|
# PLL Groundball Analysis
# Sejin Kim
# STAT 306 Sports Analytics
# This script is for the gradient boosted regressor
library(mosaic)
library(dplyr)
library(gbm)
library(parallel)
library(leaps)
library(caret)
library(MASS)
# Read in data
pll <- readRDS(url('https://github.com/kim3-sudo/pll_analysis/blob/main/data/pll.RDS?raw=true'))
# Prepare multicore processing
numCores <- detectCores()
print(paste('Will use ', numCores, ' cores in GBM'))
# Generate models to use with GBM
## Start with full model using reasonable data
fullmod <- lm(GB ~ Pos + GP + P + G1 + G2 + A + Sh + SOG + TO + CT + Team, data = pll)
## Generate stepwise model
stepmod <- stepAIC(fullmod, direction = "both", trace = FALSE)
summary(stepmod)
## Generate max subsetted model using leaps on sequential replacement
seqrepmod <- regsubsets(GB ~ Pos + GP + P + G1 + G2 + A + Sh + SOG + TO + CT + Team, data = pll, nvmax = 10, method = "seqrep")
summary(seqrepmod)
## Generate model via k-fold x-validation
trainCtrl <- trainControl(method = "cv", number = 10)
newstepmod <- train(GB ~ Pos + GP + P + G1 + G2 + A + Sh + SOG + TO + CT + Team, data = pll,
method = "leapSeq",
tuneGrid = data.frame(nvmax = 1:10),
trControl = trainCtrl)
backmod <- train(GB ~ Pos + GP + P + G1 + G2 + A + Sh + SOG + TO + CT + Team, data = pll,
method = "leapBackward",
tuneGrid = data.frame(nvmax = 1:10),
trControl = trainCtrl)
forwmod <- train(GB ~ Pos + GP + P + G1 + G2 + A + Sh + SOG + TO + CT + Team, data = pll,
method = "leapForward",
tuneGrid = data.frame(nvmax = 1:10),
trControl = trainCtrl)
summary(newstepmod)
summary(backmod)
summary(forwmod)
## View optimal nvmax value - finds the model with the lowest RMSE
newstepmod$bestTune
backmod$bestTune
forwmod$bestTune
## View best models
summary(newstepmod$finalModel)
summary(backmod$finalModel)
summary(forwmod$finalModel)
# Generate gradient boosted modifier model
# For interactions, use P:G1, GP:G1 and G1:SOG
gbmmod <- gbm(formula = (GB ~ A + Sh + SOG + P + G1 + G2 + (P * G1) + (GP * G1) + (G1 * SOG)),
distribution = "poisson",
data = pll,
n.trees = 100000,
interaction.depth = 5,
cv.folds = 10,
verbose = TRUE,
n.cores = numCores)
summary(gbmmod)
gbmmod
interpmod <- glm(formula = (GB ~ A + Sh + SOG + P + G1 + G2 + (P * G1) + (GP * G1) + (G1 * SOG)),
family = poisson(),
data = pll)
summary(interpmod)
|
5be44ca231c8f54745493720dfe268cf2614c728
|
9b701a373869246abf01c52bcaaddfea4e277ba6
|
/R/untargeted/replace_rownames.R
|
f4c37dbcb0359a9b5c40c837ae68733d14b13d80
|
[] |
no_license
|
rmylonas/AgerMelo
|
4ee9a780c8bd4178d83d5ac9e6d678345099b584
|
7a5bf1036f72be59f87d5314b15afdd6318ef25d
|
refs/heads/master
| 2021-01-23T03:48:48.811500
| 2014-01-09T16:11:13
| 2014-01-09T16:11:13
| 14,770,790
| 1
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,519
|
r
|
replace_rownames.R
|
###################################################################
# prepare the data-matrix DM and replace the rownames
###################################################################
# remove all objects before processing
rm(list=ls())
# list of experiment names
varieties <- c('fuji','golden', 'pinklady')
modes <- c('pos', 'neg')
path.root <- '/home/mylonasr/work/ager_melo/'
path.metams <- paste0(path.root, 'data/metams/')
path.sampledesc <- paste0(path.root, 'data/sample_desc/')
path.perl <- paste0(path.root, 'perl/add_factor.pl')
for(variety in varieties){
for(mode in modes){
exp <- paste0(variety, '_', mode)
# load and prepare data
load(paste0(path.metams, exp, '.RData'))
sample.nr <- dim(out$PeakTable)[2]
DM <- t(out$PeakTable[,6:sample.nr])
rt <- out$PeakTable[,"rt"]
mz <- out$PeakTable[,"mz"]
pcgroup <- out$PeakTable[,"pcgroup"]
adduct <- out$PeakTable[,"adduct"]
isotopes <- out$PeakTable[,"isotopes"]
# write current row names
write.table(rownames(DM), paste0("/tmp/", exp, "_rownames.csv"), row.names=FALSE, col.names=FALSE, sep=",")
# call external perl script
system(paste0(path.perl, " /tmp/", exp, "_rownames.csv ", path.sampledesc, "sample_descr_", variety, ".csv > /tmp/", exp, "_new_rownames.csv"))
rownames.new <- read.table(paste0("/tmp/", exp, "_new_rownames.csv"), header=FALSE)
rownames(DM) <- rownames.new[,1]
# save prepared data
save(DM, rt, mz, pcgroup, adduct, isotopes, file=paste0(path.metams, exp, '_prepro.RData'))
}
}
|
f168f8dc595b5cf35dd47c794069dbb976b2fa36
|
2bf2033789cde8804ab0c3077b609d329b1e5dcf
|
/man/GO_terms.Rd
|
b6ba9b012e0a9319e60a66059ee166e78e435c4d
|
[
"MIT"
] |
permissive
|
berkgurdamar/predatoR
|
42449695d42282fc85ce914b086a5779bc05527f
|
afe4e565cf69c382975477e852d0d4b197ffb9e7
|
refs/heads/main
| 2023-01-24T22:34:18.271668
| 2022-12-29T14:17:15
| 2022-12-29T14:17:15
| 415,351,683
| 5
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 442
|
rd
|
GO_terms.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/GO_terms.R
\name{GO_terms}
\alias{GO_terms}
\title{GO Term Number from Gene Name}
\usage{
GO_terms(filtered_info_df)
}
\arguments{
\item{filtered_info_df}{input data.frame which contain only one PDB entries}
}
\value{
Number of GO Terms which related with the input genes
}
\description{
Function finds the number of GO Terms which related with the input genes.
}
|
cabd517a5db20fc8af2bc11584148c0215993d70
|
db0c516d7d341158b01b18d4d186997870cf5f20
|
/R/ml_evaluator.R
|
6330b2054f87c0b0393ae4af1bde4dde4711aec3
|
[
"Apache-2.0"
] |
permissive
|
EugenioGrant/sparklyr
|
6b5f1e9dbeda14d203210ba4379f36b8adda6c4f
|
984ba4ed18a2ba97b13bf5915a5c2d3781589044
|
refs/heads/master
| 2020-04-25T14:35:58.081779
| 2019-02-26T08:16:56
| 2019-02-26T08:16:56
| null | 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 993
|
r
|
ml_evaluator.R
|
new_ml_evaluator <- function(jobj, ..., class = character()) {
structure(
list(
uid = invoke(jobj, "uid"),
type = jobj_info(jobj)$class,
param_map = ml_get_param_map(jobj),
...,
.jobj = jobj
),
class = c(class, "ml_evaluator")
)
}
#' @export
spark_jobj.ml_evaluator <- function(x, ...) {
x$.jobj
}
#' @export
print.ml_evaluator <- function(x, ...) {
cat(ml_short_type(x), "(Evaluator) \n")
cat(paste0("<", x$uid, ">"),"\n")
ml_print_column_name_params(x)
cat(" (Evaluation Metric)\n")
cat(paste0(" ", "metric_name: ", ml_param(x, "metric_name")))
}
#' Spark ML -- Evaluate prediction frames with evaluators
#'
#' Evaluate a prediction dataset with a Spark ML evaluator
#'
#' @param x A \code{ml_evaluator} object.
#' @param dataset A \code{spark_tbl} with columns as specified in the evaluator object.
#' @export
ml_evaluate <- function(x, dataset) {
x %>%
spark_jobj() %>%
invoke("evaluate", spark_dataframe(dataset))
}
|
74ba38971fb285a3821e6f9c24a628250536b885
|
c5de5d072f5099e7f13b94bf2c81975582788459
|
/R Extension/RMG/Energy/Trading/PortfolioAnalysis/readPriceVolChangesCVSSAS.r
|
5adcb5d439aeb3513fb2c6d9edeac4e675c8514e
|
[] |
no_license
|
uhasan1/QLExtension-backup
|
e125ad6e3f20451dfa593284507c493a6fd66bb8
|
2bea9262841b07c2fb3c3495395e66e66a092035
|
refs/heads/master
| 2020-05-31T06:08:40.523979
| 2015-03-16T03:09:28
| 2015-03-16T03:09:28
| 190,136,053
| 2
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,759
|
r
|
readPriceVolChangesCVSSAS.r
|
readPriceVolChangesCVSSAS <- function(Portfolio, Date)
{
# browser()
options$SASdir <- "S:/Risk/Projects/SAS/DATASTORE/SASIVaRProcm/"
fileList <- list.files(options$SASdir)
fileCorePortfolio <- paste(strsplit(toupper(Portfolio)," ")[[1]], sep = "", collapse = "-")
indPortfolio <- grep(fileCorePortfolio, fileList)
# fileCoreDate <- paste("HDV-vSOR_", toupper(as.character(format(Date, "%d%b%y"))), sep = "")
fileCoreDate <- paste("HDV-vSOR_", toupper(as.character(format(Date, "%d%b%y"))), sep = "")
indDate <- grep(fileCoreDate, fileList[indPortfolio])
# Delta
# browser()
indDateP <- grep(paste(fileCorePortfolio, "_price", sep = ""), fileList[indPortfolio[indDate]])
if(length(indDateP) == 1) {
fileNameP <- paste(options$SASdir,fileList[indPortfolio[indDate[indDateP]]], sep = "")
dataDelta <- read.csv(fileNameP)
dataDelta$contract_month <- as.Date(dataDelta$contract_month,"%d%b%Y")
cols <- c(1,3, c((length(colnames(dataDelta)) -69):length(colnames(dataDelta))))
dataDelta <- dataDelta[,cols]
colnames(dataDelta)[1:2] <- c("CURVE_NAME", "VALUATION_MONTH")
} else {
dataDelta <- NULL
}
# Vega
indDateV <- grep(paste(fileCorePortfolio, "_vol", sep = ""), fileList[indPortfolio[indDate]])
if(length(indDateV) == 1) {
fileNameV <- paste(options$SASdir, fileList[indPortfolio[indDate[indDateV]]], sep = "")
dataVega <- read.csv(fileNameV)
dataVega$contract_month <- as.Date(dataVega$contract_month,"%d%b%Y")
cols <- c(1,3, c((length(colnames(dataVega)) -69):length(colnames(dataVega))))
dataVega <- dataVega[,cols]
colnames(dataVega)[1:2] <- c("CURVE_NAME", "VALUATION_MONTH")
} else {
dataVega <- NULL
}
return(list(dataDelta, dataVega))
}
|
b13ec958f0ac377aea7be0228375bd5745b9b73e
|
d9ff3460cd82506ab94c72645e9ef5c9ddfa05b1
|
/dplyr mtcars.R
|
d18cae2fa33b7a88e7a8716db465b616b78abab7
|
[] |
no_license
|
inso2501/analytics1
|
650942ef37725e4c6adb74840e0d9884bc9ce8b7
|
1a2c8f8d7179ac90ed7c3433460133b238c33be9
|
refs/heads/master
| 2020-04-02T16:33:28.467316
| 2018-10-27T12:47:00
| 2018-10-27T12:47:00
| 154,617,752
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,710
|
r
|
dplyr mtcars.R
|
#analysis of dataset mtcars using mtcars
library(dplyr)
?mtcars
mtcars%>%summarise(mean(cyl))
mtcars%>%group_by(gear)%>%summarise(mean(am),mean(drat))
mtcars
#structure of a data frame
str(mtcars)
dim(mtcars)#dimensions
names(mtcars)#column names
rownames(mtcars)#rownames
summary(mtcars)
#summary activities on mtcars
t1=table(mtcars$am)
pie(t1)
19/32*360
pie(t1, labels = c('auto','manual'))
t2=table(mtcars$gear)
pie(t2)
pie(t2, labels = c('3 gear transmission','4gear transmission','5 gear transmission'))
barplot(t2)
barplot(t2,col = 23:33)
barplot(t2,col = c('red','yellow','blue'),xlab = 'no. of gears',ylab = 'no. of cars')
?barplot
title('Gear Distribution')
plot(mtcars$gear,mtcars$cyl)
?plot
boxplot(mtcars$gear,mtcars$cyl)
#using dplyr %>% is chaining function
mtcars%>%select(mpg,gear)%>%slice(1:5) #select for rows and column and slice for row selection
?slice
mtcars%>%arrange(mpg)# arrange in ascending order for columns
mtcars%>%arrange(am,desc(mpg))%>%select(am,mpg) # descending order and selected two columns
?mtcars
mtcars%>%arrange(drat,hp)%>% select(carb,hp)
mtcars%>%arrange(desc(disp))%>% select(vs,qsec,hp)
mtcars%>%mutate(rn=rownames(mtcars))%>%select(rn,vs,qsec,hp)#mutate adds row names
mtcars%>%slice(seq(1,32,4))# select rows after interval of 4
mtcars%>%sample_n(4)#select random 4 rows
mtcars%>%sample_frac(.1)#selct randomly 10% of the row data
mtcars%>%select(sample(x=c(1:11),size = 2)) %>% head
mtcars%>%mutate(newmpg=mpg*1.2) #new column with 1.2 tmes mpg
#types of tx, mean
mtcars%>%group_by(am)%>%summarise(MEANMPG=mean(mpg),MAXHP=max(hp),MinGear=min(gear))
mtcars%>%group_by(gear,vs)%>%summarise(SUMwt=sum(wt),MEANdrat=mean(drat),MAXqsec=max(qsec))
?filter
|
24e969c26055a577ae8403ad97ded369e216954e
|
fb65f86a18adc1dc19b5cfe484c73a6c2a3cb05a
|
/scripts/brahman_angus_bionano_corrected_cut.R
|
9f61c589940a7865e405e75ad989f9c60e7b0a0c
|
[] |
no_license
|
njdbickhart/BrahmanAngusAssemblyScripts
|
a27dcd3a570bf99413a83b8888440cadca186083
|
c42cb5cc347a6436f35fb8d36557ab4aeb158c9a
|
refs/heads/master
| 2020-05-18T08:47:58.873884
| 2019-08-07T21:35:57
| 2019-08-07T21:35:57
| 184,305,807
| 0
| 0
| null | 2019-08-07T21:25:20
| 2019-04-30T17:41:16
|
R
|
UTF-8
|
R
| false
| false
| 94
|
r
|
brahman_angus_bionano_corrected_cut.R
|
/Users/lloyd/Documents/lloyd_2017/Research/Brahman_Angus/brahman_angus_bionano_corrected_cut.R
|
3210345526ad93c6f38bb0872443641b08985112
|
21702fd53af97efd67f3ea5ff4073bf3a376cb02
|
/R/dendro_rpart.R
|
f1bb198194aa8a73b316031ea1a2cc909fab3bb6
|
[] |
no_license
|
andrie/ggdendro
|
80af9c3973c8c5a2cab4ea970372d50d78885cd8
|
b75c06e11698a5deda638adc556f0e263b38d5a7
|
refs/heads/main
| 2023-07-22T08:02:29.906864
| 2022-02-15T15:56:37
| 2022-02-15T15:56:37
| 2,166,358
| 57
| 11
| null | 2023-07-06T06:40:16
| 2011-08-06T20:35:39
|
R
|
UTF-8
|
R
| false
| false
| 5,723
|
r
|
dendro_rpart.R
|
#
# ggdendro/R/dendro_rpart.R by Andrie de Vries Copyright (C) 2011-2015
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 or 3 of the License
# (at your option).
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# A copy of the GNU General Public License is available at
# http://www.r-project.org/Licenses/
#
# Classification Tree with rpart
#' Extract data from classification tree object for plotting using ggplot.
#'
#' Extracts data to plot line segments and labels from a
#' [rpart::rpart()] classification tree object. This data can then be
#' manipulated or plotted, e.g. using [ggplot2::ggplot()].
#'
#' This code is in essence a copy of [rpart::plot.rpart()], retaining
#' the plot data but without plotting to a plot device.
#'
#' @param model object of class "tree", e.g. the output of tree()
#'
#' @param uniform if TRUE, uniform vertical spacing of the nodes is used; this
#' may be less cluttered when fitting a large plot onto a page. The default is
#' to use a non-uniform spacing proportional to the error in the fit.
#'
#' @param branch controls the shape of the branches from parent to child node.
#' Any number from 0 to 1 is allowed. A value of 1 gives square shouldered
#' branches, a value of 0 give V shaped branches, with other values being
#' intermediate.
#'
#' @param compress if FALSE, the leaf nodes will be at the horizontal plot
#' coordinates of 1:nleaves. If TRUE, the routine attempts a more compact
#' arrangement of the tree. The compaction algorithm assumes uniform=TRUE;
#' surprisingly, the result is usually an improvement even when that is not
#' the case.
#'
#' @param nspace the amount of extra space between a node with children and a
#' leaf, as compared to the minimal space between leaves. Applies to
#' compressed trees only. The default is the value of branch.
#'
#' @param minbranch set the minimum length for a branch to minbranch times the
#' average branch length. This parameter is ignored if uniform=TRUE. Sometimes
#' a split will give very little improvement, or even (in the classification
#' case) no improvement at all. A tree with branch lengths strictly
#' proportional to improvement leaves no room to squeeze in node labels.
#'
#' @param ... ignored
#' @export
#' @return
#' A list of three data frames:
#' \item{segments}{a data frame containing the line segment data}
#' \item{labels}{a data frame containing the label text data}
#' \item{leaf_labels}{a data frame containing the leaf label text data}
#'
#' @seealso [ggdendrogram()]
#' @family dendro_data methods
#' @family rpart functions
#' @example inst/examples/example_dendro_rpart.R
#'
dendro_data.rpart <- function(model, uniform = FALSE, branch = 1, compress = FALSE,
nspace, minbranch = 0.3, ...) {
x <- model
if (!inherits(x, "rpart")) stop("Not a legitimate \"rpart\" object")
if (nrow(x$frame) <= 1L) stop("fit is not a tree, just a root")
if (compress & missing(nspace)) nspace <- branch
if (!compress) nspace <- -1L # means no compression
# if(!interactive()) if (dev.cur() == 1L) dev.new() # not needed in R
parms <- list(
uniform = uniform,
branch = branch,
nspace = nspace,
minbranch = minbranch
)
## define the plot region
temp <- rpartco(x, parms = parms)
xx <- temp$x
yy <- temp$y
# temp1 <- range(xx) + diff(range(xx)) * c(-margin, margin)
# temp2 <- range(yy) + diff(range(yy)) * c(-margin, margin)
# plot(temp1, temp2, type = "n", axes = FALSE, xlab = "", ylab = "", ...)
## Save information per device, once a new device is opened.
# assign(paste0("device", dev.cur()), parms, envir = rpart_ggdendro_env)
# Draw a series of horseshoes or V's, left son, up, down to right son
# NA's in the vector cause lines() to "lift the pen"
node <- as.numeric(row.names(x$frame))
temp <- rpart.branch(xx, yy, node, branch)
# if (branch > 0) text(xx[1L], yy[1L], "|")
# lines(c(temp$x), c(temp$y))
# invisible(list(x = xx, y = yy))
labels <- text.rpart(x, parms = parms)
segments <- rpart_segments(temp)
# labels <- rpart_labels(xx, ...)
as.dendro(
segments = segments,
labels = labels$labels,
leaf_labels = labels$leaf_labels,
class = "rpart"
)
}
#' Extract data frame from rpart object for plotting using ggplot.
#' @param model object of class "tree", e.g. the output of tree()
#' @param ... ignored
#' @keywords internal
#' @seealso [ggdendrogram()]
#' @family rpart functions
rpart_segments <- function(x, ...) {
dat <- data.frame(
stack(as.data.frame(x$x)),
stack(as.data.frame(x$y))
)[, c("ind", "values", "values.1")]
dat <- cbind(head(dat, -1), tail(dat, -1))
dat <- dat[complete.cases(dat), -4]
names(dat) <- c("n", "x", "y", "xend", "yend")
dat
}
#' Extract labels data frame from rpart object for plotting using ggplot.
#'
#' This code is modified from the original plot.rpart in package rpart.
#' @param model object of class "rpart", e.g. the output of rpart()
#' @param ... ignored
#' @return a list with two elements: $labels and $leaf_labels
#' @author Original author Brian Ripley
#' @keywords internal
#' @seealso [ggdendrogram()]
#' @family dendro_data methods
#' @family rpart functions
rpart_labels <- function(x) {
labelSplits <- labelLeaves <- NULL
list(
labels = labelSplits,
leaf_labels = labelLeaves
)
}
|
bcc12fce2f2ed5baab902d174f2ebda8084f6bd4
|
014d46dfeac6175fbfc679e8edbac142f217d48e
|
/R/inflate.R
|
a8b212d417162b5771e28f56aaea3164829547e5
|
[] |
no_license
|
chengvt/cheng
|
52707263a256f8923321b16811b3dd8ec15aaf6b
|
aba26d0772a1fd543899078071579a827aab318b
|
refs/heads/master
| 2020-05-30T07:19:05.633286
| 2017-11-02T03:21:42
| 2017-11-02T03:21:42
| 56,038,451
| 1
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 496
|
r
|
inflate.R
|
#' @export
inflate <- function(x, n){
if (is.matrix(x)) {
y <- apply(x, 2, function(x) rep(x, each = n))
} else if (is.data.frame(x)) {
y <- as.data.frame(apply(x, 2, function(x) rep(x, each = n)), stringsAsFactors = FALSE)
# copy class if different
if (!isTRUE(base::all.equal(sapply(x, class), sapply(y, class)))){
y <- as.data.frame(mapply(FUN = as, y, sapply(x, class), SIMPLIFY = FALSE))
}
} else break
return(y)
}
|
f691768ed6e0a04aefb5b69d718547b5f69d8fa6
|
0c345da92198de35ae5e5ff0658185bb5fb3f93e
|
/code/data_cleaning.R
|
285956ec4f03ea5ac876e4b414a6cb9778adae25
|
[] |
no_license
|
gdicecco/community-turnover
|
67775a89af1691845d44e811269dc984cb333186
|
b8dc562f9d5a250899a174907be7ca35516dfc8c
|
refs/heads/master
| 2021-11-11T08:25:16.617962
| 2021-10-29T16:54:51
| 2021-10-29T16:54:51
| 240,097,811
| 0
| 1
| null | null | null | null |
UTF-8
|
R
| false
| false
| 7,173
|
r
|
data_cleaning.R
|
### Subset BBS data for community trajectory analysis
library(tidyverse)
library(purrr)
library(spdep)
library(tmap)
library(sf)
library(vegclust)
library(ecospat)
### Read in data #####
## NA map
na <- world %>%
filter(continent == "North America")
## BBS 2017 Version
# Append correct BioArk path
info <- sessionInfo()
bioark <- ifelse(grepl("apple", info$platform), "/Volumes", "\\\\ad.unc.edu\\bio")
routes <- read.csv(paste0(bioark, "/HurlbertLab/Databases/BBS/2017/bbs_routes_20170712.csv"))
counts <- read.csv(paste0(bioark, "/HurlbertLab/Databases/BBS/2017/bbs_counts_20170712.csv"))
species <- read.csv(paste0(bioark, "/HurlbertLab/Databases/BBS/2017/bbs_species_20170712.csv"))
weather <- read.csv(paste0(bioark, "/HurlbertLab/Databases/BBS/2017/bbs_weather_20170712.csv"))
routes$stateroute <- routes$statenum*1000 + routes$route
weather$stateroute <-weather$statenum*1000 + weather$route
RT1 <- subset(weather, runtype == 1, select = c("stateroute", "year"))
RT1.routes <- merge(RT1, routes[ , c("countrynum", "statenum", "stateroute", "latitude", "longitude","bcr")], by = "stateroute", all.x = TRUE)
counts$stateroute <- counts$statenum*1000 + counts$route
# species list
species_list <- species %>%
filter(aou > 2880) %>%
filter(aou < 3650 | aou > 3810) %>%
filter(aou < 3900 | aou > 3910) %>%
filter(aou < 4160 | aou > 4210) %>%
filter(aou != 7010) %>%
filter(sporder != "Accipitriformes",
sporder != "Falconiformes",
sporder != "Anseriformes",
sporder != "Cathartiformes")
# write.csv(species_list, "data/species_list.csv", row.names = F)
# four letter species codes
fourletter_codes <- read.csv("data/four_letter_codes_birdspp.csv", stringsAsFactors = F) %>%
left_join(species_list, by = c("COMMONNAME" = "english_common_name")) %>%
filter(!is.na(aou))
# write.csv(fourletter_codes, "data/four_letter_codes_aous.csv", row.names = F)
# Filter BBS to rpid = 101, runtype = 1, land birds != birds of prey
counts.subs <- counts %>%
filter(rpid == 101) %>%
filter(aou %in% species_list$aou) %>%
right_join(RT1.routes, by = c("countrynum", "statenum", "stateroute", "year"))
### sample sizes for route time series
rtes_per_year <- counts.subs %>%
group_by(year) %>%
summarize(n_rtes = n_distinct(stateroute))
### routes sampled continuously 1970-present
cont_routes <- counts.subs %>%
filter(year >= 1970) %>%
mutate(year_bin = 5*floor(year/5)) %>%
group_by(countrynum, stateroute) %>%
mutate(n_bins = n_distinct(year_bin)) %>%
filter(n_bins == 10)
route_sf <- cont_routes %>%
ungroup() %>%
distinct(stateroute, latitude, longitude) %>%
st_as_sf(coords = c("longitude", "latitude"))
bbs_map <- tm_shape(na) + tm_polygons() + tm_shape(route_sf) + tm_dots()
# tmap_save(bbs_map, "figures/bbs_route_map_1970-2016.pdf")
### Route density 1990-2016 - 1-4 years in every four year time window
# countrynum 124 = Canada, 840 = US
counts_landcover_years <- counts.subs %>%
mutate(y1 = case_when(countrynum == 124 ~ 1990,
countrynum == 840 ~ 1992),
y2 = case_when(countrynum == 124 ~ 2010,
countrynum == 840 ~ 2016),
max_bins = case_when(countrynum == 124 ~ 5,
countrynum == 840 ~ 6))
## Count number of routes that meet a threshhold (surveys_per_window) of surveys per five year time window across study period
counts_per_window <- function(surveys_per_window) {
cont_routes <- counts_landcover_years %>%
filter(year >= y1, year <= y2) %>%
group_by(countrynum) %>%
nest() %>%
mutate(year_bins = map2(countrynum, data, ~{
country <- .x
df <- .y
if(country == 124) {
df %>%
mutate(year_bin = case_when(year >= 1990 & year <= 1993 ~ 1990,
year >= 1994 & year <= 1997 ~ 1994,
year >= 1998 & year <= 2001 ~ 1998,
year >= 2002 & year <= 2005 ~ 2002,
TRUE ~ 2006))
} else {
df %>%
mutate(year_bin = case_when(year >= 1992 & year <= 1995 ~ 1992,
year >= 1996 & year <= 1999 ~ 1996,
year >= 2000 & year <= 2003 ~ 2000,
year >= 2004 & year <= 2007 ~ 2004,
year >= 2008 & year <= 2011 ~ 2008,
year >= 2012 & year <= 2016 ~ 2012))
}
})) %>%
select(-data) %>%
unnest(cols = c(year_bins)) %>%
group_by(max_bins, stateroute, year_bin) %>%
summarize(n_years = n_distinct(year)) %>%
filter(n_years >= surveys_per_window) %>%
group_by(stateroute) %>%
mutate(n_bins = n_distinct(year_bin)) %>%
filter(n_bins == max_bins)
return(list(df = cont_routes, n_routes = length(unique(cont_routes$stateroute))))
}
bbs_density <- data.frame(years_per_window = 1:4) %>%
mutate(routes = map_dbl(years_per_window, ~{
output <- counts_per_window(.)
output$n_routes
}))
ggplot(bbs_density, aes(x = years_per_window, y = routes)) + geom_point() + geom_line(cex = 1) + theme_classic(base_size = 15)
ggsave("figures/bbs_route_density.pdf")
pdf("figures/bbs_route_map_1990-2016_surveys_per_window.pdf")
for(i in c(1:4)) {
output <- counts_per_window(i)
cont_routes <- output$df
routes_short <- route_sf %>%
filter(stateroute %in% cont_routes$stateroute)
map <- tm_shape(na) + tm_polygons() + tm_shape(routes_short) + tm_dots() +
tm_layout(title = paste0("Surveys per window = ", i))
print(map)
}
dev.off()
counts_subs <- counts_per_window(3)
routes_subs <- counts_subs$df
# write.csv(routes_subs, "data/bbs_route_subset_1990-2016.csv", row.names = F)
bbs_subset <- counts.subs %>%
filter(stateroute %in% routes_subs$stateroute) %>%
filter(year >= 1990)
# write.csv(bbs_subset, "data/bbs_counts_subset_1990-2016.csv", row.names = F)
## Sample size per BCR
bcr_n <- bbs_subset %>%
group_by(bcr) %>%
summarize(n_routes = n_distinct(stateroute))
## Figure: map of BCRs with BBS routes, number of routes per BCR that meet sampling density thresholds
bcrs <- read_sf(paste0(bioark, "/HurlbertLab/DiCecco/bcr_terrestrial_shape/BCR_terrestrial_master.shp")) %>%
filter(COUNTRY == "USA" | COUNTRY == "CANADA") %>%
st_crop(c(xmin = -178, ymin = 18.9, xmax = -53, ymax = 60)) %>%
filter(PROVINCE_S != "ALASKA" & PROVINCE_S != "HAWAIIAN ISLANDS" & PROVINCE_S != "NUNAVUT" & PROVINCE_S != "NORTHWEST TERRITORIES" & PROVINCE_S != "YUKON") %>%
filter(WATER == 3) %>%
left_join(bcr_n, by = c("BCR" = "bcr"))
bcr_route_density <- tm_shape(bcrs) + tm_polygons(col = "n_routes", palette = "YlGnBu", title = "BBS routes") +
tm_layout(scale = 2)
tmap_save(bcr_route_density, "figures/bcr_route_density.pdf")
## Log abundance
log_abund <- cont_routes %>%
group_by(countrynum, stateroute, year) %>%
mutate(log_abund = log10(speciestotal)) %>%
dplyr::select(stateroute, year, aou, log_abund)
# write.csv(log_abund, "data/derived_data/bbs_subset_1970-2016_logabund.csv", row.names = F)
|
87100a553e234dd92043f589545c8da7d83225a3
|
7917fc0a7108a994bf39359385fb5728d189c182
|
/cran/paws.management/man/ssm_list_tags_for_resource.Rd
|
f66a18cb3f82aa639bff2a2106e6f5ea7bb512ce
|
[
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] |
permissive
|
TWarczak/paws
|
b59300a5c41e374542a80aba223f84e1e2538bec
|
e70532e3e245286452e97e3286b5decce5c4eb90
|
refs/heads/main
| 2023-07-06T21:51:31.572720
| 2021-08-06T02:08:53
| 2021-08-06T02:08:53
| 396,131,582
| 1
| 0
|
NOASSERTION
| 2021-08-14T21:11:04
| 2021-08-14T21:11:04
| null |
UTF-8
|
R
| false
| true
| 937
|
rd
|
ssm_list_tags_for_resource.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ssm_operations.R
\name{ssm_list_tags_for_resource}
\alias{ssm_list_tags_for_resource}
\title{Returns a list of the tags assigned to the specified resource}
\usage{
ssm_list_tags_for_resource(ResourceType, ResourceId)
}
\arguments{
\item{ResourceType}{[required] Returns a list of tags for a specific resource type.}
\item{ResourceId}{[required] The resource ID for which you want to see a list of tags.}
}
\value{
A list with the following syntax:\preformatted{list(
TagList = list(
list(
Key = "string",
Value = "string"
)
)
)
}
}
\description{
Returns a list of the tags assigned to the specified resource.
}
\section{Request syntax}{
\preformatted{svc$list_tags_for_resource(
ResourceType = "Document"|"ManagedInstance"|"MaintenanceWindow"|"Parameter"|"PatchBaseline"|"OpsItem",
ResourceId = "string"
)
}
}
\keyword{internal}
|
f6bc27242568cd5ebe9170a44b33de38e7634e72
|
fda10c36d5d27cf550b61d757c92a5c013974f3b
|
/man/expand.Rd
|
2b7e5e234c59f81717bc6e1841ad36e334a72b84
|
[] |
no_license
|
gobbios/cfp
|
9e5da1cbfe0c7185f5c772e11c107cb3407d2051
|
4402e7b9e776915156b22da921bd993d445c8049
|
refs/heads/master
| 2022-05-07T11:23:22.510689
| 2022-04-01T09:18:58
| 2022-04-01T09:18:58
| 95,994,424
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 1,416
|
rd
|
expand.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/expand.R
\name{expand}
\alias{expand}
\title{expand grid with numerical component}
\usage{
expand(formula, data, res, ...)
}
\arguments{
\item{formula}{a formula}
\item{data}{the data set}
\item{res}{numerical, the resolution for the numerical variable, i.e. the length of the sequence between minimum and maximum}
\item{...}{further columns to be added with their value}
}
\value{
a data frame with columns as specified in \code{formula} and if given as in \code{\dots}
}
\description{
expand combinations with range of numerical variable
}
\details{
this function is an extension of expand.grid, i.e. it takes all the possible combinations of factors and binary variables in the data set and matches the numerical variable accordingly along a sequence from its minimum to its maximum
only combinations that actually occur in the data are returned
if \code{res = 2}, the numerical variable will be returned as range
}
\examples{
set.seed(123)
xdata <- data.frame(pred1 = rnorm(100),
pred2 = sample(c(0, 1), 100, TRUE),
fac1 = sample(letters[1:3], 100, TRUE),
fac2 = sample(LETTERS[7:8], 100, TRUE))
expand(~pred1 + fac1 + fac2, xdata, res = 3)
expand(~pred2 + fac1 + fac2, xdata, res = 3)
# adding columns
expand(~pred2 + fac1 + fac2, xdata, res = 3, x = -17, y = "gg")
}
|
9ab985603e7e59ef97bc31e0574ac201cfdf33bb
|
e3dcccd67844008ca512f3823551a746f548e0a1
|
/DistritosLima.R
|
c69858435e196b72e0f38cef505c0753d178c844
|
[] |
no_license
|
WilderBuleje/hello-world
|
4e7c348d1b97684c6774dc539d77a0f227cf43b9
|
bf0a9e5c93f50e925eda2434cc591861aaa16f8c
|
refs/heads/master
| 2021-07-09T09:53:42.241363
| 2020-08-08T07:32:14
| 2020-08-08T07:32:14
| 176,326,335
| 0
| 0
| null | null | null | null |
ISO-8859-10
|
R
| false
| false
| 983,487
|
r
|
DistritosLima.R
|
structure(list(IDDPTO = c("15", "15", "15", "15", "15", "15",
"15", "15", "07", "15", "15", "15", "15", "15", "15", "15", "15",
"15", "15", "15", "15", "07", "15", "15", "15", "15", "15", "15",
"15", "15", "07", "15", "15", "15", "07", "15", "15", "15", "15",
"15", "15", "07", "15", "15", "15", "15", "15", "07", "15", "07"
), DEPARTAMEN = c("LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA",
"LIMA", "LIMA", "CALLAO", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA",
"LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "CALLAO",
"LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA",
"CALLAO", "LIMA", "LIMA", "LIMA", "CALLAO", "LIMA", "LIMA", "LIMA",
"LIMA", "LIMA", "LIMA", "CALLAO", "LIMA", "LIMA", "LIMA", "LIMA",
"LIMA", "CALLAO", "LIMA", "CALLAO"), IDPROV = c("1501", "1501",
"1501", "1501", "1501", "1501", "1501", "1501", "0701", "1501",
"1501", "1501", "1501", "1501", "1501", "1501", "1501", "1501",
"1501", "1501", "1501", "0701", "1501", "1501", "1501", "1501",
"1501", "1501", "1501", "1501", "0701", "1501", "1501", "1501",
"0701", "1501", "1501", "1501", "1501", "1501", "1501", "0701",
"1501", "1501", "1501", "1501", "1501", "0701", "1501", "0701"
), PROVINCIA = c("LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA",
"LIMA", "LIMA", "CALLAO", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA",
"LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "CALLAO",
"LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA", "LIMA",
"CALLAO", "LIMA", "LIMA", "LIMA", "CALLAO", "LIMA", "LIMA", "LIMA",
"LIMA", "LIMA", "LIMA", "CALLAO", "LIMA", "LIMA", "LIMA", "LIMA",
"LIMA", "CALLAO", "LIMA", "CALLAO"), IDDIST = c("150119", "150102",
"150131", "150120", "150130", "150116", "150140", "150121", "070105",
"150139", "150106", "150113", "150124", "150138", "150108", "150104",
"150143", "150133", "150122", "150141", "150127", "070104", "150134",
"150136", "150142", "150126", "150129", "150123", "150115", "150114",
"070102", "150105", "150137", "150109", "070103", "150101", "150111",
"150128", "150103", "150107", "150112", "070101", "150135", "150117",
"150110", "150118", "150132", "070106", "150125", "070107"),
DISTRITO = c("LURIN", "ANCON", "SAN ISIDRO", "MAGDALENA DEL MAR",
"SAN BORJA", "LINCE", "SANTIAGO DE SURCO", "PUEBLO LIBRE",
"LA PUNTA", "SANTA ROSA", "CARABAYLLO", "JESUS MARIA", "PUCUSANA",
"SANTA MARIA DEL MAR", "CHORRILLOS", "BARRANCO", "VILLA MARIA DEL TRIUNFO",
"SAN JUAN DE MIRAFLORES", "MIRAFLORES", "SURQUILLO", "PUNTA NEGRA",
"LA PERLA", "SAN LUIS", "SAN MIGUEL", "VILLA EL SALVADOR",
"PUNTA HERMOSA", "SAN BARTOLO", "PACHACAMAC", "LA VICTORIA",
"LA MOLINA", "BELLAVISTA", "BREŅA", "SANTA ANITA", "CIENEGUILLA",
"CARMEN DE LA LEGUA REYNOSO", "LIMA", "EL AGUSTINO", "RIMAC",
"ATE", "CHACLACAYO", "INDEPENDENCIA", "CALLAO", "SAN MARTIN DE PORRES",
"LOS OLIVOS", "COMAS", "LURIGANCHO", "SAN JUAN DE LURIGANCHO",
"VENTANILLA", "PUENTE PIEDRA", "MI PERU"), CAPITAL = c("LURIN",
"ANCON", "SAN ISIDRO", "MAGDALENA DEL MAR", "SAN FRANCISCO DE BORJA",
"LINCE", "SANTIAGO DE SURCO", "PUEBLO LIBRE", "LA PUNTA",
"SANTA ROSA", "CARABAYLLO", "JESUS MARIA", "PUCUSANA", "SANTA MARIA DEL MAR",
"CHORRILLOS", "BARRANCO", "VILLA MARIA DEL TRIUNFO", "CIUDAD DE DIOS",
"MIRAFLORES", "SURQUILLO", "PUNTA NEGRA", "LA PERLA", "SAN LUIS",
"SAN MIGUEL", "VILLA EL SALVADOR", "PUNTA HERMOSA", "SAN BARTOLO",
"PACHACAMAC", "LA VICTORIA", "LA MOLINA", "BELLAVISTA", "BREŅA",
"SANTA ANITA - LOS FICUS", "CIENEGUILLA", "CARMEN DE LA LEGUA REYNOSO",
"LIMA", "EL AGUSTINO", "RIMAC", "VITARTE", "CHACLACAYO",
"INDEPENDENCIA", "CALLAO", "BARRIO OBRERO INDUSTRIAL", "LAS PALMERAS",
"LA LIBERTAD", "CHOSICA", "SAN JUAN DE LURIGANCHO", "VENTANILLA",
"PUENTE PIEDRA", "MI PERU"), CODCCPP = c("0001", "0001",
"0001", "0001", "0001", "0001", "0001", "0001", "0001", "0001",
"0001", "0001", "0001", "0001", "0001", "0001", "0001", "0001",
"0001", "0001", "0001", "0001", "0001", "0001", "0001", "0001",
"0001", "0001", "0001", "0001", "0001", "0001", "0001", "0001",
"0001", "0001", "0001", "0001", "0001", "0001", "0001", "0001",
"0001", "0001", "0001", "0001", "0001", "0001", "0001", "0001"
), AREA = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L,
1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L,
1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L,
1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L), FUENTE = c("INEI", "INEI",
"INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI",
"INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI",
"INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI",
"INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI",
"INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI",
"INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI", "INEI"
), geometry = structure(list(structure(list(list(structure(c(-76.7054892359999,
-76.7042894859999, -76.703127611, -76.702900111, -76.702378611,
-76.7007363609999, -76.700156611, -76.698779111, -76.697739486,
-76.696068361, -76.693979736, -76.6915356109999, -76.6902467359999,
-76.688735986, -76.6867807359999, -76.6844254859999, -76.6818924859999,
-76.679714986, -76.6780527359999, -76.67713761, -76.6751823609999,
-76.6738047359999, -76.671750861, -76.669583111, -76.6672609859999,
-76.6659139859999, -76.6644433609999, -76.663220236, -76.6620312359999,
-76.662733736, -76.663781361, -76.6643799859999, -76.664519986,
-76.664719985, -76.665099985, -76.665939986, -76.667430111,
-76.668139986, -76.669019986, -76.669809986, -76.670699986,
-76.6715399859999, -76.672509986, -76.6729299859999, -76.673639986,
-76.6738799859999, -76.674099986, -76.6743501109999, -76.675160111,
-76.676239986, -76.6766299859999, -76.676969986, -76.6775899859999,
-76.678839986, -76.6790499859999, -76.679429861, -76.679599986,
-76.679849986, -76.680360111, -76.681439986, -76.6818299859999,
-76.682149986, -76.682439986, -76.6825799859999, -76.682859986,
-76.683229986, -76.683609986, -76.683679986, -76.6835799859999,
-76.6836399859999, -76.683820111, -76.6841599859999, -76.6846098609999,
-76.6848699859999, -76.685179986, -76.685769986, -76.6862399859999,
-76.6867499859999, -76.6878299859999, -76.6880901109999,
-76.6891799859999, -76.6901199859999, -76.6902899859999,
-76.6905399859999, -76.6907399859999, -76.6909599859999,
-76.691089986, -76.6914299859999, -76.6919999859999, -76.6922799859999,
-76.6925399859999, -76.692769986, -76.692999986, -76.693599986,
-76.694609986, -76.6949701109999, -76.695229986, -76.695269986,
-76.6952399859999, -76.695049986, -76.6943999859999, -76.6941799859999,
-76.694069986, -76.6940899859999, -76.694259986, -76.6952399859999,
-76.6954199859999, -76.696289986, -76.6964999859999, -76.696569986,
-76.6965899859999, -76.696799986, -76.6970699859999, -76.697499861,
-76.6977099859999, -76.697879986, -76.6980699859999, -76.698219986,
-76.698729986, -76.6989099859999, -76.6990199859999, -76.699280111,
-76.699459986, -76.699929986, -76.700379986, -76.7005699859999,
-76.7016499859999, -76.702469986, -76.7039299859998, -76.7043299859999,
-76.7053199859999, -76.705689986, -76.7061801109999, -76.7067799859999,
-76.707139986, -76.7077099859999, -76.708849986, -76.7097299859999,
-76.711369986, -76.7122399859999, -76.7128999859999, -76.7134499859999,
-76.7145199859999, -76.7150699859999, -76.715349986, -76.7157299859999,
-76.716179986, -76.716659986, -76.7173098609999, -76.7182699859999,
-76.7185299859999, -76.7188499859999, -76.7201799859999,
-76.7204699859998, -76.7212299859999, -76.7213899859999,
-76.7214199859999, -76.721049986, -76.7206999859999, -76.7206599859999,
-76.7206299859999, -76.7206999859999, -76.721251861, -76.722039986,
-76.7231601109999, -76.7249934859999, -76.7275699859999,
-76.728839986, -76.729919986, -76.7308799859999, -76.731199986,
-76.7320899859999, -76.732709986, -76.733089986, -76.733249986,
-76.7334799859999, -76.733529986, -76.733859986, -76.734239986,
-76.7345199859999, -76.7348099859999, -76.734989986, -76.7356699859998,
-76.736449986, -76.7374699859999, -76.738199986, -76.740069986,
-76.7407399859999, -76.7415499859999, -76.7426699859999,
-76.7449799859999, -76.7474598609999, -76.748129986, -76.7488099859999,
-76.749979986, -76.751529986, -76.7520899859999, -76.7525599859999,
-76.7529999859998, -76.753679986, -76.7543398609999, -76.754999986,
-76.755319986, -76.755989986, -76.756869986, -76.757279986,
-76.757519986, -76.7577599859999, -76.7581199859999, -76.7584199859999,
-76.758579986, -76.7589099859999, -76.759149986, -76.7593399859999,
-76.759689986, -76.760359986, -76.7607599859999, -76.7621901109999,
-76.7633799859999, -76.763719986, -76.7639599859999, -76.764409986,
-76.765149986, -76.765599986, -76.765769986, -76.766229986,
-76.766369986, -76.766369986, -76.7663998609999, -76.7665399859999,
-76.766659986, -76.7670599859999, -76.767739986, -76.768059986,
-76.769159986, -76.770489986, -76.7710799859999, -76.7714199859999,
-76.7718999859999, -76.7730799859999, -76.773759986, -76.774269986,
-76.7754599859999, -76.7768299859999, -76.7772799859999,
-76.7790799859999, -76.7799199859999, -76.7803399859999,
-76.781169986, -76.7816899859999, -76.783319986, -76.784609986,
-76.7857899859999, -76.7866199859999, -76.7873699859999,
-76.787789986, -76.788439986, -76.7890699859999, -76.7893699859999,
-76.7900299859999, -76.7903699859999, -76.790669986, -76.7919899859999,
-76.7924299859999, -76.793729986, -76.794559986, -76.795639986,
-76.795969986, -76.796249986, -76.797189986, -76.7973699859999,
-76.7975899859999, -76.7980399859999, -76.798899986, -76.799309986,
-76.800804736, -76.8052219859999, -76.8082612359999, -76.8145397359999,
-76.815947611, -76.8185751109999, -76.8192417359999, -76.819298986,
-76.819692736, -76.820320236, -76.8218496109999, -76.823692861,
-76.8279433609999, -76.8293828609999, -76.838945361, -76.839187486,
-76.842072236, -76.843097611, -76.843179736, -76.8432753609999,
-76.843417986, -76.8435058609999, -76.843650361, -76.8437323609999,
-76.8439082359999, -76.844029236, -76.8442323609999, -76.8443867359999,
-76.844564486, -76.844915986, -76.8449961109999, -76.845351611,
-76.845697236, -76.8460566109999, -76.846497986, -76.8470663609999,
-76.847244111, -76.8479082359999, -76.8484199859999, -76.848986361,
-76.849642611, -76.8496972359999, -76.849765611, -76.850349611,
-76.851195361, -76.8516542359999, -76.852126987, -76.8526816119999,
-76.853277361, -76.853820362, -76.8542069869999, -76.854763611,
-76.8552909859999, -76.855790986, -76.8561659869998, -76.8568027359999,
-76.857511737, -76.8579277359999, -76.8584687359999, -76.8593027359999,
-76.859857361, -76.860800736, -76.861507861, -76.8619394859999,
-76.862716861, -76.864294861, -76.8653516109999, -76.8659179859999,
-76.866337861, -76.866537111, -76.8669707359999, -76.8675194859999,
-76.8679297359999, -76.868292861, -76.868441361, -76.8686816109999,
-76.8687617359999, -76.8689843609999, -76.8692226109999,
-76.869318361, -76.8695097359999, -76.8697948609999, -76.8700567359999,
-76.870455111, -76.871019361, -76.8712128619999, -76.8717069859999,
-76.8720234859999, -76.8723944859999, -76.8727029859999,
-76.872982361, -76.8730742359999, -76.8731854859999, -76.8733847359999,
-76.873507861, -76.8736659859999, -76.873837861, -76.873955111,
-76.8740917359999, -76.874195361, -76.8742773609999, -76.874443361,
-76.874638612, -76.8747968609999, -76.874951111, -76.8750312359999,
-76.875162111, -76.875285111, -76.8753711109999, -76.875578111,
-76.875828111, -76.8759218609999, -76.8760547359999, -76.876128861,
-76.8763027359999, -76.8764179859999, -76.8765429859999,
-76.8766484859999, -76.876734361, -76.8769297359999, -76.877017611,
-76.8770547369999, -76.8771229859999, -76.877212861, -76.8773887359999,
-76.8775214859999, -76.8776269859999, -76.877724611, -76.8777521119999,
-76.8778672359999, -76.8780937359999, -76.878273486, -76.8784042359999,
-76.8785409859999, -76.8786484859999, -76.8787714859999,
-76.8789902359999, -76.8791424859999, -76.8792498609999,
-76.879369111, -76.8794687359999, -76.8796229859999, -76.879695361,
-76.879919861, -76.8800409859999, -76.8801426109998, -76.880341861,
-76.8804882359999, -76.880597611, -76.8807459859999, -76.8809922369999,
-76.8810957359999, -76.881164111, -76.881326111, -76.8814707359999,
-76.881642612, -76.8817538609999, -76.8818162359999, -76.881912111,
-76.882138611, -76.8822519859999, -76.8823007369999, -76.8823984859999,
-76.882462861, -76.882556611, -76.8827187359999, -76.882859361,
-76.882962861, -76.883128861, -76.8832148609998, -76.883283236,
-76.8834277359999, -76.8835176109998, -76.883662111, -76.883986361,
-76.8840898609999, -76.884193486, -76.8843163609999, -76.8843516109999,
-76.8846191109999, -76.884785111, -76.884927736, -76.885003861,
-76.8851484859999, -76.885267611, -76.885537111, -76.885763611,
-76.8859609869999, -76.886140611, -76.886257862, -76.886404361,
-76.8864979869999, -76.8866522359999, -76.8868242359999,
-76.886947111, -76.887037111, -76.887232361, -76.887421861,
-76.8875742359999, -76.8876698609999, -76.887771486, -76.887835986,
-76.8879297359999, -76.888099611, -76.8881679859999, -76.8881992359999,
-76.888326111, -76.888412111, -76.8884784859999, -76.8886054869999,
-76.8887676109999, -76.888945361, -76.8890351109998, -76.889150361,
-76.8892499859999, -76.8893183609999, -76.889390611, -76.889480486,
-76.8896074859999, -76.890056612, -76.890402361, -76.891128861,
-76.8912812359999, -76.891427736, -76.891665986, -76.8918457359999,
-76.8921229859999, -76.892289111, -76.892597611, -76.8926972359999,
-76.8928672359999, -76.893062486, -76.8932167359999, -76.893294861,
-76.893464861, -76.893587861, -76.8936798609999, -76.8938203609999,
-76.894015611, -76.8941953619999, -76.894289112, -76.894490236,
-76.894570361, -76.8945897359999, -76.894738236, -76.8950078609999,
-76.8951249859999, -76.8952793619998, -76.895382861, -76.8954394869999,
-76.8955058609999, -76.8955917359999, -76.895689486, -76.8957461109999,
-76.8958574869999, -76.895898361, -76.896103486, -76.896242236,
-76.8964589869999, -76.8966211109999, -76.896779486, -76.8969218609999,
-76.897052736, -76.8971894869999, -76.8972792359999, -76.8973437359999,
-76.8974551109999, -76.897488236, -76.897552736, -76.897589861,
-76.897685612, -76.897902486, -76.8979999859999, -76.898128862,
-76.898326111, -76.898429736, -76.8985136109999, -76.8986328609999,
-76.8987266109999, -76.898927736, -76.8991113609999, -76.899218736,
-76.8993887359999, -76.8995078609999, -76.8996464859999,
-76.899747861, -76.8998301109999, -76.8998964859999, -76.900195361,
-76.9002343609999, -76.9002734859999, -76.900388736, -76.900439486,
-76.9005038619999, -76.900562486, -76.900650362, -76.900788986,
-76.9010644859999, -76.9011738609999, -76.9013788609999,
-76.901527361, -76.901722611, -76.9019277359999, -76.902121111,
-76.9022012359999, -76.9022871109999, -76.902417986, -76.902550736,
-76.9026698609999, -76.9027422359999, -76.902898486, -76.9031738609999,
-76.9033378609999, -76.9035468609999, -76.9036933609999,
-76.9037676109999, -76.9038926109999, -76.904080111, -76.904187486,
-76.904490236, -76.9046464859999, -76.904759736, -76.9048926109999,
-76.905160111, -76.905372986, -76.9056718609999, -76.905972612,
-76.9063613609999, -76.906560736, -76.9068613609999, -76.907074236,
-76.907400362, -76.907650361, -76.9078496119998, -76.908175736,
-76.9084766109999, -76.9087521109999, -76.9091386109999,
-76.909314361, -76.909490236, -76.9096659859999, -76.910103486,
-76.9104023619998, -76.9105917359999, -76.910804736, -76.910992236,
-76.911304736, -76.911505736, -76.9117051109999, -76.911966736,
-76.9123066109999, -76.912656236, -76.912831986, -76.9130448609999,
-76.913283236, -76.913533236, -76.9138711109999, -76.9143086109999,
-76.9146836109999, -76.9150606109999, -76.9152481109999,
-76.9155722359999, -76.9158222359999, -76.915997986, -76.9162871109999,
-76.916435486, -76.9166874859999, -76.9168867359999, -76.917187486,
-76.9176251109999, -76.9179141109999, -76.918238236, -76.9186016109999,
-76.919001986, -76.9192519859999, -76.9194784859999, -76.919677736,
-76.9197538609999, -76.9200292359999, -76.920191486, -76.9204413609999,
-76.920654236, -76.9210176109999, -76.921679736, -76.922031236,
-76.922357486, -76.922593736, -76.9230566109999, -76.9233086109999,
-76.923572236, -76.9238086109999, -76.9241211109999, -76.9243711109999,
-76.9246836109999, -76.9250604859999, -76.9254238609999,
-76.9258613609999, -76.9263496109999, -76.9267499859999,
-76.9270878609999, -76.9272128609999, -76.927388736, -76.9275624859999,
-76.927636736, -76.9277891109999, -76.927925736, -76.928175736,
-76.9284511109999, -76.9287012359999, -76.9290038609999,
-76.929353486, -76.9296406109999, -76.929853486, -76.9303417369999,
-76.930716861, -76.930980486, -76.9312422359998, -76.9316113619999,
-76.9317656109999, -76.9319413609999, -76.932146486, -76.9323574859999,
-76.9325819859999, -76.9326523609999, -76.933095736, -76.9332579869999,
-76.933579986, -76.9338711109999, -76.934322236, -76.934568486,
-76.9348066109999, -76.9350586109999, -76.935257861, -76.935468736,
-76.935712861, -76.9360468609999, -76.9363144869999, -76.9364902359999,
-76.9366738609999, -76.9369551109999, -76.937152361, -76.9375038609999,
-76.9378066109999, -76.9380663619999, -76.938206986, -76.938517611,
-76.9387304859999, -76.9388906109999, -76.939158236, -76.939622986,
-76.939863236, -76.9381039859999, -76.9352246109999, -76.9347332359999,
-76.930334361, -76.928523486, -76.9274066109999, -76.926564736,
-76.926109861, -76.924959111, -76.9241822369999, -76.923433861,
-76.9215874859999, -76.9195803619999, -76.9186704859999,
-76.9178677369999, -76.917140612, -76.9160764869999, -76.9155381109999,
-76.9148849859998, -76.9146823609998, -76.9148624859999,
-76.915110236, -76.914952611, -76.9139391109998, -76.9127906109999,
-76.9117321109998, -76.9113052359999, -76.911169236, -76.9116419859999,
-76.9118944859999, -76.9120408609999, -76.9122422359999,
-76.9122626109999, -76.9123141109999, -76.912371862, -76.912417986,
-76.9123828609999, -76.912362112, -76.9122994859999, -76.9122733609999,
-76.9121953609999, -76.9120812359999, -76.9119554859999,
-76.911801612, -76.911769486, -76.9115752369999, -76.911466736,
-76.911237236, -76.911080361, -76.910959611, -76.9083242369999,
-76.908013736, -76.9078926109999, -76.9076211109999, -76.907078236,
-76.9051832359999, -76.9051764859999, -76.9020743609999,
-76.9015472359999, -76.9007298619999, -76.8997568609999,
-76.898297236, -76.896604111, -76.895494862, -76.889357111,
-76.889277361, -76.8894787359999, -76.889965236, -76.890451737,
-76.890953111, -76.8904853609999, -76.8897893609999, -76.889128861,
-76.888396986, -76.887415236, -76.886362111, -76.885326736,
-76.884487736, -76.8840772359999, -76.883595236, -76.883202486,
-76.8825419859999, -76.8820243609999, -76.881595986, -76.880297236,
-76.8797229859999, -76.879293236, -76.8789183609999, -76.8779366109999,
-76.877401111, -76.8769191109999, -76.8757761109999, -76.8752812359999,
-76.8747839859999, -76.8739768609999, -76.8737392359999,
-76.872938361, -76.8726233609999, -76.8716746109999, -76.871155486,
-76.871163111, -76.8711977359999, -76.871439986, -76.8722186109999,
-76.8722271109999, -76.872512861, -76.8726512359999, -76.8723571119999,
-76.871734111, -76.8710419859999, -76.8708343609999, -76.8705228609999,
-76.8683658609999, -76.868067986, -76.8675189859999, -76.866677861,
-76.866677861, -76.866876361, -76.866839236, -76.866481361,
-76.865344986, -76.8657573609999, -76.8667798609999, -76.866910612,
-76.865716111, -76.8656262369999, -76.8652092359999, -76.865205736,
-76.8644563609999, -76.8641938609999, -76.863688361, -76.8631128609999,
-76.862674111, -76.862529986, -76.862290361, -76.862034361,
-76.861814986, -76.8616688609999, -76.8615957359999, -76.861504236,
-76.8609299859999, -76.8606726109999, -76.8603344859999,
-76.8600419859999, -76.8598134859999, -76.8596581109999,
-76.8596507359999, -76.859274236, -76.858990986, -76.8588994859999,
-76.8585157369999, -76.8582482359999, -76.857821111, -76.8572818609999,
-76.8569711109999, -76.8566233609998, -76.8562061109998,
-76.855737236, -76.855152361, -76.8549007359999, -76.8546222359999,
-76.8543089859999, -76.8539409859999, -76.853617361, -76.853559111,
-76.8533692359999, -76.853182112, -76.8527943609999, -76.852546111,
-76.852311862, -76.8517873609999, -76.851486237, -76.851352111,
-76.8512517359999, -76.8511401109999, -76.8506046109999,
-76.8501246109999, -76.849756486, -76.8492432359999, -76.847647611,
-76.8462301109999, -76.843276236, -76.8432343609999, -76.8433459859999,
-76.8436807359999, -76.8439233609999, -76.8439457359999,
-76.8439276109999, -76.8437699859999, -76.843666736, -76.8437504859999,
-76.844238611, -76.844531611, -76.8446849859999, -76.8445036109999,
-76.844029361, -76.8434436109999, -76.8432901109999, -76.843172861,
-76.8431329859999, -76.8431111109999, -76.843152236, -76.8433272359999,
-76.843610986, -76.843780361, -76.8438109859999, -76.843872986,
-76.843869986, -76.8445832359999, -76.844879486, -76.845008111,
-76.845009236, -76.845342737, -76.845741736, -76.8458318609999,
-76.845510111, -76.8452139859999, -76.844995236, -76.8446606109999,
-76.844276986, -76.843875611, -76.843618111, -76.8436103609999,
-76.842760111, -76.8418883609999, -76.841051361, -76.840301736,
-76.8394299859999, -76.838558236, -76.837825987, -76.836936736,
-76.835507111, -76.834269236, -76.832839486, -76.8316941109999,
-76.827472486, -76.8234729859999, -76.8201401109999, -76.8181404859999,
-76.817473736, -76.8168072359999, -76.8160518609999, -76.8144964859999,
-76.812941111, -76.810141486, -76.8075196109999, -76.8075041109999,
-76.8058754859999, -76.8049299859999, -76.8032091109999,
-76.7996096109999, -76.796721111, -76.7951213609999, -76.7938771109999,
-76.7930082359999, -76.792588361, -76.7910331109998, -76.7891992359999,
-76.7891367359999, -76.7876249859999, -76.786746111, -76.783745111,
-76.781434361, -76.7798789859999, -76.7779682359999, -76.7760574859999,
-76.774013236, -76.7734693609999, -76.772496111, -76.7710358609999,
-76.770146986, -76.7693027359999, -76.767969611, -76.765303236,
-76.7652609859999, -76.761703736, -76.759615111, -76.758597486,
-76.7583708609999, -76.7569488609999, -76.7541937359999,
-76.7513941109999, -76.750727486, -76.7493943609999, -76.7481501109999,
-76.746048861, -76.744662111, -76.743084111, -76.741928736,
-76.7411288609999, -76.7397512359999, -76.7377516109999,
-76.735885111, -76.7339783609999, -76.7325077359999, -76.7309968609999,
-76.7287749859999, -76.7284416109998, -76.727499361, -76.726898486,
-76.7250866109999, -76.7229979859999, -76.7227998609999,
-76.7222793609999, -76.7202427359999, -76.718687486, -76.7162877359999,
-76.713576986, -76.7111329859999, -76.709399861, -76.7078001109999,
-76.7064668609999, -76.7054892359999, -12.1767237299999,
-12.17783473, -12.178104855, -12.1781578549999, -12.1782791049999,
-12.1783119799999, -12.1783236049998, -12.1788123549999,
-12.1791362299999, -12.17965673, -12.1800121049998, -12.1811232299999,
-12.1817897299999, -12.1812121049999, -12.179478855, -12.1773458549999,
-12.1763238549999, -12.1759683549999, -12.175710355, -12.1755683549999,
-12.175923855, -12.1767682299999, -12.1778159799999, -12.17930123,
-12.17994873, -12.1801358549999, -12.179015605, -12.1781153549999,
-12.1779628549999, -12.1796119799999, -12.182867105, -12.18426998,
-12.1845899799999, -12.18489998, -12.1852599799999, -12.1857999799999,
-12.1863799799999, -12.1867799799998, -12.1870199799999,
-12.1874499799998, -12.1877999799999, -12.1884299799999,
-12.1886199799999, -12.1887899799999, -12.1893399799999,
-12.1897099799999, -12.1901799799999, -12.19040998, -12.19076998,
-12.19092998, -12.19110998, -12.1914399799999, -12.19223998,
-12.19313998, -12.1933298549999, -12.1937999799999, -12.19393998,
-12.1939999799999, -12.1939799799999, -12.1937799799999,
-12.1937499799999, -12.19380998, -12.1940099799999, -12.1942099799999,
-12.1947899799999, -12.1953399799999, -12.1961399799999,
-12.1966299799999, -12.1976699799999, -12.1978499799999,
-12.1980999799999, -12.19839998, -12.19893998, -12.19914998,
-12.1993199799999, -12.1995399799999, -12.1998699799999,
-12.200290105, -12.2010998549999, -12.2012499799999, -12.20168998,
-12.20234998, -12.2025299799998, -12.2029199799999, -12.2037501049999,
-12.2040699799999, -12.20418998, -12.2043799799999, -12.20454998,
-12.2047099799999, -12.20504998, -12.2057799799999, -12.2062099799999,
-12.2068699799999, -12.20760998, -12.207999855, -12.2085799799999,
-12.2088199799999, -12.2090299799999, -12.2092799799998,
-12.2096998549999, -12.2099399799998, -12.2101499799999,
-12.2104399799999, -12.21067998, -12.2116799799999, -12.2119499799999,
-12.21326998, -12.2137399799999, -12.2141799799999, -12.2147199799999,
-12.2154899799999, -12.21605998, -12.216660105, -12.21713998,
-12.2173299799999, -12.2174399799999, -12.2174698549999,
-12.2173199799999, -12.21733998, -12.2174399799999, -12.2178599799999,
-12.2180299799999, -12.2182999799999, -12.2183899799998,
-12.2184799799999, -12.2193099799998, -12.2196599799999,
-12.2197999799999, -12.2199099799999, -12.22046998, -12.2208199799999,
-12.22163998, -12.22237998, -12.2226599799999, -12.2229599799999,
-12.22325998, -12.22338998, -12.2234099799999, -12.2235299799999,
-12.22366998, -12.2238599799999, -12.2247899799999, -12.2254999799999,
-12.2261899799999, -12.2267599799999, -12.2271999799999,
-12.2275899799999, -12.2280199799999, -12.2290399799999,
-12.22949998, -12.2303099799998, -12.2325699799999, -12.2333199799999,
-12.2349799799999, -12.2354299799999, -12.2358599799999,
-12.23786998, -12.2391899799999, -12.2396099799999, -12.2406099799999,
-12.2409499799999, -12.24190923, -12.24261998, -12.2439296049999,
-12.2443412299999, -12.24470998, -12.2452499799999, -12.24561998,
-12.2461499799999, -12.24644998, -12.2474499799999, -12.2480399799999,
-12.24869998, -12.2491199799999, -12.24953998, -12.2498799799999,
-12.25004998, -12.25045998, -12.2509199799998, -12.2515199799999,
-12.2517699799999, -12.25220998, -12.2525399799999, -12.2526899799999,
-12.2528899799999, -12.2536399799999, -12.25369998, -12.2536199799999,
-12.25340998, -12.2533599799999, -12.25340998, -12.25333998,
-12.25311998, -12.2525699799999, -12.251929855, -12.25178998,
-12.2518099799999, -12.2519399799999, -12.2523399799999,
-12.25249998, -12.2528499799999, -12.25295998, -12.2530199799999,
-12.2529699799999, -12.2527699799999, -12.2524799799999,
-12.25200998, -12.2509199799998, -12.2503899799999, -12.2502899799999,
-12.2501698549999, -12.2501399799999, -12.25015998, -12.25036998,
-12.2509599799999, -12.2511799799999, -12.2517699799999,
-12.2521499799999, -12.2524499799999, -12.2528499799999,
-12.2538099799999, -12.25479998, -12.2556799799999, -12.2561899799999,
-12.25695998, -12.2573799799999, -12.25790998, -12.25831998,
-12.25887998, -12.25914998, -12.25974998, -12.26045998, -12.2606499799999,
-12.2608699799999, -12.2608499799999, -12.2609199799999,
-12.26107998, -12.2613199799999, -12.2621999799999, -12.2624199799998,
-12.2624899799999, -12.2624799799999, -12.2623899799999,
-12.2624299799999, -12.2633699799999, -12.2639498549999,
-12.2640899799999, -12.2641599799999, -12.2640899799999,
-12.264010105, -12.26369998, -12.2635699799999, -12.26328998,
-12.26328998, -12.26344998, -12.263969855, -12.2643799799999,
-12.26440998, -12.2643599799999, -12.2644199799998, -12.26452998,
-12.2651899799999, -12.2655099799999, -12.26673998, -12.2673499799999,
-12.2680299799999, -12.2683899799999, -12.2689199799999,
-12.2697099799998, -12.2699599799998, -12.2704299799999,
-12.27111998, -12.2722099799998, -12.2728299799999, -12.2743086049999,
-12.27741473, -12.2791207299999, -12.281474605, -12.2817873549999,
-12.2824933549998, -12.2828463549999, -12.28296548, -12.2837874799999,
-12.2849443549999, -12.28637573, -12.2878856049999, -12.2919784799999,
-12.2939336049999, -12.3070449799999, -12.307736355, -12.3105878549998,
-12.3117031049998, -12.3115391049998, -12.311359355, -12.3111406049998,
-12.310986355, -12.310722605, -12.3105408549999, -12.3102069799999,
-12.3100371049998, -12.30987698, -12.3097638549999, -12.3093867299999,
-12.309099605, -12.3089277299999, -12.308589855, -12.308277355,
-12.3078769799999, -12.307431605, -12.3069531049998, -12.306890605,
-12.3063534809999, -12.3061582299999, -12.3060332299999,
-12.3053203549998, -12.3050703549998, -12.3047656049999,
-12.3041816059999, -12.3035429799999, -12.303222605, -12.3029042299999,
-12.302599605, -12.302183605, -12.3016132299999, -12.3010722299999,
-12.300572105, -12.300185605, -12.3000742299999, -12.2997558549999,
-12.2994902299999, -12.299087855, -12.2986856049999, -12.2983106049998,
-12.2976992299999, -12.297392605, -12.2969082299999, -12.296160105,
-12.2958964799999, -12.2958124799999, -12.2952069799999,
-12.2947188549998, -12.2944668549999, -12.294253855, -12.2941543549999,
-12.2939609799999, -12.2937109799999, -12.2935351049999,
-12.2933711049999, -12.2932402299999, -12.2931777299999,
-12.2930918549999, -12.2930507299999, -12.292923855, -12.292875105,
-12.2926972299999, -12.2925078549999, -12.292373105, -12.2922872299999,
-12.2921621049999, -12.292123105, -12.2919569799999, -12.2917929799999,
-12.2916719799999, -12.2915762299999, -12.2914804799999,
-12.2913731049999, -12.2912909799999, -12.291277355, -12.291150355,
-12.2911642299999, -12.2910468549999, -12.290984355, -12.2909707299999,
-12.2909297299999, -12.2908203549999, -12.2907851059999,
-12.290652355, -12.29063073, -12.2905586049999, -12.2904628549999,
-12.290423855, -12.290404355, -12.290337855, -12.2902773549999,
-12.290111355, -12.290087855, -12.2899804799999, -12.2899823549999,
-12.2899472299999, -12.2898788549999, -12.2898749799999,
-12.2897949799999, -12.2897089799999, -12.2896699799999,
-12.2896074799999, -12.2895624799999, -12.2895332299999,
-12.289539105, -12.2894141049999, -12.2893808549999, -12.2893711059999,
-12.2893319799999, -12.2892481059999, -12.2891972299999,
-12.2891836049999, -12.2890214799999, -12.2889902299999,
-12.2889902299999, -12.288964855, -12.2888242299999, -12.2887949799999,
-12.2886659799999, -12.2885762299999, -12.2885644799999,
-12.288496105, -12.2883554799999, -12.2883339799999, -12.2883339799999,
-12.2882382299999, -12.288183605, -12.288121105, -12.2879569799999,
-12.2879492299999, -12.287820355, -12.2877871049999, -12.2877519799999,
-12.2876757299999, -12.2876757299999, -12.2875527299999,
-12.287535105, -12.2874843549999, -12.2873944799999, -12.287328105,
-12.287275355, -12.287222605, -12.2871503549999, -12.2871288549999,
-12.2871464799999, -12.2871152299999, -12.287005855, -12.2869492299999,
-12.286941355, -12.2869023549999, -12.286841855, -12.2867187299999,
-12.2866856049999, -12.2866758549999, -12.2865918549999,
-12.2865527299999, -12.286441355, -12.2863398549999, -12.2863301049999,
-12.2862694799999, -12.2861562299999, -12.2861797299999,
-12.2860606049999, -12.2860606049999, -12.2860019799999,
-12.2860058549999, -12.2858944799999, -12.2858554799999,
-12.2857401049999, -12.2857284799999, -12.2856972299999,
-12.285578105, -12.285578105, -12.2855078549999, -12.2854882299999,
-12.285423855, -12.285404355, -12.2853047299999, -12.2852207299999,
-12.285177855, -12.2852187299999, -12.2852069799999, -12.285130855,
-12.285091855, -12.285078105, -12.285005855, -12.2849336049999,
-12.2848906049999, -12.2848749799999, -12.2848867299999,
-12.2848944799999, -12.2847402299999, -12.2847031049999,
-12.284601605, -12.284558605, -12.284498105, -12.284429605,
-12.2843867299999, -12.2844121049999, -12.2843534799999,
-12.2841269799999, -12.283955105, -12.2835194799999, -12.283423855,
-12.2832988549999, -12.28318748, -12.2830547299999, -12.2828652299999,
-12.2827558549999, -12.2824609799999, -12.2824258549999,
-12.282298855, -12.2821777299999, -12.2821053549999, -12.2820214799999,
-12.2819181049999, -12.2818066049999, -12.28173823, -12.2816659799999,
-12.2815234799999, -12.281412105, -12.2813672299999, -12.281234355,
-12.2811954799999, -12.2811231049999, -12.2810332299999,
-12.2808769799999, -12.2808242299999, -12.2807012299999,
-12.280640605, -12.28055648, -12.2804922299999, -12.2804062299999,
-12.2802949799999, -12.2801894799999, -12.28007223, -12.2800097299998,
-12.2798769799999, -12.279757855, -12.2795392299999, -12.2794063549999,
-12.2792324799999, -12.2790898549999, -12.2789589799999,
-12.2787734799999, -12.278628855, -12.2785429799999, -12.2783339799999,
-12.2782558549999, -12.2781816049999, -12.2781074799999,
-12.2780137299999, -12.27782223, -12.2776992299999, -12.277556605,
-12.2773944799999, -12.2772402299998, -12.2771132299999,
-12.2769297299999, -12.2767968549999, -12.2765156049999,
-12.2762792299999, -12.2761797299999, -12.27591798, -12.2757929799999,
-12.275685605, -12.275591855, -12.2754609799999, -12.2753672299999,
-12.2751621049999, -12.2749902299998, -12.2749003549999,
-12.274777355, -12.274724605, -12.2745918549999, -12.27451173,
-12.274431605, -12.27427148, -12.2740273549999, -12.273912105,
-12.2737148549999, -12.273566355, -12.2734454799999, -12.2733554799999,
-12.2732793549999, -12.2732793549999, -12.2732578549999,
-12.2731738549999, -12.273091855, -12.2729843549999, -12.27288873,
-12.2727247299999, -12.2724356049999, -12.2722637299998,
-12.272019481, -12.271914105, -12.2718711049999, -12.2718378549999,
-12.2718106059999, -12.2717714799999, -12.271597605, -12.2715683549999,
-12.2715586049999, -12.2715332299999, -12.2712266049999,
-12.2709257299999, -12.2706503549999, -12.27048823, -12.2703378549999,
-12.270224605, -12.269986355, -12.269673855, -12.2692617299999,
-12.2689726049999, -12.2687988549999, -12.2687734799999,
-12.26864848, -12.268623105, -12.2684589799999, -12.2684356049999,
-12.26832223, -12.2681972299998, -12.2678084799998, -12.2674843549999,
-12.2673319799998, -12.2671211049999, -12.2670194799999,
-12.26689448, -12.2668203549999, -12.2665332299999, -12.2663457299998,
-12.26615623, -12.2659667299999, -12.265744105, -12.2654062299998,
-12.2650801049999, -12.2648301049999, -12.26466798, -12.2645918549999,
-12.2645194799998, -12.2642794799999, -12.264089855, -12.2639413549999,
-12.263841855, -12.2636406049999, -12.2634648549999, -12.263341855,
-12.2631777299998, -12.2629277299998, -12.26274023, -12.2625391049999,
-12.262390605, -12.262152355, -12.2617266049999, -12.2614003549999,
-12.2611757299998, -12.26112498, -12.2610253549999, -12.2608632299998,
-12.260724605, -12.2604746049999, -12.2601738549999, -12.25994923,
-12.2597988549999, -12.2595742299998, -12.2592988549999,
-12.2589707299999, -12.25875973, -12.2585352299998, -12.2582968549999,
-12.2579336049999, -12.25777148, -12.2576328549999, -12.2575586049999,
-12.2572832299999, -12.2569336049999, -12.2567324799999,
-12.25640623, -12.2559824799998, -12.25575573, -12.2556426049999,
-12.2555566049999, -12.2555566049999, -12.2554316049999,
-12.2553027299998, -12.25524223, -12.2551034799999, -12.2550293549999,
-12.2548047299998, -12.2545547299998, -12.2542538549999,
-12.2539159799999, -12.2537284799999, -12.2536562299999,
-12.2535918549999, -12.2534257299999, -12.2531659799999,
-12.25299023, -12.252761855, -12.25267773, -12.2525078549999,
-12.25238873, -12.2523047299998, -12.2521856049999, -12.2521074799999,
-12.2518047299999, -12.2516932299999, -12.2515449799999,
-12.25135348, -12.25109373, -12.2509101049999, -12.25074223,
-12.25053123, -12.2503476049999, -12.25022073, -12.2501503549999,
-12.2500449799998, -12.2499316049999, -12.2497696049999,
-12.2496426049999, -12.2493828549999, -12.2493398549999,
-12.2491992299999, -12.24911523, -12.2488964799999, -12.24880473,
-12.2486288549999, -12.2484043549999, -12.24826948, -12.2481856049999,
-12.2478769799999, -12.2477324799999, -12.245280855, -12.2467968549999,
-12.2471648549999, -12.2504606049998, -12.2518281049999,
-12.2525551049998, -12.2501364799999, -12.2496547299999,
-12.2493336049999, -12.24918373, -12.2490392299999, -12.2490392299999,
-12.2493871049999, -12.2496547299999, -12.2500293549999,
-12.25013473, -12.2497231049999, -12.2495146049999, -12.2489517299999,
-12.2482536049998, -12.2473077299998, -12.24647448, -12.24537098,
-12.2439296049999, -12.2429387299999, -12.242082855, -12.2416047299998,
-12.2414523549999, -12.2406866049999, -12.2402226049999,
-12.23987698, -12.2392422299999, -12.2391621049999, -12.2389601049999,
-12.23873348, -12.23827148, -12.2377558549999, -12.2376756049999,
-12.2374418549999, -12.237332855, -12.23703123, -12.2367442299999,
-12.2364282299999, -12.2359026049999, -12.2357928549999,
-12.235227105, -12.23491998, -12.23433998, -12.2338028549999,
-12.2334949799999, -12.2344961049999, -12.2344823549999,
-12.2344512299999, -12.2343203549999, -12.2339961049999,
-12.2314684799999, -12.2314593549999, -12.2272236049999,
-12.2258819799999, -12.2242278549999, -12.22267098, -12.220841605,
-12.2188176049999, -12.21801973, -12.214502605, -12.2141524799999,
-12.21306198, -12.21148498, -12.2098744799999, -12.2077617299999,
-12.2082539799999, -12.2089502299999, -12.2094321049999,
-12.2096284799999, -12.21011048, -12.21032473, -12.21032473,
-12.2103961049999, -12.210538855, -12.2108958549999, -12.2116098549999,
-12.2123239799999, -12.2129129799999, -12.2136092299999,
-12.2144636049999, -12.2149344799999, -12.215287105, -12.2157869799999,
-12.2166437299999, -12.2174469799999, -12.2176969799999,
-12.2184779799999, -12.2187273549999, -12.2190474799999,
-12.2196479799999, -12.2197481049999, -12.21984198, -12.219905355,
-12.2204299799999, -12.220742855, -12.2212431049999, -12.2218313549999,
-12.2223333549999, -12.22366548, -12.2236643549999, -12.22430573,
-12.2250669799999, -12.225551605, -12.2263649799999, -12.2270917299999,
-12.2274551049999, -12.22785298, -12.229512605, -12.2297608549999,
-12.2308443549999, -12.2324171049999, -12.2326406049999,
-12.2331247299999, -12.2335589799999, -12.234100355, -12.2348699799999,
-12.2358969799999, -12.23836223, -12.2386773549999, -12.2391613549999,
-12.2392041049999, -12.2382703549999, -12.23826273, -12.237367105,
-12.2370636049999, -12.2364792299999, -12.2358133549999,
-12.23617898, -12.23628998, -12.2364714799999, -12.2365811049999,
-12.2368553549999, -12.2371294799999, -12.2373488549999,
-12.23762298, -12.23811998, -12.2383358549999, -12.2386557299999,
-12.238756355, -12.238756355, -12.23884773, -12.2388516049999,
-12.23797948, -12.2372392299999, -12.2368004799999, -12.2363892299999,
-12.2361076049999, -12.235658105, -12.235237605, -12.2349999799999,
-12.2345711049999, -12.2336919799999, -12.2333092299999,
-12.2330898549999, -12.2331563549999, -12.2335377299999,
-12.23388173, -12.2342387299999, -12.2345401049999, -12.23455798,
-12.2346164799998, -12.23467398, -12.234661855, -12.2348302299999,
-12.2351426049999, -12.23622498, -12.236883355, -12.23741898,
-12.2379211049999, -12.2382669799999, -12.23878023, -12.239193105,
-12.2395167299999, -12.239505605, -12.2385796049999, -12.2377672299999,
-12.23632398, -12.235961355, -12.2354313549999, -12.23480373,
-12.23389673, -12.2338133549999, -12.2337491049999, -12.2331899799999,
-12.23246023, -12.2320279799999, -12.2317072299998, -12.2312609799999,
-12.23082848, -12.2305494799999, -12.230200855, -12.22974048,
-12.2294476049999, -12.2288088549999, -12.2284702299999,
-12.2282837299999, -12.2279439799999, -12.22779973, -12.2276483549999,
-12.2274599799999, -12.22721123, -12.2267083549999, -12.2258399799999,
-12.2247354799999, -12.2241279799999, -12.2233944799999,
-12.2229459799999, -12.2222746049999, -12.2216954799999,
-12.2211677299999, -12.2206014799999, -12.220163855, -12.21982923,
-12.219571855, -12.21952873, -12.2190699799999, -12.218658105,
-12.218640605, -12.2180642299999, -12.2175411049999, -12.2171401049999,
-12.217018105, -12.2166519799999, -12.2161812299998, -12.215937105,
-12.215937105, -12.2161637299999, -12.216146355, -12.2160938549999,
-12.2157406049999, -12.2141853549999, -12.2112523549999,
-12.2073417299999, -12.2055198549999, -12.2041422299998,
-12.2020981049999, -12.200053855, -12.1984541049999, -12.1980097299999,
-12.1980097299999, -12.197743105, -12.1977324799999, -12.1978766049999,
-12.1981599799999, -12.1981431049999, -12.1986763549999,
-12.1988984799999, -12.1996539799999, -12.2010759799999,
-12.2020048549999, -12.2024536049999, -12.20307573, -12.2029141049998,
-12.2028689799999, -12.2016797299999, -12.2006367299999,
-12.1987207299999, -12.1972542299999, -12.1956544799999,
-12.1939213549999, -12.1916106049999, -12.1906773549999,
-12.1904388549999, -12.1900117299999, -12.1891664799999,
-12.187877855, -12.1861447299999, -12.1853892299999, -12.18467823,
-12.1846729799999, -12.1842338549999, -12.18467823, -12.184932605,
-12.184989355, -12.1845893549999, -12.1822341049999, -12.17894573,
-12.177790355, -12.1773014799999, -12.1774347299999, -12.1774628549999,
-12.17622448, -12.1743686049999, -12.1717467299999, -12.1690803549999,
-12.1681027299999, -12.1672583549999, -12.1659252299999,
-12.1644141049999, -12.1645032299999, -12.1649032299999,
-12.1652587299999, -12.1653251049999, -12.1655129799999,
-12.165632855, -12.1662807299999, -12.1669473549999, -12.16701448,
-12.1671907299999, -12.1678806049999, -12.1682362299998,
-12.1685027299999, -12.168902605, -12.16974698, -12.1707689799999,
-12.1730798549999, -12.1753017299999, -12.1767237299999), .Dim = c(1039L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-77.0651666644981, -77.0650501423538,
-77.0648120085826, -77.0646218518837, -77.0641392650992,
-77.0634373550648, -77.0629774399721, -77.0622989037525,
-77.0615948881678, -77.0608664453621, -77.0598462757906,
-77.0590202999076, -77.0579263260529, -77.0570998276806,
-77.056368941275, -77.0557120362059, -77.0553716326599,
-77.0549595205685, -77.0542579532142, -77.0534834531975,
-77.0529013996348, -77.0524406070738, -77.0518592505559,
-77.0512314806086, -77.0508225027528, -77.0506319694157,
-77.0502236863423, -77.049790278139, -77.0493313967525,
-77.0487264766807, -77.0481695384377, -77.0472221219397,
-77.0461532696145, -77.0458144292868, -77.0452131562326,
-77.0447818230721, -77.0441578559053, -77.0436286377733,
-77.0432445874937, -77.0429085206293, -77.0427418763333,
-77.0420891289065, -77.0418244289791, -77.0414635841439,
-77.0407879680217, -77.0401118289466, -77.0396530996015,
-77.039438636397, -77.0391758393094, -77.038815854373,
-77.038359374595, -77.038021906696, -77.0376116775724,
-77.0374680630998, -77.0367688690773, -77.0363089169795,
-77.035631028084, -77.0347362400521, -77.0341564015259,
-77.033941233042, -77.0334105915987, -77.0325889024177,
-77.0313800124674, -77.0306300418429, -77.0299517949576,
-77.0292011306097, -77.0285291654191, -77.0281657005527,
-77.027781432797, -77.0274200374171, -77.0267675915582,
-77.0261387083302, -77.0256310947908, -77.0249793337506,
-77.0247634583275, -77.0243771130111, -77.0238452410018,
-77.0235566005227, -77.0232192783465, -77.0225902135283,
-77.0221307565346, -77.0219632130964, -77.021896646499,
-77.0218562282528, -77.0217891454134, -77.0216957418282,
-77.0213346744496, -77.0208282491352, -77.02031975757,
-77.0198117814648, -77.0193044924358, -77.0189915857894,
-77.0187044808473, -77.0185130196908, -77.0182007984495,
-77.01784006605, -77.0174296192389, -77.0170427394737,
-77.0164619893652, -77.0159306074092, -77.0152053536511,
-77.0145048680931, -77.0139002006927, -77.0133188208059,
-77.0131751127592, -77.0127161465419, -77.0120399088829,
-77.0116535353714, -77.0109762661816, -77.0102501417489,
-77.0093796809318, -77.008678322217, -77.0081212979672,
-77.0076380666264, -77.0072289699218, -77.0067474466168,
-77.0065563075599, -77.0062213428122, -77.0057905497274,
-77.0056451849209, -77.0055510673134, -77.0053611220505,
-77.0051472619671, -77.004982768193, -77.0047601194564,
-77.0049468656949, -77.0049720780561, -77.005735033811,
-77.0060265214109, -77.0067550353355, -77.0075417649267,
-77.0082985649602, -77.0090557758379, -77.0092130000414,
-77.0099593478061, -77.0102668204523, -77.0103976089226,
-77.0106925957689, -77.010930191595, -77.0110299443439,
-77.0110503280175, -77.0115790053292, -77.0123690389829,
-77.0129262115746, -77.0134860663228, -77.0141613267893,
-77.0145147502739, -77.0146945571843, -77.0148751906763,
-77.0149379472456, -77.0149433128162, -77.0147746462677,
-77.014632405006, -77.0144329777495, -77.014378681071,
-77.0145859511426, -77.0149387664428, -77.0152325392947,
-77.0152327359754, -77.0157635218305, -77.0159127850138,
-77.0158584917369, -77.0157752958374, -77.015896484207,
-77.0161902628049, -77.0165131515181, -77.0171558302715,
-77.0177694009235, -77.01844222598, -77.0192886746171,
-77.0199024564864, -77.0202532191698, -77.0206634440638,
-77.0209580607642, -77.0211676236529, -77.0213121410817,
-77.0216951256063, -77.022135916709, -77.0225180754465,
-77.0228707110204, -77.0231927856834, -77.0235136158785,
-77.0238053364102, -77.0241269971585, -77.0245956608437,
-77.025476226436, -77.0258577722279, -77.0263563827767,
-77.0268238061208, -77.0273492422613, -77.0278474410424,
-77.0282578949408, -77.0288430108925, -77.0292520100926,
-77.0294589041949, -77.0294917622145, -77.0297007400941,
-77.0298131245002, -77.0299084696253, -77.0299991334945,
-77.0300602706866, -77.0303823608959, -77.0307048684548,
-77.0312020399507, -77.0315829787274, -77.0320221396029,
-77.0323153312499, -77.0327563716457, -77.0331381491661,
-77.0335779407378, -77.0340464268504, -77.0344843414593,
-77.0348640349091, -77.0350992192581, -77.0351894766717,
-77.0351917749151, -77.0352541756243, -77.0351431644012,
-77.0349425211861, -77.034250121317, -77.0337003499889,
-77.0330630340931, -77.0326868833034, -77.032311775216,
-77.0318788603933, -77.0315324439518, -77.0313018468436,
-77.0310423462752, -77.0308129997265, -77.0305260548432,
-77.0303834163151, -77.0303010868273, -77.0303069272887,
-77.0303102648884, -77.0303714093971, -77.0305504628407,
-77.0306136947921, -77.03064677174, -77.0306796403058,
-77.0304507072141, -77.0300789240913, -77.0298784755483,
-77.029812906521, -77.0296518348341, -77.0293064478049,
-77.0290475631629, -77.0289042942738, -77.0286156700165,
-77.0284148004906, -77.0283299646669, -77.0282467970746,
-77.0281632122378, -77.0279927053607, -77.0277922507777,
-77.0276489792259, -77.0273316541476, -77.0271014592516,
-77.0267543940063, -77.026408370066, -77.0260355240657,
-77.0258926663013, -77.0257504333784, -77.0256356465704,
-77.0254362278197, -77.0251469674207, -77.0248281762364,
-77.0246266722567, -77.0246287552712, -77.0246597437269,
-77.0248410840802, -77.0249588723967, -77.0250994517993,
-77.0252865299673, -77.0253734329293, -77.0254184651728,
-77.0254430900826, -77.0254328617995, -77.0252849710722,
-77.0251949744048, -77.0251742675806, -77.025118373853,
-77.0250387719854, -77.0249705655424, -77.0249366672643,
-77.0249145048409, -77.0248935477684, -77.0249190900179,
-77.0250145064683, -77.0251458608658, -77.0252180699254,
-77.0252325509456, -77.02531690656, -77.0254243037975,
-77.0255899302344, -77.0256269530025, -77.0256412682639,
-77.0255738126855, -77.0255417950322, -77.0255811541865,
-77.0256072825983, -77.02562209904, -77.025555310858,
-77.0254883557034, -77.0254097545105, -77.0252489639997,
-77.0251224436389, -77.0248567553314, -77.0245224416508,
-77.0243751305553, -77.0243561758444, -77.0244093500817,
-77.0246492803795, -77.025004172261, -77.0252422705832,
-77.0254449308347, -77.0255759614168, -77.0257445198829,
-77.0258177379087, -77.0259363721732, -77.0261015919301,
-77.0261735580664, -77.0261742846706, -77.0261758970835,
-77.0261328203654, -77.0260536350012, -77.0259982434887,
-77.0259906906076, -77.0261216416629, -77.0263228895483,
-77.0264881123962, -77.0268424373295, -77.0271490913071,
-77.0273482522027, -77.027651980899, -77.0280259233961,
-77.028318508075, -77.028378664875, -77.0283228585487,
-77.0283019917886, -77.0284906794096, -77.0287025769557,
-77.0290075639318, -77.0294187104072, -77.0298647144313,
-77.0305803517422, -77.030956479717, -77.031414219514,
-77.0316500031793, -77.0318865421837, -77.0321695013023,
-77.0324993839314, -77.0329335013964, -77.0335775138456,
-77.0342449898325, -77.0349107042156, -77.0352963923768,
-77.0357398948315, -77.0361487933551, -77.0366512870744,
-77.0372120996479, -77.0379357161061, -77.0394771457118,
-77.0404097321313, -77.0412549677529, -77.0419558830085,
-77.042772635115, -77.0434737634594, -77.0437539409927,
-77.0439432223336, -77.0441803787768, -77.0443346162961,
-77.0440772031222, -77.0436731470218, -77.0433269025352,
-77.0430091417185, -77.0429243203399, -77.0429025547229,
-77.0427829510615, -77.042670277197, -77.0425571812334,
-77.0418315580096, -77.0413093357574, -77.0409337553029,
-77.0404427558943, -77.0400407940544, -77.0398407604927,
-77.0396415690461, -77.0395014559913, -77.0393877219581,
-77.0390406201977, -77.038751964876, -77.0385515063566,
-77.0380609159224, -77.0376574684165, -77.0373994016788,
-77.0370552411706, -77.0367714214584, -77.0365424703111,
-77.0362270035824, -77.0361432245681, -77.0361185252606,
-77.0361526956629, -77.0360992985669, -77.0358116848514,
-77.0354383959283, -77.0349505214571, -77.0343453244602,
-77.033826431133, -77.0334238036771, -77.0328753653936,
-77.0324417221793, -77.032242718076, -77.0322184329652,
-77.0322123000097, -77.0322156636315, -77.0322207093283,
-77.0323112006511, -77.0323404137915, -77.0324194693871,
-77.032449820977, -77.0324531112669, -77.0326955981204,
-77.0333794869999, -77.035003737, -77.0351208609999,
-77.0369266109999, -77.0382313619999, -77.0393758609999,
-77.040932487, -77.042397486, -77.0434504869999, -77.043976861,
-77.0450292359999, -77.045974612, -77.049683611, -77.0508964859999,
-77.051872986, -77.0525801109999, -77.053068361, -77.053609361,
-77.054027361, -77.0545312359999, -77.054740237, -77.054544861,
-77.0540019869999, -77.053861361, -77.053841737, -77.054061861,
-77.054154237, -77.054575362, -77.055513861, -77.056124986,
-77.0570136109999, -77.0580566109999, -77.059099611,
-77.0601426119999, -77.0610527359999, -77.0618749859999,
-77.062806611, -77.0640937359999, -77.0642842359999,
-77.064281111, -77.0647468619999, -77.0658604859999,
-77.0659594859999, -77.0678749859999, -77.0682441119999,
-77.0688652369999, -77.0702784859999, -77.071422986,
-77.0719064869999, -77.0727499869999, -77.0734144859999,
-77.0734832359998, -77.0737808609999, -77.074856612,
-77.076652361, -77.0783588619999, -77.0802359859999,
-77.0822503609999, -77.0851367359999, -77.092207861,
-77.093924611, -77.095816987, -77.0969771119999, -77.0990293609999,
-77.1009979869999, -77.101368236, -77.103309861, -77.1046842369999,
-77.1055761109999, -77.106857737, -77.107315861, -77.1079322369999,
-77.1089181109999, -77.1100537369999, -77.1114677369999,
-77.1134789859999, -77.1158674869999, -77.118664611,
-77.1208957359999, -77.1223727359999, -77.1238183619999,
-77.124072439, -77.1248801079999, -77.1249976289999,
-77.125358236, -77.1259635779999, -77.126844321, -77.12727137,
-77.128004743, -77.12851777, -77.128761265, -77.128908259,
-77.1291406729999, -77.1293530979999, -77.1295247679999,
-77.129722385, -77.1299632789999, -77.1307844019998,
-77.1309066929999, -77.131383652, -77.1315719879999,
-77.131671715, -77.1319123769999, -77.1319023679998,
-77.1321061379999, -77.1323013259999, -77.132469074,
-77.132650473, -77.133179532, -77.1333860669999, -77.1339166229999,
-77.1340572569999, -77.1342568369998, -77.1343933829999,
-77.1348420809999, -77.1350446329999, -77.135158062,
-77.1352077509998, -77.1370393859999, -77.137897166,
-77.138349994, -77.1394506359999, -77.1395401039999,
-77.139647515, -77.139805947, -77.1399650919999, -77.1402317289999,
-77.140445375, -77.1408009859999, -77.141104556, -77.141330099,
-77.141587721, -77.1419287039999, -77.1424461479999,
-77.142827688, -77.1432944879999, -77.143674658, -77.144040731,
-77.144364082, -77.144502222, -77.144670952, -77.1449565459999,
-77.1453131749999, -77.1457395879999, -77.146018248,
-77.146381987, -77.146714717, -77.1471053609999, -77.146211056,
-77.1393043609999, -77.139277487, -77.140611236, -77.143549112,
-77.152369611, -77.1585527359999, -77.185525362, -77.1856797359999,
-77.185787112, -77.1858769869999, -77.1859374859999,
-77.186013612, -77.186117236, -77.1861972369999, -77.1863516109998,
-77.1864277359999, -77.1865586119998, -77.1867284859999,
-77.186943362, -77.1869902369999, -77.187091736, -77.187199236,
-77.1872832359999, -77.1873964869999, -77.187462862,
-77.1875194859999, -77.187638611, -77.1877832369999,
-77.1878261109999, -77.187826112, -77.1878652369999,
-77.1878964869999, -77.1879141119999, -77.1879707369999,
-77.1880819859999, -77.1881601109999, -77.1882089859999,
-77.1882402369999, -77.188316361, -77.188380861, -77.188482361,
-77.188529111, -77.188568362, -77.188593736, -77.1885937369999,
-77.1886348609999, -77.1886992359998, -77.1887929869999,
-77.1888751119998, -77.188914112, -77.1889198609999,
-77.1889374859999, -77.188960986, -77.189009611, -77.1891249859999,
-77.1892323609999, -77.1892891109999, -77.1893711119999,
-77.1894569859999, -77.189517612, -77.1896347369999,
-77.189693361, -77.189744112, -77.1898047369999, -77.1898534859999,
-77.1899394869999, -77.189962861, -77.189974611, -77.1899902369999,
-77.1900236109999, -77.190046861, -77.1900683609999,
-77.190080111, -77.1901034859999, -77.190142612, -77.1901837359999,
-77.1904316119999, -77.1906131109999, -77.190929736,
-77.191103486, -77.1915097369999, -77.1918007359999,
-77.1920604869999, -77.1922812369999, -77.192470737,
-77.192619112, -77.1927246119999, -77.192820362, -77.192884611,
-77.192997986, -77.193068361, -77.1931698609999, -77.1932753609998,
-77.193369111, -77.1934277359999, -77.1934882359999,
-77.193560486, -77.1936328609999, -77.193699236, -77.193726611,
-77.193734362, -77.1937246109999, -77.1937558609999,
-77.1937949869999, -77.193831986, -77.1938476109999,
-77.1938593609999, -77.193861362, -77.193910111, -77.1940156109999,
-77.194138612, -77.1941816119998, -77.1941133609999,
-77.1941231119999, -77.194158236, -77.194267611, -77.194388611,
-77.1945117359999, -77.1946152369999, -77.1946797369999,
-77.194792986, -77.1948457359999, -77.1948652369999,
-77.1949316119999, -77.194972612, -77.1949843609999,
-77.1950176109999, -77.195154486, -77.195328111, -77.1954648609998,
-77.195581986, -77.1956464869999, -77.1955683609999,
-77.195593736, -77.1956972359999, -77.1957929869999,
-77.1959882359999, -77.1960899869999, -77.196158236,
-77.1962402359999, -77.1963046119998, -77.1964043619998,
-77.1964999869999, -77.196622986, -77.196718736, -77.1968203609999,
-77.196992236, -77.1970917359999, -77.197158236, -77.197265612,
-77.197324236, -77.1974843609999, -77.197697236, -77.1977538609999,
-77.197861362, -77.1979608609999, -77.198031237, -77.198076111,
-77.198148362, -77.1982538609999, -77.1983027369999,
-77.1983103619998, -77.1983203619999, -77.1983163609997,
-77.1982909869999, -77.1982499869999, -77.198103486,
-77.1979668609997, -77.1978729859999, -77.1977637369999,
-77.1977051109999, -77.197578112, -77.1974863609999,
-77.197392612, -77.1973554869999, -77.1973319859999,
-77.1972363609999, -77.197189486, -77.1971093619999,
-77.1970528609999, -77.196939486, -77.1968437359999,
-77.196773486, -77.1967089869999, -77.196605486, -77.196513612,
-77.196453111, -77.196396487, -77.1963418619999, -77.1962812369999,
-77.196140611, -77.196148486, -77.196210986, -77.196460986,
-77.1965193619999, -77.1966034869999, -77.1966113609999,
-77.1965507359999, -77.196335986, -77.1962851119999,
-77.196158237, -77.1960801119998, -77.196107362, -77.1961016109999,
-77.1960859869999, -77.1960391109998, -77.1959257369999,
-77.195845736, -77.1957284869999, -77.195671862, -77.195603486,
-77.1955273609999, -77.1954628619998, -77.1954062369999,
-77.1953729859999, -77.1953534859999, -77.195343736,
-77.195345736, -77.1953534869999, -77.1953828609999,
-77.1954453609999, -77.1955391109999, -77.1956016109999,
-77.1956777359999, -77.1957304869999, -77.1957538609999,
-77.1957832369999, -77.1957891109999, -77.1957929859999,
-77.1957969869999, -77.1957871119999, -77.1957734869999,
-77.1957656119999, -77.195738236, -77.1957031109999,
-77.195685611, -77.1956874859999, -77.195640611, -77.1956621109999,
-77.1956231119997, -77.195597612, -77.1956054869999,
-77.195621111, -77.195640612, -77.1957089859999, -77.1957714869999,
-77.195806612, -77.1958711109999, -77.1959277369999,
-77.1960312369999, -77.1961211109999, -77.1963144869999,
-77.196380862, -77.196429736, -77.196484362, -77.1966699859998,
-77.196806612, -77.196931612, -77.197087862, -77.197158236,
-77.1973926109999, -77.1974492369999, -77.197523486,
-77.1976054869999, -77.1976854869999, -77.197738237,
-77.1977891119998, -77.197833986, -77.197914111, -77.1979608619997,
-77.1979843609999, -77.198025362, -77.198044861, -77.1980586109999,
-77.1980819869999, -77.1981034869999, -77.1980996109999,
-77.1981444859999, -77.198156236, -77.198156236, -77.1981444859999,
-77.1982246119999, -77.198324236, -77.1985644859998,
-77.1986563609999, -77.1986972369999, -77.1987968619999,
-77.1988027359999, -77.1987694869999, -77.1987343609999,
-77.1986992369999, -77.1986132369999, -77.1985586109999,
-77.1984609869997, -77.198388612, -77.1982773609999,
-77.1982187359999, -77.198117236, -77.198072236, -77.1980253609999,
-77.1979043609999, -77.197816361, -77.1976972369999,
-77.1975801109999, -77.1974433609999, -77.1973554859999,
-77.1972891109999, -77.197271486, -77.197193362, -77.1971211109999,
-77.1970117369999, -77.1968924869999, -77.1968691109999,
-77.1968632369999, -77.1968496119999, -77.1968437359998,
-77.1968672369999, -77.196955112, -77.197144486, -77.197234362,
-77.1973027369999, -77.1974297359999, -77.1975312369999,
-77.1976308609998, -77.1978534869999, -77.1979707369999,
-77.198054736, -77.1982109869999, -77.198203112, -77.1981562369999,
-77.1982441109998, -77.198372986, -77.198412111, -77.198433612,
-77.198433612, -77.1983867359999, -77.198283236, -77.1982538609998,
-77.1982812369999, -77.1982051109999, -77.198117236,
-77.1980547359998, -77.1979668609999, -77.1980154859999,
-77.198056612, -77.198050736, -77.1981933609999, -77.1982538609999,
-77.1982676109999, -77.1982128609999, -77.198160112,
-77.198042987, -77.1979608619999, -77.1979159859999,
-77.197871112, -77.1977676109999, -77.1977089869999,
-77.197599611, -77.197542986, -77.1974336109999, -77.1973711109998,
-77.197259736, -77.1971659869999, -77.1970996109999,
-77.1970332369999, -77.196939487, -77.1968398609999,
-77.196742236, -77.1966757369999, -77.1965507369999,
-77.1964687369999, -77.196371112, -77.1962714869999,
-77.196173862, -77.196105486, -77.1960604869999, -77.1960137369999,
-77.1959667369999, -77.195908236, -77.195843736, -77.1957792359999,
-77.195695362, -77.1955801109999, -77.1955194869999,
-77.1954121109999, -77.1953086109999, -77.1951913619999,
-77.195023486, -77.194956986, -77.1948788609999, -77.194818361,
-77.194742237, -77.1946347369999, -77.1945917359999,
-77.1945878619998, -77.194537112, -77.1945292369999,
-77.194541112, -77.1944667359999, -77.194386736, -77.1942792369999,
-77.1942382369999, -77.194152362, -77.1940898609999,
-77.194001986, -77.193949236, -77.193847612, -77.193746112,
-77.193611362, -77.1935351109998, -77.1934609859998,
-77.193388612, -77.193314487, -77.1932363619999, -77.193152362,
-77.1931016109999, -77.193056612, -77.1929903609999,
-77.192882986, -77.192839861, -77.1927851119999, -77.1926913609998,
-77.1924902369999, -77.1923926109999, -77.1922792359999,
-77.192160112, -77.1920663609999, -77.191908236, -77.1918359869999,
-77.1917479859999, -77.1916874869999, -77.1915683619998,
-77.1915058609999, -77.1914551119999, -77.191355486,
-77.1912519859998, -77.191158236, -77.1910371119999,
-77.1909492369999, -77.190900362, -77.190861361, -77.1909511109999,
-77.191054736, -77.1910722369998, -77.1910507369999,
-77.191074237, -77.1911328609999, -77.191160112, -77.1910019869999,
-77.1907989859999, -77.190761736, -77.1908632359999,
-77.190867236, -77.190804736, -77.190580111, -77.1902578609999,
-77.1900839859998, -77.1899569869999, -77.1898731109999,
-77.189757861, -77.1896992369999, -77.1894394869999,
-77.189234361, -77.1889784869999, -77.188806611, -77.1886972359999,
-77.188628862, -77.188593736, -77.1886132359999, -77.188747986,
-77.1888242369999, -77.1887891109999, -77.1886992369999,
-77.1886269869999, -77.1884609869999, -77.1884277359999,
-77.1884217359999, -77.1883749869999, -77.188292986,
-77.188251986, -77.1882071109999, -77.188152362, -77.1881718609999,
-77.1881367369999, -77.1880937369999, -77.188009736,
-77.1879062359999, -77.187773486, -77.187654362, -77.1875819869999,
-77.1874979869999, -77.187396486, -77.1872968609999,
-77.187212861, -77.187169861, -77.187119111, -77.1870683609999,
-77.1870683619999, -77.1870624869999, -77.187080112,
-77.1870781109999, -77.187103486, -77.1870957359999,
-77.186951236, -77.186693361, -77.1865156109999, -77.1862617359999,
-77.1859726119999, -77.1859062369999, -77.1858007359999,
-77.1857284869999, -77.1856484859999, -77.1855409859999,
-77.1853457369999, -77.185138611, -77.184933611, -77.1848007369999,
-77.1845937369999, -77.184472611, -77.184419862, -77.1844804859998,
-77.1844122369999, -77.184390612, -77.184412236, -77.184378861,
-77.1840527369999, -77.1841679869999, -77.1838652359999,
-77.183857361, -77.1840937359999, -77.183996112, -77.1839121119999,
-77.1837832369999, -77.1836269859999, -77.1834159869999,
-77.1833242369999, -77.1832597359998, -77.1831328609999,
-77.183050612, -77.1829804869999, -77.1829179859999,
-77.1828242359999, -77.1828828609999, -77.1828378609999,
-77.182720736, -77.182464862, -77.1823964869999, -77.1823731109999,
-77.1823398619999, -77.1822832369999, -77.1821132359999,
-77.1821211109998, -77.182195361, -77.1822617369999,
-77.1822929859999, -77.182244112, -77.1822187369999,
-77.1821249869999, -77.1818319859999, -77.1817931109999,
-77.1818104869998, -77.1818183619999, -77.1816602369999,
-77.181671861, -77.1818124869999, -77.181828111, -77.1817246109999,
-77.1817519869999, -77.1818301109998, -77.181861361,
-77.1817031109999, -77.181734362, -77.181859361, -77.181880861,
-77.1817578609999, -77.1817793609998, -77.1818964859999,
-77.1819492369999, -77.181849611, -77.181835986, -77.1817931109999,
-77.181824236, -77.1818418609998, -77.181857362, -77.181910111,
-77.1819532369999, -77.181933611, -77.1819472369999,
-77.1819179859998, -77.1818398619999, -77.1816641109999,
-77.181617236, -77.1816464869999, -77.181673861, -77.1818319869999,
-77.1818222369999, -77.1817461109999, -77.181619112,
-77.1815742369999, -77.1815019859999, -77.1812617369999,
-77.1811542359999, -77.1811698609999, -77.1811367359999,
-77.1810507359999, -77.1810742359999, -77.181109362,
-77.181181612, -77.1811953609999, -77.1812031119999,
-77.1811503609999, -77.1810859869999, -77.181025361,
-77.1809511119999, -77.1807519869999, -77.1806054859999,
-77.180525361, -77.1804571119999, -77.1803066109999,
-77.1803027369999, -77.180212861, -77.1803163609998,
-77.1803906119999, -77.180394486, -77.180320362, -77.180328112,
-77.1802832359999, -77.180275362, -77.1802304859999,
-77.1802479869999, -77.180138612, -77.1800663609999,
-77.179986362, -77.179951236, -77.1799238619998, -77.179933611,
-77.179847611, -77.1797734869999, -77.179560612, -77.179337862,
-77.1792714859999, -77.1790234869999, -77.1789472359999,
-77.1787891119999, -77.1786874869999, -77.1786229869999,
-77.178546861, -77.1784882359999, -77.1787402369999,
-77.1789199859999, -77.179042986, -77.178816362, -77.178763611,
-77.1786679859999, -77.178601612, -77.178601612, -77.1785234859999,
-77.1785722369999, -77.1783144859999, -77.1781464859999,
-77.1778867369999, -77.1776797369999, -77.1775702359999,
-77.177472611, -77.1773632369999, -77.177287112, -77.177201111,
-77.1770624869999, -77.176996112, -77.1768887369999,
-77.176794861, -77.1767089859999, -77.1766542359999,
-77.176621111, -77.1766172369999, -77.1766874859999,
-77.1769296109999, -77.1770391109999, -77.1770897359999,
-77.1771777359999, -77.1772207359999, -77.1772109859999,
-77.177193361, -77.177140611, -77.1770429859999, -77.1769843609998,
-77.176910111, -77.1767909859999, -77.1766777359999,
-77.1765564859999, -77.1765097359999, -77.176320361,
-77.1761659859999, -77.176003861, -77.1758729859999,
-77.175818361, -77.175732362, -77.1756582369999, -77.1754784869999,
-77.1754042359999, -77.175320362, -77.175253861, -77.175195362,
-77.1751367369999, -77.175037112, -77.1752284859999,
-77.1753984859999, -77.175621112, -77.1756172359999,
-77.175361362, -77.1750819869999, -77.1749999859999,
-77.174890611, -77.1746972359999, -77.1744374859999,
-77.1742812359999, -77.1741387359999, -77.1739609859999,
-77.1737304869999, -77.173611361, -77.1734042369999,
-77.173330111, -77.1732284859999, -77.1731953619999,
-77.1731484869999, -77.1731229859999, -77.1730917359999,
-77.172966861, -77.1729062369999, -77.1728554859999,
-77.1728418609999, -77.173451112, -77.1734159859999,
-77.172705111, -77.1725156109997, -77.172378861, -77.1723163619999,
-77.172244112, -77.1721542359999, -77.1719316109999,
-77.1717891119999, -77.1717207369999, -77.1716816109998,
-77.171601611, -77.1715117359999, -77.171478361, -77.1714159859999,
-77.1713847359999, -77.171372987, -77.1713476109999,
-77.171328112, -77.171285111, -77.1712812369999, -77.171326111,
-77.1713573609999, -77.171455112, -77.1714707369999,
-77.171539111, -77.1715332359999, -77.1715019869999,
-77.1714941109998, -77.1715507359999, -77.1715957369999,
-77.1716367359999, -77.1716757359999, -77.1717656119999,
-77.1718593609998, -77.1720214869999, -77.1719922369999,
-77.1719922369999, -77.1719667359999, -77.171964862,
-77.1719569859999, -77.1719784859999, -77.171968737,
-77.1719609859999, -77.1719804859999, -77.1719569859999,
-77.171935611, -77.171912112, -77.1718574869999, -77.171828112,
-77.171826236, -77.1717694859999, -77.1717402359999,
-77.1716679859999, -77.1716503609999, -77.1715781109999,
-77.171548862, -77.171517611, -77.1714979859999, -77.1714941119998,
-77.1714453609998, -77.1714394859999, -77.171380861,
-77.171337862, -77.1713339869999, -77.1712832359999,
-77.1712734859999, -77.171287111, -77.171306612, -77.1713027359999,
-77.1713457369999, -77.171328112, -77.1712694869999,
-77.171222611, -77.1712051109999, -77.1711777359999,
-77.1711718609999, -77.1711444859998, -77.1711406119999,
-77.171089861, -77.1710859869999, -77.1710409859999,
-77.170955111, -77.170865237, -77.1708242369999, -77.170806612,
-77.1707988619999, -77.170685611, -77.1706308609999,
-77.1705409859999, -77.170453112, -77.1704179869999,
-77.1703867359999, -77.1703339869999, -77.1702324869999,
-77.169943361, -77.169902361, -77.1698007359997, -77.1697343609999,
-77.1697012369999, -77.169705111, -77.1697343609999,
-77.1697871109999, -77.1698202359999, -77.1698202359999,
-77.1698144869999, -77.1697773609999, -77.1697226109999,
-77.1696367369999, -77.1695272369999, -77.169468737,
-77.1693943619999, -77.1690957369999, -77.1686444869999,
-77.168322237, -77.168128861, -77.167986361, -77.1679297369999,
-77.1677792359999, -77.167628862, -77.1674922369999,
-77.167431612, -77.1674179859999, -77.167392611, -77.1675292359997,
-77.1676054859998, -77.167638611, -77.167693362, -77.1678516109999,
-77.1679687359999, -77.1681659859999, -77.1683729859999,
-77.1686269859999, -77.1688359859999, -77.169044862,
-77.169296862, -77.1694746109999, -77.1695058609999,
-77.1695001109998, -77.1695429859999, -77.1695624859999,
-77.169601611, -77.169642611, -77.169785111, -77.1698202369999,
-77.1699082369999, -77.1699297359999, -77.1699902359999,
-77.1700566119999, -77.1701034859999, -77.1701484859999,
-77.170234362, -77.1703222369999, -77.1703926109998,
-77.1704492359997, -77.1704961109999, -77.1705624859999,
-77.170619111, -77.170681612, -77.1709141109999, -77.171066361,
-77.1711093609998, -77.1711738609998, -77.171212861,
-77.171337862, -77.171400362, -77.171535112, -77.1716034869999,
-77.1717716109998, -77.171839861, -77.171882861, -77.1719726119999,
-77.1720194859999, -77.1721444859999, -77.1722792369999,
-77.1723437369999, -77.1724999869999, -77.1725409859999,
-77.1726113619999, -77.172691362, -77.172777361, -77.1728749859999,
-77.1729687359999, -77.173128861, -77.173232486, -77.1733047359999,
-77.1734238619999, -77.173548862, -77.1735976109999,
-77.173640612, -77.1737402359999, -77.173849612, -77.173890612,
-77.174011736, -77.1740762369999, -77.1741562359999,
-77.174284987, -77.174423861, -77.1744726109999, -77.1745488619999,
-77.174621111, -77.1747069869999, -77.1748047359999,
-77.1748964859998, -77.174994111, -77.175027362, -77.1751444869999,
-77.1752089869998, -77.175277361, -77.1754374859999,
-77.1754922369999, -77.1757734859999, -77.1758672369999,
-77.175910111, -77.1760019869997, -77.1760917369999,
-77.176261611, -77.1763632359999, -77.176544861, -77.176912111,
-77.176931611, -77.1771132369999, -77.177472611, -77.177581986,
-77.1776659869999, -77.1778123619999, -77.1779492369999,
-77.178039112, -77.1781073609999, -77.178165986, -77.178230486,
-77.1783456109999, -77.1784101119999, -77.1784433609999,
-77.1784609869999, -77.1783867359999, -77.1783124859999,
-77.1782402359999, -77.1782284869999, -77.1783672359999,
-77.178474611, -77.1786738609999, -77.1787597359999,
-77.178785111, -77.1787851119998, -77.178826112, -77.1789999859999,
-77.1788339859999, -77.178808611, -77.1788027369999,
-77.178798862, -77.178841861, -77.1789746109998, -77.1791777359999,
-77.1792578609999, -77.1794686109999, -77.1795371109998,
-77.1798146109999, -77.1798828609998, -77.179941362,
-77.180173861, -77.180212861, -77.1802382359999, -77.1802832359999,
-77.1803261109999, -77.1803711109999, -77.1803906109997,
-77.180412111, -77.1804571109999, -77.1804999869999,
-77.1805859869999, -77.1806074859999, -77.1806074869999,
-77.1806582369999, -77.1806953609999, -77.180708986,
-77.180794986, -77.1808769859999, -77.1809394869999,
-77.181013612, -77.1810507359999, -77.1811269859999,
-77.1811933609999, -77.1812637359999, -77.181402361,
-77.181488236, -77.181703112, -77.1818573619998, -77.1819569859999,
-77.1821854869999, -77.182402361, -77.1824569859999,
-77.182683611, -77.1827617359999, -77.182820361, -77.1828593609999,
-77.1829023609999, -77.1828867359999, -77.1829062369999,
-77.183037112, -77.1831269869999, -77.1831621109998,
-77.1831933619999, -77.183244112, -77.1832812359999,
-77.1833027359999, -77.1833691119999, -77.1834374869999,
-77.1834961119999, -77.1835194859999, -77.1835058619999,
-77.183548861, -77.183546862, -77.1835819859999, -77.183609361,
-77.1837226119998, -77.1838613609999, -77.1839492359999,
-77.184040986, -77.1842479869999, -77.1843847369999,
-77.1844979869999, -77.1846113609999, -77.1847284869999,
-77.184884736, -77.185000112, -77.1850937369999, -77.185203111,
-77.1853163609999, -77.1854297359999, -77.1856172369999,
-77.185740236, -77.185849611, -77.1859531109999, -77.186044861,
-77.1861347359999, -77.1862246109998, -77.1862773619999,
-77.1864042369999, -77.1865176109999, -77.186562486,
-77.1866641119998, -77.1867323609999, -77.1868086119999,
-77.1868964869999, -77.1869374859999, -77.1870292359999,
-77.1871211109999, -77.187140611, -77.187208986, -77.187273486,
-77.1873319859999, -77.187357361, -77.187396486, -77.1874453609999,
-77.1876249869999, -77.1877812359999, -77.187869112,
-77.1880176109999, -77.188027361, -77.188078111, -77.1881582369999,
-77.1882031109999, -77.1882694869999, -77.1884257369999,
-77.188535111, -77.188634862, -77.1886972359999, -77.188779236,
-77.188828111, -77.188923862, -77.1890136119999, -77.1890819859999,
-77.189119112, -77.189214862, -77.189257861, -77.1893476119999,
-77.189437361, -77.189535112, -77.189656236, -77.189730362,
-77.1898027359999, -77.1898534869999, -77.1899336119999,
-77.190033236, -77.1901034869999, -77.1901837369999,
-77.1902284869999, -77.190320361, -77.1903887369999,
-77.1904766109999, -77.1905468609999, -77.1907676109999,
-77.190837861, -77.1909824859999, -77.191087861, -77.1912363609999,
-77.191373112, -77.1914492369999, -77.191470736, -77.1915781109999,
-77.1916347369999, -77.191742236, -77.1918047369999,
-77.1919238609999, -77.1922402369999, -77.1922792369999,
-77.1924199859998, -77.1926034859999, -77.192806611,
-77.192958986, -77.193078112, -77.1931913609999, -77.193257736,
-77.1934882369999, -77.1936113609999, -77.193621112,
-77.1936874859999, -77.1937636119999, -77.193902362,
-77.194150361, -77.1942773619999, -77.1943457359999,
-77.194400362, -77.194462861, -77.1945273619999, -77.1946484859999,
-77.194716736, -77.194806612, -77.1949218619999, -77.194990236,
-77.195058612, -77.1951034869999, -77.195228486, -77.195527362,
-77.1956016109999, -77.1956698609999, -77.1957363619999,
-77.1958281109999, -77.1959433609999, -77.1960097369999,
-77.196126987, -77.1963281109999, -77.1954568854935,
-77.1954535612507, -77.1946375628169, -77.1935423776159,
-77.1924057905926, -77.1912040880182, -77.1902969170235,
-77.189588527905, -77.1890729461637, -77.1875917402775,
-77.1873028267609, -77.1860285162016, -77.1853823966107,
-77.1844962936144, -77.1831906152875, -77.1821124708638,
-77.1805658358723, -77.1783437543482, -77.1764543638179,
-77.1752977238312, -77.1737566433723, -77.1729851642138,
-77.1714824706647, -77.17017878651, -77.1689213377574,
-77.1664575489842, -77.1652116103886, -77.1643993804788,
-77.1634751832073, -77.1623737096384, -77.1615581127328,
-77.1608354704955, -77.1594266183715, -77.1578491602472,
-77.1565459288382, -77.1555211213558, -77.1545320511559,
-77.1545068663459, -77.1545390209251, -77.1548234934479,
-77.1552264920063, -77.1556496385617, -77.1560341139487,
-77.1563210991487, -77.1568792143578, -77.1567268842594,
-77.1563342636598, -77.1559651651666, -77.1555219904619,
-77.1553192059573, -77.1552586574617, -77.1551497752252,
-77.1549973686447, -77.1551842383366, -77.1549812790305,
-77.1545118304144, -77.1546985167332, -77.1552041435888,
-77.1552991010346, -77.1564356198861, -77.1574995395868,
-77.1580064050461, -77.1582814570265, -77.1581638211958,
-77.1576730758193, -77.1572321472807, -77.1565682613355,
-77.1561241950695, -77.1557082729572, -77.1548514345578,
-77.1538481238094, -77.1533072217904, -77.1528633601326,
-77.1526617230845, -77.1525063924528, -77.1521644138451,
-77.1515374873784, -77.1511702258779, -77.1507379652479,
-77.1498020072945, -77.1484195452016, -77.1472904083585,
-77.1461990588142, -77.1451269732235, -77.1447260584358,
-77.1442871865262, -77.1433502227928, -77.1426290870438,
-77.1416222660578, -77.1415195237902, -77.1406625447274,
-77.1399325968156, -77.1398288526636, -77.1394210849575,
-77.1392790113188, -77.1390676530252, -77.1381713414228,
-77.1376025458511, -77.1368820136792, -77.1360854658849,
-77.135443439738, -77.1349934329781, -77.134483015634,
-77.1342854429227, -77.1336806277853, -77.1331346178704,
-77.1322982428603, -77.1317503786387, -77.1302610039272,
-77.1294287129999, -77.1284455402367, -77.1277509836123,
-77.1270780159661, -77.1263430377662, -77.1256467992454,
-77.1248036495923, -77.1238865904851, -77.1230076216838,
-77.1220685461198, -77.1220539575478, -77.1224167976168,
-77.1226454894228, -77.123754921061, -77.1254670231231,
-77.12634041777, -77.1274533123546, -77.1289429895563,
-77.1296871277715, -77.1301962954053, -77.1305999943124,
-77.1309641854544, -77.1312429723591, -77.1312848982399,
-77.1313597508953, -77.1315503082628, -77.1317220427445,
-77.1316866035266, -77.1316613473312, -77.1313272250468,
-77.1310704347683, -77.1308914133634, -77.130827951212,
-77.1308809219329, -77.1309724119459, -77.131046682039,
-77.1311867847748, -77.1315036654495, -77.1322200545013,
-77.1333432212422, -77.1338077777465, -77.1346223552081,
-77.1354553151504, -77.1360737956561, -77.1365948112487,
-77.1369598550544, -77.1371689277038, -77.1372420192804,
-77.137371572553, -77.1370251654307, -77.136535117427,
-77.1363372376952, -77.136161790275, -77.1361814851996,
-77.136246408151, -77.1359480437734, -77.1356474939102,
-77.1353702916472, -77.1347048257721, -77.1336069616815,
-77.1321970614037, -77.1313242354886, -77.1296021561744,
-77.127713644516, -77.1252211429367, -77.1232159106855,
-77.1212246922029, -77.1198376761549, -77.1179469831341,
-77.1163462727012, -77.1143545761923, -77.1129692806797,
-77.1120676633832, -77.1106898479493, -77.1094612943908,
-77.1083911583382, -77.107393072351, -77.1068544098359,
-77.1062918538444, -77.1059010668562, -77.1057023491444,
-77.1057208543717, -77.1060056309611, -77.1064359385615,
-77.1065257709899, -77.1064715096871, -77.1061748769931,
-77.1057849978088, -77.10513028786, -77.1045725982593,
-77.1038686592997, -77.1034548855604, -77.1030616003419,
-77.1023987128251, -77.1019105650935, -77.1012260495964,
-77.100567046333, -77.099762874469, -77.0991493432633,
-77.0988552435664, -77.0982945215613, -77.0976144945076,
-77.0969838711026, -77.0964030080649, -77.0958933003201,
-77.0954765028285, -77.095202913459, -77.0948087676287,
-77.0944656327267, -77.0939043867855, -77.0934415879537,
-77.0930041146873, -77.0924920947784, -77.091809759996,
-77.0912975646033, -77.0907363271981, -77.0898107415762,
-77.0885969543474, -77.087819746389, -77.0872092961195,
-77.0870122383153, -77.0867417071447, -77.086399125352,
-77.0859366951661, -77.0857399958826, -77.0855195759729,
-77.0852653428131, -77.0851858821055, -77.0851830400831,
-77.0853348558609, -77.0854870975843, -77.0856771505467,
-77.0857194450887, -77.0857693345102, -77.0856871746267,
-77.0854309560798, -77.0852312431059, -77.0850506504707,
-77.0848707692937, -77.0846751163872, -77.0845306452164,
-77.084479876242, -77.0844745386962, -77.0843157965816,
-77.0840327643463, -77.083937133953, -77.0837490521562,
-77.0834843815289, -77.0832036215737, -77.0830613128419,
-77.0829344131606, -77.0826213625718, -77.0822784027801,
-77.0817803363049, -77.0814523326693, -77.0810760635215,
-77.0808083364136, -77.0804615278232, -77.0802554379479,
-77.0800619263959, -77.0798394112987, -77.0792890154873,
-77.0788337911535, -77.0786604493881, -77.0784690974666,
-77.0784318321734, -77.0784257505836, -77.0784689534824,
-77.0783928383629, -77.0781457200716, -77.0777304265911,
-77.0775098593234, -77.077482074659, -77.077527223566,
-77.0776697344945, -77.0779336825693, -77.0780025531272,
-77.0780464650259, -77.0779699999424, -77.07789477146,
-77.0776952816377, -77.0772569814051, -77.0764308276694,
-77.0756772541245, -77.0750440593786, -77.0747266692044,
-77.0741665849006, -77.0735105514546, -77.0728555752927,
-77.0719343565791, -77.0709887091263, -77.0703330283122,
-77.0698938560588, -77.0694525749544, -77.0690833481896,
-77.0687645602268, -77.0682775928842, -77.0677915046252,
-77.0670869757882, -77.0661423876774, -77.0655617497395,
-77.0651023697309, -77.0648375296728, -77.0647677562981,
-77.0648195930846, -77.0650907502152, -77.0651666644981,
-11.5751229129963, -11.5757694133521, -11.5763689539499,
-11.5768964112395, -11.5772346448213, -11.5774309594241,
-11.5775538065324, -11.5776303834897, -11.5775397444088,
-11.5774253637514, -11.5772174025895, -11.5770319698891,
-11.5766810439123, -11.5764238676281, -11.5759746991624,
-11.5756923996632, -11.5755752479349, -11.5756020876933,
-11.5758462055956, -11.5760669255796, -11.5760710542878,
-11.5760743220197, -11.5761740990987, -11.5765611703191,
-11.5770184318392, -11.5774980591873, -11.5780509707789,
-11.5784844906136, -11.5787507932152, -11.5789463874842,
-11.5790698993246, -11.5788613781065, -11.5786297982594,
-11.578727849554, -11.5794256038008, -11.5801460703468,
-11.5810592091864, -11.5816607965752, -11.5822135302009,
-11.5826941828055, -11.5831258109611, -11.583417387174,
-11.5837062233774, -11.5841153078864, -11.584598355066,
-11.5850096627105, -11.5852998659736, -11.5858274864707,
-11.5863793617306, -11.5869080080622, -11.5875090763812,
-11.5877984231867, -11.5880882824169, -11.5883523487072,
-11.588931211415, -11.5890540211648, -11.5892261927482,
-11.5895912018602, -11.5899061647608, -11.5903381319083,
-11.5907484039163, -11.5911607216185, -11.5916953289602,
-11.5919636532738, -11.5920879874288, -11.5922606567187,
-11.5922474372869, -11.5922978159163, -11.5928266232294,
-11.5931639565092, -11.5935033304422, -11.5937468812526,
-11.5939895809969, -11.5944246035049, -11.594760914677,
-11.5950027630716, -11.5952456301842, -11.59558245032,
-11.5958956968798, -11.5961153283164, -11.5963098575245,
-11.5966219148925, -11.5974832930632, -11.5986075448143,
-11.5993971839028, -11.5999000364138, -11.6002851907326,
-11.6006952758726, -11.6008184038084, -11.6010132700825,
-11.6013037878199, -11.6016407747683, -11.6021928095951,
-11.6025528617246, -11.6029855004747, -11.6034184779642,
-11.6036844024596, -11.6038545047356, -11.6040498745751,
-11.6043644702816, -11.6047043324565, -11.6051157632642,
-11.6053591241358, -11.6056507981508, -11.6057228951659,
-11.6059891524249, -11.6064004092783, -11.6066422449587,
-11.6069100207793, -11.6071303066133, -11.6075189960711,
-11.6078108492135, -11.6079342961405, -11.6082007153934,
-11.6086579338764, -11.6091634842998, -11.6095713581423,
-11.6102193758508, -11.6110354603525, -11.6112977578994,
-11.6114675842949, -11.612042850572, -11.6126661118623,
-11.6134086023413, -11.6142695392331, -11.6153054682601,
-11.6154453267725, -11.616300943416, -11.6163563114603,
-11.6164660343321, -11.6165753501871, -11.6165700830668,
-11.6166222056124, -11.6166510711598, -11.6167880954451,
-11.6169470190741, -11.6170146196483, -11.6175578111904,
-11.618216191201, -11.618644402367, -11.6187319036528,
-11.6193882531705, -11.6199566863124, -11.6205267420659,
-11.6214698409158, -11.6222686461603, -11.622840120549,
-11.6235562931439, -11.6243872482627, -11.6250181469033,
-11.6257642351624, -11.6265976312069, -11.6270577796773,
-11.6276618135356, -11.6282074388259, -11.6286938416625,
-11.6291792267177, -11.6295502354634, -11.6295505954985,
-11.6305222242867, -11.6310377283224, -11.6315833534023,
-11.6321578778052, -11.6328170636506, -11.6331880704868,
-11.6335588731453, -11.6338700422371, -11.6341814135308,
-11.634635853495, -11.6349455892438, -11.6352856507779,
-11.6354840703219, -11.6358542544452, -11.6363400370582,
-11.6367292075753, -11.6369975840228, -11.6376262303548,
-11.6381970759919, -11.6387109384326, -11.6391676135303,
-11.6394236238198, -11.639507460516, -11.6395915014057,
-11.6397901193975, -11.6401885821542, -11.641186782622,
-11.6416145523962, -11.6421275883502, -11.6423538734898,
-11.6425510523146, -11.6430066940422, -11.643405559075,
-11.6438031923826, -11.6440011876687, -11.644430182231,
-11.6449464942831, -11.6456624424652, -11.6459566324812,
-11.6462062179169, -11.6466647282425, -11.6470660530427,
-11.6473220525365, -11.6476354423219, -11.6479475988218,
-11.6482892717297, -11.6486305328363, -11.6489154304567,
-11.6495149481532, -11.6499713996104, -11.6503987435071,
-11.6507684900603, -11.6509375743758, -11.6511070697402,
-11.6514210706529, -11.6518221869027, -11.6521378350776,
-11.6527113289017, -11.6534582302193, -11.653890101279,
-11.6547559024168, -11.6552189389673, -11.6556538968433,
-11.6559722205424, -11.6564340205426, -11.6569536223263,
-11.6573578253275, -11.6576751194281, -11.6580213144102,
-11.6585107804128, -11.6590867436281, -11.6594895066333,
-11.6601788120503, -11.6609822821001, -11.6614414078213,
-11.6618427315559, -11.6624441000891, -11.6631323771383,
-11.6636773830544, -11.6641936935811, -11.6647405507456,
-11.6656614757982, -11.6661220411052, -11.6663715715611,
-11.6669845470274, -11.6675322265074, -11.667964507505,
-11.6682811845497, -11.6686275848396, -11.6690307590418,
-11.6693757202301, -11.6699502444384, -11.6704673779033,
-11.6710425188007, -11.6715030837071, -11.6718197605917,
-11.6722237566913, -11.6725984407381, -11.6729165557592,
-11.6733781475014, -11.6741555938978, -11.6745296612289,
-11.6749898147781, -11.6752201996309, -11.6758242409898,
-11.6760845533761, -11.6762876800295, -11.6766047669225,
-11.6768917212024, -11.6771497747313, -11.6774239859703,
-11.6776068152686, -11.6777206111894, -11.677822600228,
-11.678045070305, -11.6783496920308, -11.6785331783209,
-11.6787283892771, -11.6792115403672, -11.6796483679622,
-11.6800043554053, -11.6803261548609, -11.68059072783,
-11.6808207841353, -11.6810014859171, -11.681119627269,
-11.6814411802386, -11.681750926366, -11.6820601794269,
-11.6825069238217, -11.6828278192495, -11.683217994564,
-11.6836076766746, -11.6839627598206, -11.684317431803,
-11.6846041391038, -11.6849713579273, -11.6853047178247,
-11.6857067000064, -11.6863147956585, -11.6867048885193,
-11.6871409762149, -11.6875661613998, -11.6879683902789,
-11.6883707014, -11.6886817629062, -11.6889007524281,
-11.6892010756997, -11.6896740644946, -11.6902375631324,
-11.6908345919773, -11.6917410378658, -11.6927035587309,
-11.6934586497292, -11.6941686500401, -11.6948100278627,
-11.6952108579781, -11.6959672636536, -11.6964258957206,
-11.6967235044111, -11.6970207837125, -11.6973072433576,
-11.6974070819915, -11.6976286313795, -11.6981110427332,
-11.6984330070797, -11.6988236756284, -11.6993861869998,
-11.6997755381161, -11.7002217856839, -11.7005190642817,
-11.7011938031857, -11.7017196552091, -11.7018789482009,
-11.7020030648495, -11.7021725990195, -11.702365666041,
-11.7026292506292, -11.7029625284983, -11.703295559003,
-11.7036156270573, -11.7039240518339, -11.7042203383297,
-11.7046995316463, -11.7051669984126, -11.7058736055525,
-11.7063415653602, -11.7068204243047, -11.7072090273478,
-11.7077009329299, -11.7081695513882, -11.7086837510972,
-11.7091168594471, -11.7095829123546, -11.7100717541013,
-11.7103195543971, -11.7105004716745, -11.7106235839753,
-11.7107928562543, -11.7110188553721, -11.7112559171554,
-11.7114573828996, -11.7114693636946, -11.7115775050395,
-11.7116862660496, -11.7119682331644, -11.7121632821697,
-11.7124739401186, -11.7127630879503, -11.7129584294136,
-11.7135306662207, -11.7147061215411, -11.7153392832341,
-11.7158300094858, -11.7162629295732, -11.7166095564818,
-11.7169545203242, -11.7170430397894, -11.7175294600667,
-11.7180468019105, -11.718506753715, -11.7188275946006,
-11.7190895897155, -11.7194940208, -11.7200427575427,
-11.7208204313664, -11.721338395994, -11.7219711408661,
-11.722718250778, -11.7230921171658, -11.7234102541724,
-11.7237566708501, -11.7242172450603, -11.7248233698999,
-11.7254001767093, -11.7259472508322, -11.726667117831,
-11.7276735209356, -11.7282203874065, -11.728882656478,
-11.7293710956451, -11.7299739004952, -11.7306623758568,
-11.7313227783239, -11.7318126694213, -11.7325327435021,
-11.7335119029378, -11.7343771107128, -11.735098220282,
-11.7357898052787, -11.7364537308055, -11.736887265759,
-11.737548704656, -11.738208900713, -11.7386967876418,
-11.7391559103359, -11.739844594348, -11.7401765830808,
-11.7402837581337, -11.7404745066801, -11.7407618318489,
-11.7407929795665, -11.7411948443728, -11.742328229,
-11.7450201039998, -11.7452264789998, -11.748407979,
-11.750788605, -11.75248248, -11.753260854, -11.7539017289997,
-11.7551607299999, -11.75699198, -11.7583731049999, -11.75914448,
-11.7611777289999, -11.7622988549999, -11.76358398, -11.764343729,
-11.7651113539999, -11.766784979, -11.767726605, -11.7691231049999,
-11.7702519789999, -11.771943354, -11.7733281049999,
-11.7745703549999, -11.7758339789999, -11.7782012299999,
-11.779195354, -11.780615355, -11.7824237289998, -11.7838077299998,
-11.7858203549999, -11.786486355, -11.7868632289999,
-11.7874179799999, -11.788083854, -11.7882832299999,
-11.7885507299998, -11.788726604, -11.7887978549998,
-11.7887416049998, -11.788971105, -11.7895198539999,
-11.7895547299998, -11.7902294789999, -11.7902363549999,
-11.7902578539999, -11.7908474799999, -11.791488479,
-11.791655605, -11.7919472299999, -11.7926558549999,
-11.7938233539999, -11.7951281039998, -11.7963871049999,
-11.7972617289998, -11.798195479, -11.7993171049999,
-11.8008737299998, -11.8017363549998, -11.80357473, -11.8035977299999,
-11.8044569799997, -11.805164105, -11.80742048, -11.80984698,
-11.8101328549999, -11.8116323539998, -11.8120766039999,
-11.8123648549999, -11.8125672299999, -11.812639604,
-11.8133086039999, -11.8157298539999, -11.8182041039998,
-11.8194926049999, -11.8203411049999, -11.8206239799999,
-11.8202782299999, -11.8197439799999, -11.8193668549999,
-11.819366854, -11.8194705759998, -11.8198002919999,
-11.8198482679998, -11.8199954789998, -11.8206906029999,
-11.818483511, -11.8187527269999, -11.8192336959999,
-11.8193610049999, -11.8188815149999, -11.818818371,
-11.818739152, -11.8187117329999, -11.8186874889998,
-11.8186286159999, -11.8185164199999, -11.8183599499999,
-11.8180763229998, -11.817999207, -11.81800622, -11.8178726969999,
-11.818021404, -11.8182608349999, -11.8183735499999,
-11.8188354659999, -11.8189369559997, -11.8192600739998,
-11.818472076, -11.8181859619999, -11.8185593079999,
-11.8183263519999, -11.8183434509999, -11.8182447529998,
-11.8182657449998, -11.8181986609999, -11.8182127569999,
-11.8178212129999, -11.8179916459999, -11.818071462,
-11.8181135979999, -11.8182160069999, -11.8182608989999,
-11.8185891219999, -11.8189858279999, -11.8194743509999,
-11.8198013729998, -11.8199633719999, -11.8200878529999,
-11.8201697339999, -11.820206292, -11.8203726899999,
-11.8206608799999, -11.8208865409998, -11.821006091,
-11.82110204, -11.8210456049999, -11.8209550949999, -11.820803188,
-11.8205878909999, -11.8203111469999, -11.8200794319999,
-11.8199925649999, -11.819889867, -11.8197653299999,
-11.8195942369999, -11.8194310309999, -11.8192773549998,
-11.8170903849998, -11.8002004799999, -11.8001427299999,
-11.7988984789999, -11.7958711049999, -11.787218104,
-11.7812597289999, -11.7889374789999, -11.7887637299999,
-11.7885996049999, -11.7885312289999, -11.788453105,
-11.78837873, -11.7883711039999, -11.788392604, -11.7884159789999,
-11.788402355, -11.7883672299999, -11.7883106039999,
-11.7882148549999, -11.788162104, -11.788066355, -11.7879824799999,
-11.7877637289999, -11.7876191049999, -11.787599605,
-11.7876269789999, -11.7876544799998, -11.787580104,
-11.7874922289999, -11.7874218549999, -11.7873731039998,
-11.787298855, -11.7872089789999, -11.7870996049999,
-11.7870898539999, -11.7870996049999, -11.787027355,
-11.7869082299998, -11.7868534789999, -11.7867949799999,
-11.7867109799999, -11.7866523549999, -11.7865976049999,
-11.7865449799999, -11.7863359799999, -11.7862519799999,
-11.786154354, -11.786099604, -11.7860371049999, -11.785918105,
-11.7858007299998, -11.7857363549999, -11.785673855,
-11.7855762289999, -11.785591855, -11.785599605, -11.7855624799998,
-11.7854804799999, -11.7853262299999, -11.785253854,
-11.7852441049999, -11.7851718539999, -11.7851249789999,
-11.7850332299999, -11.7849257289998, -11.784753855,
-11.7846444799999, -11.7845449799999, -11.784474605,
-11.7843632289999, -11.784191355, -11.784074355, -11.78395698,
-11.7838476049999, -11.783757855, -11.78369923, -11.7836016049999,
-11.7835663549999, -11.7835097289999, -11.783476605,
-11.78341798, -11.7833554799998, -11.7833047289999, -11.7832734789997,
-11.7832187289997, -11.7831874789997, -11.78317773, -11.78318748,
-11.7832031039999, -11.7832481039999, -11.7832734789997,
-11.7833222299998, -11.783390604, -11.7834433549999,
-11.7834687289999, -11.7834881049999, -11.783498105,
-11.7835449799999, -11.783611354, -11.78372073, -11.7837851039998,
-11.783847604, -11.7840097289999, -11.7840819789998,
-11.7841367289999, -11.7841992299997, -11.7842753539999,
-11.7843788549999, -11.7844609799999, -11.784486355,
-11.784486354, -11.7844141039999, -11.7843222289999,
-11.7842519799999, -11.7841972299998, -11.7841426049999,
-11.7841231049999, -11.7841132289999, -11.784121104,
-11.7841484799999, -11.7841367299999, -11.7841014789998,
-11.7840038549999, -11.7839843539999, -11.7839082299999,
-11.7838027299999, -11.7837382289999, -11.7837324799999,
-11.7837363539998, -11.78366598, -11.7836249799998, -11.783652355,
-11.78374223, -11.78379498, -11.7839374789999, -11.7840097289997,
-11.784029355, -11.7840996039999, -11.7841406039998,
-11.7841894799998, -11.784224605, -11.784255855, -11.7842871049998,
-11.7843398539999, -11.7843398539999, -11.7843124789999,
-11.7843106039999, -11.7843007299999, -11.7842734789999,
-11.7842538539999, -11.784226605, -11.78402348, -11.7837968549999,
-11.783714855, -11.7836894799999, -11.783652355, -11.7836347289999,
-11.7835878539998, -11.7834824789999, -11.7832382299999,
-11.783089854, -11.7830253549999, -11.782914105, -11.782798855,
-11.7826679789999, -11.782580104, -11.7823516039998,
-11.7821972299998, -11.7821444799998, -11.78209773, -11.7820819799999,
-11.7821016039999, -11.7821464799999, -11.7821562299998,
-11.7821034799999, -11.782039105, -11.7820137299998,
-11.7820586039999, -11.7821582299999, -11.7820507289999,
-11.7820898539999, -11.7821426049999, -11.7821248549999,
-11.7821172299999, -11.7820586039999, -11.7819999789999,
-11.7819824799999, -11.7819472289999, -11.7818984789999,
-11.7818554799999, -11.7817597299999, -11.7816523549999,
-11.781640604, -11.781435604, -11.7813964799998, -11.7813124799999,
-11.7812402289999, -11.7811797299998, -11.7811249789999,
-11.781101604, -11.7810722299998, -11.7809922289999,
-11.780880855, -11.7807872289998, -11.780642604, -11.7805429799998,
-11.780539104, -11.780601605, -11.7807422299999, -11.7807676049999,
-11.7807538549999, -11.7806972299999, -11.780611355,
-11.7804999799998, -11.7803808539999, -11.7802539799999,
-11.7801601049999, -11.7800468549999, -11.7799297289999,
-11.7797851049999, -11.7795683539999, -11.7793516039999,
-11.77925973, -11.77918748, -11.7790683539998, -11.7789882289998,
-11.7788574799999, -11.7787891039999, -11.7787266049998,
-11.778578104, -11.77842573, -11.7783534789999, -11.7782929799998,
-11.7781641039999, -11.7779062299999, -11.7777207289999,
-11.7775818549999, -11.777505854, -11.777433604, -11.7773808539998,
-11.7772869789999, -11.7771621049999, -11.777017604,
-11.776890604, -11.7766132289998, -11.7763398539998,
-11.77624223, -11.77594923, -11.7757793549999, -11.7755898549999,
-11.7754824799999, -11.7754589789999, -11.775441354,
-11.7754141049999, -11.7753124799998, -11.7752266049999,
-11.7751679799999, -11.7751113539999, -11.775029355,
-11.774994104, -11.7749121049999, -11.7748926049999,
-11.7748632289998, -11.7748163539999, -11.7747558549999,
-11.7746894789999, -11.7745801039999, -11.7745253549999,
-11.774433605, -11.774359354, -11.7743086049999, -11.774216855,
-11.7741249789999, -11.7740253549999, -11.773818354,
-11.7737187299999, -11.7735723549999, -11.7734824799999,
-11.7733887299999, -11.7732402299998, -11.7731406039999,
-11.77308598, -11.7730683549999, -11.7729922299998, -11.7729101049999,
-11.7728359789999, -11.7726659799999, -11.7725663539999,
-11.7724609789999, -11.772410104, -11.7723593539999,
-11.7722968539999, -11.77223823, -11.7721033539999, -11.7720547289999,
-11.7720722289999, -11.7721074789999, -11.7720918549999,
-11.771869104, -11.7718124799998, -11.7718047299999,
-11.771847604, -11.7718887299998, -11.7718788549999,
-11.771699229, -11.7716288549999, -11.771556604, -11.7714492289999,
-11.771373104, -11.7713144799998, -11.7713144799998,
-11.771341854, -11.7712714799998, -11.7711972299998,
-11.771015604, -11.77086723, -11.7707207299998, -11.7705566049999,
-11.7703107299999, -11.7702656049999, -11.7702734789999,
-11.770335979, -11.7703066039999, -11.7702968539999,
-11.770324229, -11.77029498, -11.7701856039999, -11.76996873,
-11.7698593539999, -11.7697422289999, -11.76967573, -11.76958998,
-11.7694746049999, -11.769415979, -11.7693378549999,
-11.7692499799998, -11.7692187289999, -11.769123104,
-11.7690176049999, -11.7689746049999, -11.76893948, -11.76891998,
-11.76888473, -11.768777354, -11.76866798, -11.76860548,
-11.7684531049999, -11.7683378539999, -11.7682051039999,
-11.768095729, -11.7680703549999, -11.76807223, -11.7681444799999,
-11.7681972289998, -11.7682363549999, -11.7683906039999,
-11.76841798, -11.7684179789999, -11.7684453539998, -11.7684667299999,
-11.7683652289998, -11.7683301049999, -11.76828323, -11.7683144799998,
-11.7683144789999, -11.76832423, -11.76826948, -11.7682988549999,
-11.768373104, -11.7684356049999, -11.7685176049999,
-11.768562479, -11.7685371039999, -11.7684746049999,
-11.76838873, -11.7683398549999, -11.7682441049999, -11.7681503539999,
-11.7681152289998, -11.7682051049999, -11.768277354,
-11.7683066039999, -11.7683163539999, -11.768334105,
-11.76833598, -11.768290979, -11.7682539799998, -11.7681562299998,
-11.768095729, -11.7679726049999, -11.7678788539999,
-11.7677891049999, -11.767726605, -11.7676367299998,
-11.7675293549999, -11.7674297289999, -11.7673672299998,
-11.7673027299998, -11.7672127299999, -11.7671328549999,
-11.767097604, -11.76701373, -11.7669628539999, -11.76698048,
-11.7669902289999, -11.766945354, -11.7670586049999,
-11.76713473, -11.767183604, -11.767193354, -11.7672363549999,
-11.76728323, -11.7673222289999, -11.7673398549999, -11.767404354,
-11.76751373, -11.7675587289999, -11.7675996039999, -11.7676444789998,
-11.7677402289997, -11.7677929789999, -11.7678261049999,
-11.7678106049999, -11.7677734789999, -11.7677989799998,
-11.7679356039999, -11.7679902289998, -11.768037104,
-11.7680468539999, -11.7679941049999, -11.7678944799999,
-11.7678691039999, -11.7679492299997, -11.7679961049998,
-11.7679199789999, -11.7679531049999, -11.7680253549999,
-11.76806248, -11.7680996049999, -11.7681347299998, -11.7682539789999,
-11.7684784799999, -11.76864648, -11.7687031039999, -11.7688047289999,
-11.768908229, -11.7690293539999, -11.76912698, -11.7695117289999,
-11.7697929789998, -11.7698691049999, -11.7700253549999,
-11.7701347289999, -11.7702207299999, -11.7703808549999,
-11.7706288539999, -11.7707324799999, -11.7707928539998,
-11.7708086049999, -11.7707832299999, -11.770755854,
-11.7707676049999, -11.7707207299998, -11.7706249799999,
-11.7705819799999, -11.770574229, -11.7706523549999,
-11.770800729, -11.7709043549999, -11.7710762289999,
-11.7712402299998, -11.77142973, -11.7715762299999, -11.771654355,
-11.7718262299999, -11.771902355, -11.7720253549999,
-11.7721387299999, -11.7722519789999, -11.7723106049999,
-11.7723691039999, -11.772486355, -11.7726016049997,
-11.7727069789998, -11.772746104, -11.7728378539999,
-11.7729082299999, -11.77298823, -11.7729784799999, -11.7728964789999,
-11.7728241049999, -11.7727538549999, -11.77271873, -11.7727734789999,
-11.772818354, -11.7729277289998, -11.77313473, -11.7732069799999,
-11.7732714799998, -11.7734707289999, -11.7735663549999,
-11.773667979, -11.7737851049999, -11.7739023549999,
-11.7739784799999, -11.7740019799998, -11.7740273539999,
-11.7740273549999, -11.7740391049999, -11.7740488539999,
-11.7740409789998, -11.7740409799998, -11.7740663549999,
-11.7741054789998, -11.774144479, -11.7741816049999,
-11.7741913539999, -11.7742266049998, -11.7742578539999,
-11.7742578549999, -11.773816354, -11.7738066049999,
-11.7740117299998, -11.7740234799999, -11.7742676039999,
-11.7743047299999, -11.7734649789999, -11.7734179789999,
-11.7734804789999, -11.7735117299998, -11.77429498, -11.7743378549999,
-11.7743534799999, -11.7743554799998, -11.7741484789999,
-11.7740898549999, -11.7740507299997, -11.7740156049999,
-11.7740058549999, -11.7739589789999, -11.773878854,
-11.7738106039999, -11.7737323549999, -11.7737031049999,
-11.7737714789998, -11.773568355, -11.7734668549999,
-11.7734159789999, -11.7733242289999, -11.773244104,
-11.7732481039999, -11.773322229, -11.7733144789999,
-11.77335348, -11.7734981039998, -11.77358198, -11.7735976039999,
-11.7736543549999, -11.7736251049999, -11.77370898, -11.7739101049999,
-11.7740742289999, -11.7740839799998, -11.774121104,
-11.7741346049999, -11.77417973, -11.7742558549999, -11.7742676049999,
-11.7742461049999, -11.7742949789999, -11.7743964789999,
-11.774423855, -11.7743613549999, -11.7743944789999,
-11.774476604, -11.7745117289999, -11.77444923, -11.7745604789999,
-11.7746113549999, -11.7745996049999, -11.7746211049999,
-11.774693354, -11.7746894799998, -11.7746856049999,
-11.7746347289999, -11.774693354, -11.7747752289998,
-11.7748378539999, -11.774900354, -11.7749824799998,
-11.774683605, -11.77469923, -11.7747637289999, -11.77475198,
-11.7750624799999, -11.7750819789999, -11.77506248, -11.7751679789999,
-11.7751933549999, -11.7752051049999, -11.7751328539999,
-11.7750371049999, -11.775019479, -11.77498823, -11.775039105,
-11.7750801049998, -11.775060605, -11.7751191039999,
-11.775318354, -11.7754569789999, -11.77554098, -11.775591854,
-11.775623105, -11.7756484789999, -11.7757031039999,
-11.775722604, -11.7757226049999, -11.7757364789999,
-11.7757422289998, -11.7756738549998, -11.77550973, -11.7754161039999,
-11.7753847289999, -11.7753183549999, -11.77531448, -11.7751777299998,
-11.7751738549999, -11.77530473, -11.77531448, -11.7754179789999,
-11.7755234799998, -11.7755332299998, -11.77558598, -11.7756347289999,
-11.7757109799999, -11.77581248, -11.7758262289999, -11.775830105,
-11.7757499799998, -11.7756699789999, -11.7756406039999,
-11.7755293549999, -11.7754922289998, -11.7754394799998,
-11.775363355, -11.77533398, -11.7752968549999, -11.77525973,
-11.77479498, -11.7747773549999, -11.774534979, -11.7744101049999,
-11.7744121049999, -11.7742656039999, -11.774382854,
-11.77446098, -11.7746074789999, -11.774685604, -11.7751738549999,
-11.775017605, -11.7748301049999, -11.7746582299998,
-11.7745644789997, -11.7744726039999, -11.7743632299999,
-11.7743222299998, -11.774214854, -11.7740957299998,
-11.7740624799998, -11.7739413549999, -11.773806604,
-11.77372073, -11.773646479, -11.7735762299998, -11.7733613549999,
-11.7732637289999, -11.7730663549999, -11.7729804789999,
-11.7729413549999, -11.7728319789999, -11.772724605,
-11.7726484789999, -11.7725898549999, -11.7725156039999,
-11.7724394799998, -11.7724141039999, -11.772410104,
-11.7724512299998, -11.7725273549999, -11.7726426039999,
-11.7726896049999, -11.772818354, -11.7728926049999,
-11.7728593549999, -11.7727871049999, -11.77273823, -11.7726797299998,
-11.77260548, -11.7724023549999, -11.7722851049999, -11.7721856049999,
-11.7721503549999, -11.7720878539999, -11.7719959799999,
-11.7717909789999, -11.7715957299998, -11.7714257299999,
-11.77139848, -11.7713516049999, -11.771390604, -11.771654354,
-11.7715996049999, -11.7714766049999, -11.7712187299998,
-11.7708847289999, -11.77062698, -11.770455104, -11.7701484799999,
-11.7697441039999, -11.7694024799999, -11.7689531039999,
-11.7686464799998, -11.7684316039999, -11.7683612299996,
-11.768234354, -11.76813873, -11.7680449789999, -11.767779354,
-11.7676953549999, -11.7675858549999, -11.76752348, -11.7673554799998,
-11.7672481049998, -11.7674433549999, -11.7670683539999,
-11.7667734789999, -11.76658198, -11.7664218549999, -11.7662812299999,
-11.76590823, -11.7656191049999, -11.7654747289999, -11.7654201039999,
-11.7652538549999, -11.764990229, -11.7648496049999,
-11.7646582289998, -11.764538979, -11.76442773, -11.7643613549998,
-11.76419923, -11.7639941049999, -11.7637324789999, -11.7636523549999,
-11.763539104, -11.7632168549999, -11.7631093539999,
-11.7629453549999, -11.7626621049999, -11.7625607289999,
-11.7622051039999, -11.7618828549999, -11.7618183549999,
-11.7616093549999, -11.761509729, -11.7612871049999,
-11.7609707289998, -11.7604336049999, -11.7603007289998,
-11.7602266049999, -11.7600801049999, -11.7599824789999,
-11.7598066039999, -11.7597069789999, -11.7593301049999,
-11.759138729, -11.7590449799999, -11.75829098, -11.7582031049997,
-11.7580663549999, -11.75798248, -11.7578496049999, -11.7577597289999,
-11.7576211049998, -11.7574961049999, -11.7573281049999,
-11.7572676049999, -11.7571523539999, -11.7570937299998,
-11.7569902289998, -11.756874979, -11.7567871049999,
-11.7567187299999, -11.7566426049999, -11.7564023549999,
-11.7562441049999, -11.7561444799998, -11.7560136039999,
-11.755456979, -11.7553144799999, -11.7552343549999,
-11.7550683539999, -11.754927729, -11.7542734799999,
-11.7540332299999, -11.7539296049999, -11.7534082299998,
-11.75329498, -11.7530194789998, -11.7529121049999, -11.7527578539999,
-11.7525938549999, -11.75250198, -11.7524356049999, -11.7520683549999,
-11.75185348, -11.751728479, -11.7516562289998, -11.7515918539999,
-11.7513808549999, -11.751271479, -11.7511484789998,
-11.75106448, -11.750992229, -11.7508476039999, -11.7507461049999,
-11.7504356049999, -11.7500391049999, -11.7499766049999,
-11.7497714799999, -11.7495527299999, -11.74931248, -11.7491463539999,
-11.7488632289999, -11.7486444789999, -11.7484551039999,
-11.7482128549999, -11.7480508539999, -11.7478339789999,
-11.7476406049999, -11.74742773, -11.74716598, -11.747074229,
-11.7469961049999, -11.7465586049999, -11.745894479,
-11.7451543549999, -11.7447753549998, -11.7443904789999,
-11.7442266049999, -11.7440078549999, -11.7437382289998,
-11.7434101049999, -11.7431913549999, -11.7429589799999,
-11.7424433539999, -11.7417246049999, -11.7413106039999,
-11.7409688549999, -11.7406191039998, -11.7399746039999,
-11.7396056049999, -11.7391093539999, -11.7386992289998,
-11.7382617289999, -11.7379569799999, -11.7376817289998,
-11.7373926039999, -11.7372891049999, -11.73713873, -11.7369492299999,
-11.736839855, -11.7367481039999, -11.7366426049999,
-11.7364529799999, -11.7361387299999, -11.7359336049998,
-11.7357694789999, -11.7356972299998, -11.735570229,
-11.735455105, -11.7353281039998, -11.7352538549999,
-11.7349941049999, -11.7347909799999, -11.7345976039997,
-11.73449998, -11.7343749799999, -11.734273479, -11.7341562299999,
-11.7340469799999, -11.7335566039999, -11.7332031039998,
-11.7330409799999, -11.73292398, -11.7328731049999, -11.7326856039999,
-11.7325703549999, -11.7322578549999, -11.732111355,
-11.7318242289999, -11.73176173, -11.7316621049998, -11.7314981049998,
-11.7313398549999, -11.7310391039998, -11.7307812289999,
-11.7307089789999, -11.7304726039999, -11.7304043539999,
-11.7302909799999, -11.7301874799999, -11.730042979,
-11.7299374789999, -11.729845729, -11.7296543539999,
-11.72954498, -11.7294922299999, -11.7293632299999, -11.72926173,
-11.7292128549998, -11.7291288549998, -11.7290351049999,
-11.7288262289999, -11.7287051039999, -11.7284999799999,
-11.728398479, -11.7282752299999, -11.7281132299999,
-11.72791998, -11.7277909789999, -11.7277051049999, -11.727581979,
-11.7274023539999, -11.7272441049998, -11.7271152299999,
-11.7269981049998, -11.7269297289998, -11.7268281039999,
-11.726738229, -11.7266913539999, -11.7265468539999,
-11.7264687299999, -11.7262148539999, -11.7261191049998,
-11.7260097289999, -11.725955105, -11.7258359799999,
-11.7256913539999, -11.7255819789999, -11.725435605,
-11.7251718539999, -11.725080105, -11.7248887289999,
-11.7244433549999, -11.7243319799999, -11.7242676039997,
-11.724105605, -11.724015605, -11.7239238539999, -11.723896479,
-11.7238359789999, -11.723716855, -11.7235898549998,
-11.723462855, -11.723376979, -11.7232422299999, -11.7229941049999,
-11.722945355, -11.7228554799999, -11.7224843549999,
-11.722265605, -11.7220624789999, -11.721767604, -11.7216562299999,
-11.7215781039999, -11.7214864799999, -11.7213964789999,
-11.7209513549999, -11.720890604, -11.7207734799999,
-11.72063098, -11.7205293539999, -11.7203574799999, -11.7201641039998,
-11.7199121049998, -11.719734355, -11.719509855, -11.719466855,
-11.7193652299999, -11.7193183539999, -11.719253855,
-11.718964854, -11.7188554799999, -11.7187734789998,
-11.718710979, -11.7185918549998, -11.7185194799998,
-11.718400355, -11.718337854, -11.7182656049999, -11.7181211039999,
-11.7179394799999, -11.717867229, -11.7177363549999,
-11.7175742299999, -11.7174179789999, -11.7173144789999,
-11.717060605, -11.7168593549999, -11.716734355, -11.716617229,
-11.7165624799999, -11.7164707289999, -11.7164083549999,
-11.7163808539999, -11.7163516039999, -11.7163556049999,
-11.7162773539999, -11.7162498549998, -11.7162207299999,
-11.7160293539999, -11.715873229, -11.7158204799998,
-11.7155527299999, -11.7154141039999, -11.715267605,
-11.7152012299999, -11.715039104, -11.714560605, -11.7144238549999,
-11.714115229, -11.7139981039999, -11.7139199799999,
-11.713833979, -11.7137734799999, -11.7136992299999,
-11.7136269799999, -11.713562479, -11.7134453539998,
-11.7132324799999, -11.713091855, -11.7127031049999,
-11.712566355, -11.7124766049999, -11.712341855, -11.712214855,
-11.7121231039999, -11.7119941039999, -11.7119316039999,
-11.7118574789999, -11.7117207289999, -11.7116484799999,
-11.7115468539998, -11.7114569789999, -11.711355479,
-11.7112656049999, -11.7111464799999, -11.711066355,
-11.7109726049998, -11.7108534789998, -11.7107637299999,
-11.7105957299999, -11.7104843549999, -11.7103984799999,
-11.710306605, -11.710234354, -11.7101426039999, -11.710070355,
-11.710015605, -11.7098614789999, -11.7097597299999,
-11.7096699799999, -11.7095586039999, -11.709412105,
-11.7092753539998, -11.709162105, -11.7091132289999,
-11.7089374789999, -11.7088066049999, -11.7087343549999,
-11.7086444789999, -11.7084982289998, -11.708275355,
-11.7081543539999, -11.708091854, -11.7080097289999,
-11.707755854, -11.7075644789998, -11.7074121049999,
-11.707203105, -11.707119104, -11.7070078539999, -11.706892605,
-11.7067929799998, -11.7067284799999, -11.7065117289999,
-11.706402355, -11.7062988539998, -11.7062109789999,
-11.7061249789999, -11.7060762299997, -11.7059922299999,
-11.7058554789999, -11.7057832299999, -11.7056972299999,
-11.7055742289999, -11.705474604, -11.7053554799999,
-11.7052207299999, -11.7051132289999, -11.7049863549998,
-11.704910105, -11.7048124789999, -11.7047558539999,
-11.7046953549998, -11.7046074799999, -11.7045468549999,
-11.7044824789999, -11.7044082289999, -11.7043457299999,
-11.704246105, -11.704152355, -11.704109355, -11.703837855,
-11.7037284799999, -11.703599604, -11.7035176049998,
-11.7033359799999, -11.7031933539999, -11.7031347289999,
-11.7030722299999, -11.7030019789999, -11.7029453549999,
-11.7028067289998, -11.7027617299999, -11.7026152299997,
-11.702289105, -11.702222605, -11.7020703539997, -11.701912105,
-11.7017422299999, -11.7016034799999, -11.7014784789999,
-11.701404354, -11.701339854, -11.7011659789999, -11.7010449789999,
-11.7009589789999, -11.7007949799999, -11.7006503549999,
-11.7004394799999, -11.7000214799999, -11.6998906049998,
-11.6997949799999, -11.6997422289999, -11.6996444789999,
-11.6995606039998, -11.699431605, -11.699386605, -11.6993124799999,
-11.6992676039999, -11.6991953539999, -11.699150355,
-11.6990762289999, -11.6989433539997, -11.6986406039999,
-11.698556605, -11.6985019799998, -11.6984121049999,
-11.6983652289999, -11.6982929789999, -11.6982012289999,
-11.6981231039998, -11.697953105, -11.6979244035933,
-11.6979242940752, -11.6979395814387, -11.6977418244917,
-11.6973526313466, -11.6965813439577, -11.6957465859201,
-11.6948964210574, -11.6942193564001, -11.6922742019007,
-11.6918947891668, -11.689952965678, -11.6883226652615,
-11.686703413248, -11.6858715506149, -11.6859085548608,
-11.6866854949214, -11.687535154742, -11.6883427302409,
-11.6893558061458, -11.6908500322128, -11.6914775904431,
-11.691934258437, -11.6925031482079, -11.693038727598,
-11.6944442547419, -11.696462281831, -11.6980944377962,
-11.6987549310721, -11.6996879281454, -11.7008896874702,
-11.7015646777463, -11.7017136636606, -11.7019353459579,
-11.7020828927921, -11.7020906049676, -11.701700145442,
-11.7009542736335, -11.7000931919788, -11.699230213109,
-11.6986341596379, -11.6981336031463, -11.6976524669493,
-11.6971146746569, -11.6964983230864, -11.6961273956176,
-11.6955564567612, -11.6948896913433, -11.6940560966136,
-11.6929337470327, -11.6913799078926, -11.6898503439366,
-11.688966736801, -11.6880327557899, -11.6868864936764,
-11.6857900570665, -11.684832165419, -11.6841841596042,
-11.6840624628099, -11.6835756787434, -11.683113348911,
-11.6827747665899, -11.6817400373117, -11.6811714657842,
-11.6804577898471, -11.6799111236512, -11.6787683262649,
-11.6778151731917, -11.6773639644621, -11.6763660830802,
-11.6752497355381, -11.6743212139992, -11.6733919632808,
-11.6724130711955, -11.6711468841507, -11.6706345354548,
-11.6698740385129, -11.6696483190385, -11.6693826498328,
-11.6688157600364, -11.668233076136, -11.6677824005723,
-11.6671975282932, -11.666593377321, -11.6662675955677,
-11.6659109683279, -11.6652101510644, -11.6648138000439,
-11.6644220576919, -11.6643820817764, -11.6639867372398,
-11.663452707972, -11.6633208414665, -11.6628025366896,
-11.662660466495, -11.6624491131386, -11.661552816075,
-11.6607727159658, -11.6604528626963, -11.6603440025586,
-11.660138342089, -11.6596634333627, -11.6589020213709,
-11.658444366773, -11.6580279944457, -11.657687704557,
-11.6574452172154, -11.6572922382715, -11.6575177080161,
-11.657810824731, -11.6586789600221, -11.6592197447354,
-11.6600473205343, -11.6603779702995, -11.6600849307179,
-11.6595667556714, -11.6589231061891, -11.6581835208574,
-11.6573638542495, -11.6562966713511, -11.6550084443817,
-11.6544558069564, -11.653345718246, -11.651863875046,
-11.6503423121117, -11.649691311926, -11.6495884683889,
-11.6494452243985, -11.6490282446747, -11.6484215093597,
-11.6478257791809, -11.6472640150413, -11.646618207442,
-11.646254181111, -11.6457936473585, -11.6454097733899,
-11.6452201493433, -11.6450850111898, -11.644532712463,
-11.6439415803758, -11.6433690023018, -11.6426807879548,
-11.6419917117509, -11.6412640902265, -11.6408235478877,
-11.6398895627407, -11.639672358607, -11.6394566236353,
-11.6391422232966, -11.6389857406173, -11.6389223132712,
-11.6387248369002, -11.6383950388855, -11.6380085727334,
-11.6375276129848, -11.6369521601484, -11.63635858629,
-11.6355350329134, -11.6350887642919, -11.6344467599723,
-11.6339460634156, -11.6332060744584, -11.632608113919,
-11.631579391587, -11.630625100044, -11.6293838728766,
-11.628022908882, -11.6266409070506, -11.6258120934001,
-11.6254160100661, -11.6254702896537, -11.6256214942691,
-11.6259513023782, -11.6267348965283, -11.6278018357264,
-11.6295153254627, -11.6301462450483, -11.6303275368982,
-11.6303632099732, -11.6300191368686, -11.6296706036728,
-11.6291272154857, -11.6282008312197, -11.6276876133915,
-11.6273128355363, -11.6268418744646, -11.6261762478327,
-11.6255586203499, -11.6252027799458, -11.6245824927497,
-11.6238171406906, -11.6229781048514, -11.6221380059335,
-11.6211808288959, -11.6204160085287, -11.6196768710954,
-11.6194405875608, -11.6194692798616, -11.6194972627763,
-11.6194306592143, -11.619242372564, -11.6185517612917,
-11.617101721565, -11.6166987561036, -11.6159863494915,
-11.6154411467036, -11.6149448246961, -11.6139927635381,
-11.6135883794876, -11.6132098469366, -11.6130952249995,
-11.6130998082114, -11.6132714207901, -11.6132272968695,
-11.6126324940132, -11.6117257790739, -11.6109155913352,
-11.6104398174061, -11.6099895383652, -11.6097298497544,
-11.6096134560016, -11.6092584695525, -11.6088329764225,
-11.6084540753645, -11.6080037885362, -11.6074843980423,
-11.6073497016886, -11.6072118432749, -11.6066662508107,
-11.6062611488632, -11.6057609243784, -11.6053568733772,
-11.6051449942331, -11.6047877149858, -11.6045023468459,
-11.6042363532956, -11.603988228246, -11.6036056352063,
-11.6031454027913, -11.6027425593176, -11.6022055280696,
-11.6019067956415, -11.6015544194884, -11.600942831143,
-11.6004090220057, -11.5996452364192, -11.5988430511204,
-11.5981365138062, -11.5976577452116, -11.5970159962434,
-11.5964500939445, -11.5957308183224, -11.5952575220041,
-11.5947698172162, -11.5944338064236, -11.5941902894918,
-11.5940850655876, -11.5939034345274, -11.5935524550692,
-11.5931860598616, -11.5928363103772, -11.5926398216594,
-11.5924597541262, -11.592186633606, -11.5916842912188,
-11.5911658622775, -11.590449042244, -11.5898689504388,
-11.5888908481878, -11.5881884370227, -11.5872282048349,
-11.5865427699239, -11.5861920096877, -11.5855046770731,
-11.5846631907579, -11.5839716568978, -11.5832539423517,
-11.5828001332468, -11.5821801581484, -11.5817766117744,
-11.5814673203723, -11.580989250123, -11.5805345696695,
-11.5801270171187, -11.5797425060203, -11.5792159148203,
-11.57859384892, -11.5780922147986, -11.577757966129,
-11.577018080145, -11.5767820912362, -11.5765727977614,
-11.5763390677151, -11.575984904884, -11.5757002176247,
-11.575393355488, -11.5752306606742, -11.5752114380414,
-11.5752658604228, -11.5752965411129, -11.5751816634128,
-11.5748261000387, -11.5741835875616, -11.5734449046382,
-11.5729689103395, -11.5727093395845, -11.5725693297588,
-11.5724069649783, -11.5725811027093, -11.5727765549485,
-11.5729711412765, -11.5732360806254, -11.5736431107421,
-11.5740971008711, -11.5746930085126, -11.5751229129963
), .Dim = c(2062L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-77.0485859859999,
-77.0476172369999, -77.0464941119999, -77.0464531119999,
-77.0430624859999, -77.043171861, -77.0337343609999, -77.033460986,
-77.0298788609999, -77.030167987, -77.0228123609999, -77.0098297359999,
-77.0075697359999, -77.0075653609999, -77.0075468609999,
-77.007554736, -77.0075918609999, -77.0076953609999, -77.0110019859999,
-77.0121132359999, -77.0106211109999, -77.0104413609999,
-77.0146913619999, -77.0149806109999, -77.0165527359999,
-77.016470737, -77.016417986, -77.0161191109999, -77.0163261109999,
-77.0164336109999, -77.0164863609999, -77.0165136109999,
-77.0164121109999, -77.0187656109999, -77.0273216119999,
-77.031488237, -77.0366113619999, -77.037158237, -77.038249986,
-77.039040987, -77.039945361, -77.0404628609999, -77.0431132359998,
-77.0435234859999, -77.0441503619999, -77.0449981119999,
-77.0461854859998, -77.0466913609999, -77.0492693609999,
-77.0514198609999, -77.0515214869998, -77.0516172359999,
-77.0516972359999, -77.0517734869999, -77.051863236, -77.051904362,
-77.0519667359999, -77.0520117359999, -77.052080111, -77.052205112,
-77.052361361, -77.052484361, -77.0525819859999, -77.052757862,
-77.0528887359999, -77.0530644859999, -77.0531543609999,
-77.0531992359999, -77.053269486, -77.0533144859999, -77.053343736,
-77.0534257359999, -77.053507861, -77.0535566119999, -77.0537402359999,
-77.054292861, -77.054417987, -77.0544746119999, -77.0545547359999,
-77.0546249859999, -77.054691361, -77.054740236, -77.0547871119999,
-77.054857362, -77.0549297359999, -77.054964861, -77.054978486,
-77.0549726119999, -77.054955112, -77.0549394859999, -77.054976611,
-77.055007862, -77.0550703609999, -77.055160111, -77.0553496109999,
-77.0554158619999, -77.055589861, -77.055693361, -77.0557499859999,
-77.0559667369999, -77.056017611, -77.056081986, -77.0561621119999,
-77.0562226119999, -77.0562909859999, -77.056400361, -77.0565097359999,
-77.056576112, -77.056630861, -77.0566679859999, -77.056726611,
-77.0567714869999, -77.0568417359999, -77.056904236, -77.0569647359999,
-77.0570624859999, -77.057142611, -77.057236361, -77.0573066109999,
-77.0574199859999, -77.057497987, -77.0575507359999, -77.057607236,
-77.0576679869999, -77.057793111, -77.057867237, -77.057921861,
-77.058003862, -77.058080112, -77.0581503609999, -77.0582089859999,
-77.0582714859999, -77.0583144859999, -77.0583672359999,
-77.0584336119999, -77.058548862, -77.0586718609999, -77.058794861,
-77.058857361, -77.0589297359999, -77.059046861, -77.059130861,
-77.059185486, -77.0592323609999, -77.0592773609999, -77.059351611,
-77.059455112, -77.0595311119999, -77.059619111, -77.059693361,
-77.0597734859999, -77.0598554859999, -77.059943361, -77.060003861,
-77.0600957359999, -77.0601503619999, -77.0602304859999,
-77.0603887359999, -77.060455111, -77.060517611, -77.060568361,
-77.0606367359999, -77.0607089859999, -77.0604687359999,
-77.060308612, -77.0603554859999, -77.0605117359999, -77.0606249859999,
-77.060621112, -77.0605429869998, -77.0606679859999, -77.060779361,
-77.060746111, -77.0606836109999, -77.0605742359999, -77.0607949859999,
-77.0602012359999, -77.059951111, -77.059484361, -77.059369111,
-77.058384737, -77.058882861, -77.0573847359999, -77.055767611,
-77.054984361, -77.053216861, -77.049900361, -77.049623111,
-77.0490839859999, -77.0485859859999, -12.08504098, -12.0915762299999,
-12.091423855, -12.091671855, -12.0912012299999, -12.0904551039999,
-12.0891699789999, -12.0907304799999, -12.0911894799999,
-12.0919102299999, -12.0908106049999, -12.0891588549999,
-12.08882948, -12.08882698, -12.088955105, -12.0892714799999,
-12.089505855, -12.0898926049999, -12.0959784799999, -12.0991113549999,
-12.1066836049999, -12.107277355, -12.1080409799999, -12.1077812299999,
-12.1055683549999, -12.1043476049999, -12.1041426049999,
-12.103562355, -12.1034278549999, -12.1033242299999, -12.1032226049999,
-12.1030644799999, -12.102296855, -12.1019218549999, -12.1028419799999,
-12.1035507299999, -12.1100253549999, -12.1100644799999,
-12.108974605, -12.109753855, -12.1088574799999, -12.1083457299999,
-12.1108457299999, -12.110654355, -12.110476605, -12.1104492299999,
-12.110464855, -12.110941355, -12.108369105, -12.1103319799999,
-12.1102246049998, -12.110121105, -12.110035105, -12.1099531049998,
-12.109859355, -12.1098162299999, -12.1097499799999, -12.1096972289999,
-12.109630855, -12.1095019799999, -12.109330105, -12.1091874799999,
-12.109078105, -12.1088828539999, -12.1087382299999, -12.1085429799999,
-12.1084492299999, -12.1089591049999, -12.1092929799999,
-12.1093984799999, -12.1094531049999, -12.109537105, -12.109609355,
-12.109640605, -12.1096933549998, -12.1096992299999, -12.1097363549998,
-12.109765605, -12.109839855, -12.109904355, -12.1099531049998,
-12.1099784799999, -12.1100058549999, -12.1100391049998,
-12.110101605, -12.110154355, -12.1102246049998, -12.1102891049998,
-12.1103574799999, -12.110445355, -12.1105176049999, -12.1105663549999,
-12.110621105, -12.110693355, -12.1107812299999, -12.1108124799999,
-12.1108887299999, -12.110941355, -12.1109667299999, -12.1110194799999,
-12.1109667299999, -12.110945355, -12.1108749799999, -12.110831855,
-12.1107538549998, -12.110669855, -12.1106172299999, -12.1105507299999,
-12.1105019799999, -12.1104472299999, -12.110390605, -12.1103534799999,
-12.1103027299999, -12.1102519799999, -12.1102012299999,
-12.1101387299999, -12.110089855, -12.110035105, -12.1099999799999,
-12.1099356039999, -12.109851605, -12.109796855, -12.1097499799999,
-12.1097168549999, -12.1096562299999, -12.109599605, -12.109548855,
-12.1094942299999, -12.1094433549999, -12.1093944799999,
-12.109339855, -12.1092734799999, -12.1092382299999, -12.1092109799999,
-12.1091659799999, -12.1090429799999, -12.1089492299999,
-12.1088574799999, -12.108810605, -12.1087519799999, -12.1087109799999,
-12.1086738549999, -12.108638605, -12.1086054799999, -12.1085644799999,
-12.1085234799999, -12.1084707299999, -12.108435605, -12.1083847299999,
-12.1083437299999, -12.1083124799999, -12.1082638549998,
-12.1082127299999, -12.1081777299999, -12.1081231049999,
-12.1080703549998, -12.1080038549999, -12.107871105, -12.1078262299999,
-12.1077773549999, -12.1077303549999, -12.1076913549999,
-12.107660105, -12.1070117299999, -12.1051679799999, -12.1046523549998,
-12.104212855, -12.1037284799999, -12.1032597299999, -12.1029628549999,
-12.1025234799999, -12.1021328539999, -12.101820355, -12.1014609799999,
-12.1010703549999, -12.1009432299999, -12.0998887299999,
-12.1000214799999, -12.099003855, -12.0986211049999, -12.096671855,
-12.0964043549999, -12.0925527299999, -12.0933867299999,
-12.0918867299999, -12.093070355, -12.086703105, -12.0862461049999,
-12.0855547299999, -12.08504098), .Dim = c(190L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-77.0721034859999,
-77.063478361, -77.063328112, -77.063142612, -77.0624159859999,
-77.054984361, -77.055767611, -77.0573847359999, -77.058882861,
-77.058384737, -77.059369111, -77.059484361, -77.059951111,
-77.0602012359999, -77.0607949859999, -77.0605742359999,
-77.0606836109999, -77.060746111, -77.060779361, -77.0606679859999,
-77.0605429869998, -77.060621112, -77.0606249859999, -77.0605117359999,
-77.0603554859999, -77.060308612, -77.0604687359999, -77.0607089859999,
-77.0608027359999, -77.060859362, -77.0609159859999, -77.0609687359999,
-77.0610272359999, -77.0610818619999, -77.0612109859999,
-77.061265611, -77.0613027359999, -77.0613457359999, -77.061406237,
-77.0614628609999, -77.0614822359998, -77.0614667359999,
-77.061378861, -77.0613554859999, -77.061318361, -77.0612363609999,
-77.061142611, -77.0610818619999, -77.061039111, -77.060902361,
-77.060871111, -77.060865237, -77.0609218609999, -77.0610078619999,
-77.061078111, -77.061144486, -77.0612246119999, -77.061275361,
-77.0614179859999, -77.0615117359999, -77.0616464869998,
-77.0617538609999, -77.0618437359999, -77.0619257359999,
-77.0620273609999, -77.062121111, -77.0622304859999, -77.0623691119999,
-77.0624999859999, -77.0625761109999, -77.062626987, -77.062748112,
-77.0629159859999, -77.063066361, -77.0633124859999, -77.0635019859999,
-77.063556611, -77.0637128609999, -77.0638144859999, -77.0638964859999,
-77.063970737, -77.064068361, -77.0641582359999, -77.064214861,
-77.0642558609999, -77.0643319859999, -77.0644042359999,
-77.0644667359999, -77.064562487, -77.0645802359999, -77.0645409859999,
-77.0645019869999, -77.0644569859999, -77.064357362, -77.0642929859999,
-77.0642089859999, -77.064119112, -77.0640781119999, -77.0640527359999,
-77.0640234859999, -77.0640292369999, -77.0640819869999,
-77.064150361, -77.064218737, -77.0642968619999, -77.0643457359999,
-77.0644609859999, -77.0646444859999, -77.0647617359999,
-77.0648457359999, -77.064923861, -77.065003861, -77.065103487,
-77.0651933619999, -77.0652597369998, -77.0653242359999,
-77.0653984859999, -77.0654492369999, -77.065548861, -77.065630862,
-77.0657167359999, -77.0657734859999, -77.065871111, -77.065923861,
-77.0660176109999, -77.066101612, -77.0662479859999, -77.066369112,
-77.066421861, -77.0664941109999, -77.066580111, -77.066681611,
-77.0667324859999, -77.0668242359999, -77.066912111, -77.0669999859999,
-77.067119111, -77.0672264859999, -77.0673007359999, -77.0673691119999,
-77.0674512359999, -77.0675097359999, -77.067589861, -77.0676953609999,
-77.067806611, -77.0678886109999, -77.0679804869999, -77.0680839859999,
-77.0681679859999, -77.0682382369999, -77.0683984859999,
-77.0685234859999, -77.068599612, -77.0686797369999, -77.068785111,
-77.068861361, -77.0689472359999, -77.068994112, -77.0690586109999,
-77.0691132359999, -77.0691972359999, -77.069265612, -77.0693613619999,
-77.0694609859999, -77.0696641119999, -77.070609362, -77.0708027359999,
-77.070851611, -77.0709179869999, -77.071007862, -77.0711014859999,
-77.0712128609999, -77.0713144859999, -77.071400362, -77.071488237,
-77.0715937359999, -77.071652362, -77.0718124859999, -77.0718867369999,
-77.0719492359999, -77.072048862, -77.0721152359999, -77.0721972359999,
-77.072275361, -77.0722304859999, -77.0721347369999, -77.0720214859999,
-77.071986361, -77.071935611, -77.072039111, -77.0720839859999,
-77.0721717359999, -77.0722519869999, -77.072343737, -77.0724043609998,
-77.0724804859999, -77.072556611, -77.072613237, -77.0726894869999,
-77.0728242359999, -77.0728867359999, -77.072996111, -77.073079987,
-77.0731757359999, -77.0732597369999, -77.0733339859999,
-77.073392611, -77.0734492359999, -77.073533361, -77.0735937359999,
-77.073534987, -77.073570361, -77.073685487, -77.073798862,
-77.0739257359999, -77.0741016119999, -77.074310361, -77.0744902359999,
-77.0746738619999, -77.0748436109999, -77.0750039869999,
-77.0751503609999, -77.075232362, -77.0752128619999, -77.0753319869999,
-77.0754317359999, -77.0755624859999, -77.0757011109999,
-77.075935611, -77.076140612, -77.0762304869999, -77.0763496119999,
-77.0764512359999, -77.0765859869999, -77.076626986, -77.076705112,
-77.0767422359999, -77.0767069859999, -77.076787111, -77.0769278609999,
-77.0770409869999, -77.0771367359999, -77.077234361, -77.0773437359999,
-77.0774589869999, -77.077566361, -77.0776269859999, -77.0776757359999,
-77.077472611, -77.0761874869999, -77.0751152369999, -77.0740937359999,
-77.0737499859999, -77.0749141109998, -77.073921861, -77.0735391119999,
-77.072285111, -77.0722187359999, -77.0721034859999, -12.0835839799999,
-12.086652355, -12.08662048, -12.0865429789999, -12.0870429799999,
-12.0918867299999, -12.0933867299999, -12.0925527299999,
-12.0964043549999, -12.096671855, -12.0986211049999, -12.099003855,
-12.1000214799999, -12.0998887299999, -12.1009432299999,
-12.1010703549999, -12.1014609799999, -12.101820355, -12.1021328539999,
-12.1025234799999, -12.1029628549999, -12.1032597299999,
-12.1037284799999, -12.104212855, -12.1046523549998, -12.1051679799999,
-12.1070117299999, -12.107660105, -12.1075974799999, -12.107580105,
-12.1075547299999, -12.1075312299999, -12.1075194799999,
-12.1075097299999, -12.1074981049998, -12.1075819799999,
-12.107671855, -12.1077089799999, -12.107716855, -12.1076894799999,
-12.1076367299999, -12.1074941049999, -12.10743573, -12.1073749799999,
-12.1073262299999, -12.107287105, -12.1071856049999, -12.107091855,
-12.107029355, -12.1068457299999, -12.106796855, -12.1067207299999,
-12.1065762299999, -12.1064201049999, -12.1063418549999,
-12.106257855, -12.106185605, -12.1061444799999, -12.1060429799999,
-12.105976605, -12.1058749799999, -12.1058007299999, -12.1057499799999,
-12.1056894799999, -12.1056172299999, -12.1055703549999,
-12.1055058549999, -12.1054257299999, -12.1053319799999,
-12.1052676049999, -12.1052109799999, -12.1051367299999,
-12.1050391049999, -12.1049531049999, -12.1047812299999,
-12.1046641049998, -12.1046288549999, -12.1045722299999,
-12.1045097299999, -12.104484355, -12.1044962299999, -12.104556605,
-12.1046172299999, -12.104654355, -12.1047031049999, -12.104753855,
-12.104798854, -12.1048847299999, -12.104880855, -12.1048027299999,
-12.1047461049999, -12.1047031049999, -12.1046601039998,
-12.104558605, -12.104503855, -12.1044569799999, -12.104361355,
-12.104289105, -12.1042187299999, -12.1041347299999, -12.1040409799999,
-12.1038476049999, -12.1037402299999, -12.103650355, -12.1035762299999,
-12.1035194799999, -12.1034374799999, -12.1032832299999,
-12.1031757299999, -12.103109355, -12.1030351049999, -12.1029589799999,
-12.1028769799999, -12.1028203549999, -12.1027832299999,
-12.1027382299999, -12.1027012299999, -12.102664105, -12.102632855,
-12.102591855, -12.1025273549999, -12.1024823549999, -12.1024393549999,
-12.102404355, -12.102316355, -12.1022481049999, -12.1021426049998,
-12.1020722299999, -12.1020527299999, -12.1020214799999,
-12.1019804799999, -12.1019356049999, -12.1019082299999,
-12.1018476049999, -12.1017949799999, -12.1017519799999,
-12.101703105, -12.101636855, -12.1015976049999, -12.101560605,
-12.1015194799999, -12.101498105, -12.1014687299999, -12.101421855,
-12.101378855, -12.1013419799999, -12.1013047299999, -12.101267605,
-12.101226605, -12.1012012299999, -12.101130855, -12.1010839799999,
-12.1010468549999, -12.1010019799999, -12.1009569799999,
-12.1009179799999, -12.1008867289999, -12.100849605, -12.1008319799999,
-12.1008047299999, -12.1007734799999, -12.1007578549998,
-12.1007128549999, -12.100671855, -12.1005801049999, -12.1001367299999,
-12.1000194799999, -12.099980355, -12.0999433549999, -12.0998887299999,
-12.0998319789999, -12.0997519799999, -12.0996913549999,
-12.0996426049999, -12.0996074789999, -12.099566355, -12.0995332299999,
-12.0995097299999, -12.0995097289999, -12.0996249799999,
-12.0997949799999, -12.0999141039999, -12.100037105, -12.1000137299999,
-12.0998769799999, -12.0996972299999, -12.0994882299999,
-12.099421854, -12.099330105, -12.0990839799999, -12.0989784799999,
-12.0987812299999, -12.0986249799999, -12.0985038549999,
-12.098423855, -12.0983632299999, -12.0983183549999, -12.0982793549999,
-12.098226605, -12.0981347289999, -12.098099605, -12.0980214799999,
-12.0979687299999, -12.097923855, -12.0978769799999, -12.097837855,
-12.097818355, -12.097880855, -12.0979179799999, -12.0978437299999,
-12.0977246049999, -12.0976544799999, -12.0975762299999,
-12.097527355, -12.0974589799999, -12.0973867299999, -12.0972597299999,
-12.0971874799999, -12.0971054799999, -12.097013605, -12.096941355,
-12.097025355, -12.0969881049999, -12.0968711049999, -12.0967929799999,
-12.096744105, -12.0966757299999, -12.0965996049999, -12.0964922299999,
-12.0963944799999, -12.0963437299999, -12.0962851049999,
-12.096246105, -12.096211105, -12.0962714799999, -12.0963027299999,
-12.096248105, -12.096128855, -12.0960683549999, -12.095986355,
-12.095933605, -12.095890605, -12.0958534799999, -12.0957852299999,
-12.0956992299999, -12.0956444799999, -12.095611355, -12.0955762299999,
-12.095025355, -12.0915351049999, -12.088595605, -12.088941355,
-12.0879609799999, -12.0875019799999, -12.0856797299999,
-12.0858144799999, -12.0837558549999, -12.0837714799999,
-12.0835839799999), .Dim = c(259L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-76.987316361,
-76.9842479859999, -76.984012986, -76.983940861, -76.982669486,
-76.9816913619999, -76.981783236, -76.9816933609998, -76.9816054859999,
-76.9812597359999, -76.9810744869999, -76.980617111, -76.980116236,
-76.9793198609999, -76.9790336109999, -76.9781659869999,
-76.9782849859999, -76.982800861, -76.9927477359999, -76.9936172369999,
-77.0095859859999, -77.009771486, -77.009859362, -77.010398486,
-77.0104413609999, -77.0106211109999, -77.0121132359999,
-77.0110019859999, -77.0076953609999, -77.0075918609999,
-77.007554736, -77.0075468609999, -77.0075653609999, -77.0075697359999,
-77.0098297359999, -77.010013736, -77.0101073609999, -77.0100918609999,
-77.0100604869999, -77.009980487, -77.009925736, -77.0099336109999,
-77.0041406109999, -76.9991093609999, -76.9985819869999,
-76.9982187369999, -76.9979082359999, -76.9973027359999,
-76.996343736, -76.9958319859999, -76.995371112, -76.993533236,
-76.9934257359999, -76.992951111, -76.992779362, -76.9897753609999,
-76.9896016109999, -76.987316361, -12.0799394799999, -12.083931605,
-12.0847322299999, -12.08497798, -12.0847806049999, -12.0846288549999,
-12.085099605, -12.086683605, -12.087118355, -12.0888301049999,
-12.0901414799999, -12.0933792289999, -12.096924605, -12.1020613549999,
-12.1042583549999, -12.1102558549998, -12.1102642299999,
-12.1105831049999, -12.1112866049999, -12.1113216049999,
-12.1123847299999, -12.1102909799999, -12.1102461049998,
-12.1076074799999, -12.107277355, -12.1066836049999, -12.0991113549999,
-12.0959784799999, -12.0898926049999, -12.089505855, -12.0892714799999,
-12.088955105, -12.08882698, -12.08882948, -12.0891588549999,
-12.0873769799999, -12.08672848, -12.0865391049999, -12.0862773549999,
-12.0859531049999, -12.085535105, -12.084964855, -12.0840762289999,
-12.08339448, -12.0831933549999, -12.0830332299999, -12.0828632299999,
-12.082453105, -12.0818554789999, -12.0815957299999, -12.0814316049999,
-12.0810078549999, -12.0817128549999, -12.08141598, -12.0816992299999,
-12.0817558549999, -12.08173048, -12.0799394799999), .Dim = c(58L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-77.028068361, -77.0243534859999, -77.024052736,
-77.0235078609999, -77.023199236, -77.023017612, -77.0228123609999,
-77.030167987, -77.0298788609999, -77.033460986, -77.0337343609999,
-77.043171861, -77.0430624859999, -77.0464531119999,
-77.0464941119999, -77.0476172369999, -77.0485859859999,
-77.046287111, -77.0436426109999, -77.041898486, -77.0417187359999,
-77.038523486, -77.036290986, -77.028068361, -12.0787109799999,
-12.0880234799999, -12.0885547299999, -12.089445355,
-12.0899453549999, -12.090199355, -12.0908106049999,
-12.0919102299999, -12.0911894799999, -12.0907304799999,
-12.0891699789999, -12.0904551039999, -12.0912012299999,
-12.091671855, -12.091423855, -12.0915762299999, -12.08504098,
-12.083046855, -12.0831856049999, -12.0829238549999,
-12.0806523539999, -12.080224605, -12.0798496049999,
-12.0787109799999), .Dim = c(24L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-76.9592324869999,
-76.9583124859999, -76.9579492359999, -76.9573886109999,
-76.957056611, -76.956716736, -76.956388611, -76.9560917359999,
-76.9557597359999, -76.955570361, -76.9555117369999, -76.9556814859999,
-76.956033237, -76.956619486, -76.9573282359999, -76.9592287359999,
-76.960071737, -76.9606034859999, -76.9608839859999, -76.960868736,
-76.960301611, -76.9598264859999, -76.9590909859999, -76.9587536109999,
-76.9582479869999, -76.9579687359999, -76.957266986, -76.9562861109999,
-76.9555503619999, -76.954508236, -76.9540483609999, -76.9531134859999,
-76.9520406109999, -76.9511517359999, -76.9507686109999,
-76.9505846109999, -76.9503853609999, -76.9498489859999,
-76.9490826109999, -76.9487607359999, -76.9485768609999,
-76.9483929859999, -76.948086487, -76.947746111, -76.9477730719999,
-76.947972581, -76.948101016, -76.9481275979999, -76.9481413499999,
-76.9482437039999, -76.948377238, -76.9485667209999, -76.948686466,
-76.9487772009999, -76.9488351219999, -76.948923843, -76.9489971369999,
-76.949175038, -76.9493334279999, -76.9494835109999, -76.949586811,
-76.9496733289999, -76.9497740679999, -76.9499104889998,
-76.9500362229999, -76.9501511479999, -76.950266251, -76.950390941,
-76.9506402989999, -76.950950247, -76.9511464249999, -76.9512957109999,
-76.9514947769999, -76.9518117119999, -76.9520136219999,
-76.9521394, -76.9522699889999, -76.9523647059999, -76.9525650039999,
-76.952672085, -76.952765781, -76.952865147, -76.9529403669999,
-76.9530228159999, -76.953132942, -76.9532402559999, -76.953310056,
-76.9534295969999, -76.953540474, -76.9536601199998, -76.9538439849999,
-76.9539577359999, -76.954158993, -76.9543425649999, -76.9547184989999,
-76.9551995399999, -76.9554476229999, -76.955614366, -76.955711247,
-76.955793694, -76.9559960169999, -76.9561424939999, -76.956280035,
-76.9563855389999, -76.9564853369999, -76.95667285, -76.956877902,
-76.956998385, -76.957113287, -76.957263392, -76.9573310709999,
-76.9574163509999, -76.9574772189999, -76.9574958199999,
-76.957607702, -76.9576727149999, -76.9577350849999, -76.957779811,
-76.957798103, -76.957813584, -76.9579613819999, -76.958059834,
-76.9581224349999, -76.9582088249999, -76.9584028019999,
-76.9584318479999, -76.9584906589999, -76.958569226, -76.958759512,
-76.9588543409999, -76.958970317, -76.95908704, -76.959179384,
-76.9592786529999, -76.959375613, -76.9594750479999, -76.959532575,
-76.959621638, -76.9596937329999, -76.9598916509999, -76.9599788489999,
-76.960075714, -76.9602620249999, -76.960385855, -76.9605273529999,
-76.960655805, -76.960742382, -76.96084107, -76.9609591999999,
-76.961022419, -76.961105387, -76.9611766339999, -76.9612836029999,
-76.9614177629999, -76.961449484, -76.96164236, -76.9617218319999,
-76.9617539179999, -76.9617734709999, -76.96183318, -76.961916324,
-76.9619492629999, -76.961943649, -76.961969085, -76.961999213,
-76.9620527549999, -76.9620944209999, -76.9621888739999,
-76.9622597459999, -76.9622955799999, -76.9622499699999,
-76.962215898, -76.962234613, -76.962247453, -76.9622777909999,
-76.9622965479999, -76.9622976809999, -76.962327809, -76.9623113609999,
-76.962347364, -76.9623195029999, -76.962332385, -76.9623156009999,
-76.9623092319999, -76.962318911, -76.9623394559999, -76.962430684,
-76.962518568, -76.962592139, -76.962676856, -76.962733543,
-76.9627652989999, -76.9627812779999, -76.962807943, -76.962856303,
-76.9629068229999, -76.9630078929999, -76.9630975219999,
-76.9631871219999, -76.9632612539999, -76.963327748, -76.963464401,
-76.963569835, -76.9636714649999, -76.9637459049999, -76.963843646,
-76.9639024759999, -76.964011883, -76.9641254589999, -76.9642230889999,
-76.9643209149999, -76.9644266009999, -76.9645592269999,
-76.964707042, -76.9647887819999, -76.9648704659999, -76.9650573039999,
-76.965189734, -76.9652715299999, -76.96536874, -76.9654661449999,
-76.9655754409999, -76.9657196759999, -76.9657743089999,
-76.9658885839998, -76.9659963209999, -76.966152874, -76.9661883809998,
-76.966377929, -76.9665881569999, -76.9667350589999, -76.9668087379999,
-76.9668971739999, -76.9669855399999, -76.967128389, -76.9672109479999,
-76.9672985949999, -76.9673788979999, -76.9674714929999,
-76.9675446639999, -76.9676568939999, -76.9677640529999,
-76.9679320209999, -76.96803661, -76.9681097449999, -76.968124538,
-76.9682027269999, -76.96830396, -76.968476129, -76.968506855,
-76.9686084869999, -76.968780532, -76.9689250769999, -76.9690771469999,
-76.969170806, -76.969272157, -76.969350347, -76.9694364539999,
-76.9695419749999, -76.9697640359999, -76.9699742349999,
-76.9701182469999, -76.9702275719999, -76.97027502, -76.9703108589999,
-76.9703623649999, -76.970417449, -76.9705135949998, -76.970798504,
-76.9709190249999, -76.9721243549999, -76.9721515019999,
-76.973787352, -76.9745657059999, -76.9744325889998, -76.9749475889999,
-76.9755652509999, -76.9752541479999, -76.9750731239999,
-76.974964671, -76.974881007, -76.974860298, -76.974863618,
-76.974905506, -76.9749715499999, -76.9749877539999, -76.974935767,
-76.974845283, -76.97446509, -76.974911667, -76.9768221609999,
-76.9771369159999, -76.97638889, -76.976641709, -76.9767954019999,
-76.9768327319999, -76.9770876009999, -76.9773544279999,
-76.977437907, -76.977501637, -76.97757403, -76.977627871,
-76.9777225549999, -76.977878518, -76.9780038169999, -76.9779784119999,
-76.977902216, -76.977809017, -76.9776403249999, -76.977444533,
-76.9769718639999, -76.9772627089999, -76.9773920599998,
-76.977205107, -76.977667921, -76.978093369, -76.9784742509999,
-76.9791011509998, -76.9791692169999, -76.97921747, -76.979277681,
-76.9793379439999, -76.9794443649999, -76.979538223, -76.9796261089999,
-76.9797208909999, -76.9797986609999, -76.979934634, -76.980015397,
-76.9800945219999, -76.9801890749999, -76.9803491919999,
-76.9804923149999, -76.9805917279999, -76.980757744, -76.981436794,
-76.9819037199999, -76.9819642799999, -76.9820456259999,
-76.9821713569999, -76.9822864459999, -76.9824501799998,
-76.9830275089999, -76.9833575779999, -76.9835326009999,
-76.9836776739999, -76.9837482099999, -76.983806452, -76.9838347799999,
-76.983845049, -76.9838322009999, -76.983774115, -76.9836929969999,
-76.9840502169999, -76.984237939, -76.9844487819999, -76.984787761,
-76.9848560469999, -76.984938378, -76.984729051, -76.9847096779999,
-76.984725364, -76.984519645, -76.9843165469999, -76.98424195,
-76.9843052429999, -76.984326908, -76.9841464179999, -76.9837869709999,
-76.983739736, -76.9842341829999, -76.984407947, -76.9849314999998,
-76.9849795599999, -76.985100059, -76.9852283919998, -76.9853917529999,
-76.9855200859999, -76.985610131, -76.985632921, -76.985749786,
-76.985870711, -76.985976108, -76.986046648, -76.9861329139999,
-76.986184066, -76.986254749, -76.9863057589999, -76.986345415,
-76.9863622779999, -76.986365442, -76.9863669919999, -76.9863987379999,
-76.9864442359999, -76.9864902369999, -76.986531737, -76.986647736,
-76.987100361, -76.9880319859999, -76.988600736, -76.9893417359999,
-76.989831986, -76.9905663609999, -76.9913007359999, -76.991630861,
-76.992460986, -76.9937226109998, -76.994742236, -76.995515611,
-76.996003862, -76.9971093609999, -76.9977266109999, -76.9981277359999,
-76.998153111, -76.998985362, -76.999353361, -76.999506611,
-76.9997578609999, -76.999935737, -77.000333986, -77.0009551109999,
-77.001617236, -77.0020292359999, -77.0017714859999, -77.002292986,
-77.0034354859999, -77.0045918609999, -77.0052323609999,
-77.005681736, -77.006167986, -77.0068829859999, -77.0074961109999,
-77.0074961109999, -77.007472736, -77.007812486, -77.0079297359999,
-77.0082167369999, -77.0096308609999, -77.0096601109999,
-77.0114803609999, -77.0120253609999, -77.012997986, -77.012960987,
-77.0121738609999, -77.0119238609999, -77.0108711109999,
-77.009697236, -77.0078066109999, -77.0074531109999, -77.0160351109999,
-77.0158476109999, -77.015583986, -77.0163516109999, -77.016828112,
-77.0171503619999, -77.0183516109999, -77.017355486, -77.0170253609999,
-77.015958986, -77.0158301119999, -77.0157617359999, -77.0157519859999,
-77.0151992359999, -77.015689486, -77.013886736, -77.0141796109999,
-77.0140957369999, -77.013919986, -77.0138242369999, -77.0134238609999,
-77.0126033609999, -77.0124863609999, -77.013845736, -77.017872986,
-77.0179999869999, -77.0180234859999, -77.0173163609999,
-77.0173163609999, -77.017121112, -77.0164336109999, -77.0161601109999,
-77.015876986, -77.015710986, -77.015581987, -77.0151913609999,
-77.014742236, -77.0143672359999, -77.0139981109999, -77.0137382359999,
-77.013484487, -77.013095736, -77.0130586109999, -77.0131816109999,
-77.0129941119999, -77.012574236, -77.012458986, -77.011872986,
-77.011771487, -77.0113086119999, -77.009429736, -77.009589862,
-77.009568362, -77.0095568609999, -77.005591736, -77.0016308609999,
-77.0009374859999, -77.0025863609999, -77.002109987, -77.001599986,
-77.0008904859999, -76.9999999869999, -76.9999163609999,
-76.9996199859999, -76.999479986, -76.999329986, -76.9990886109999,
-76.999059986, -76.998269987, -76.998118236, -76.9977799869999,
-76.997540236, -76.9974499859999, -76.997319987, -76.997028111,
-76.9964271109999, -76.996095611, -76.995836861, -76.995459861,
-76.9950399869999, -76.9945799869999, -76.9942099859999,
-76.9936172369999, -76.9927477359999, -76.982800861, -76.9782849859999,
-76.9781659869999, -76.9790336109999, -76.9793198609999,
-76.980116236, -76.980617111, -76.9810744869999, -76.9812597359999,
-76.9816054859999, -76.9816933609998, -76.981783236, -76.9816913619999,
-76.981371111, -76.980594861, -76.979678236, -76.9796497359999,
-76.9784453619999, -76.978233111, -76.9774843609999, -76.976753861,
-76.976255862, -76.975038736, -76.9748729859999, -76.9748437369999,
-76.9747597369999, -76.974621112, -76.9744139859999, -76.9737929859999,
-76.9738808609999, -76.9738496109999, -76.9733359859999,
-76.9730097359999, -76.972933611, -76.969925611, -76.967568361,
-76.9669609869999, -76.9653749859999, -76.9631034859999,
-76.9618944859999, -76.960402362, -76.9592324869999, -12.075755855,
-12.0759453549999, -12.0758204799999, -12.0760429799998,
-12.0762441049999, -12.0765624799998, -12.076921855, -12.0772871049999,
-12.0776972299998, -12.078003855, -12.07837498, -12.0784394799999,
-12.0787266049999, -12.07910498, -12.079562354, -12.081662105,
-12.0828574799999, -12.084246105, -12.0851564789999, -12.086474605,
-12.0909038549999, -12.0927124799999, -12.0937631049999,
-12.094245105, -12.0956397299999, -12.0973242299999, -12.0981226049999,
-12.0987203549999, -12.0992874799999, -12.100360355, -12.1009887299999,
-12.1021228549999, -12.103517605, -12.10439123, -12.10500423,
-12.106536854, -12.1075483549999, -12.10875923, -12.10990873,
-12.110935605, -12.1121463549999, -12.1135256049999, -12.115012355,
-12.1175351049999, -12.1175265339999, -12.1174631109999,
-12.1174035609999, -12.1173912359998, -12.1173823009999,
-12.1173158069999, -12.1172306899999, -12.117085871, -12.1169759799999,
-12.1168873369999, -12.116831449, -12.1167332539999, -12.1166523859999,
-12.1165191279999, -12.1163764409999, -12.1162723949999,
-12.1161737789999, -12.116093583, -12.1160438979999, -12.1159817179998,
-12.1159471619999, -12.115923396, -12.115924117, -12.1159599729998,
-12.116028623, -12.116087664, -12.1161153629999, -12.1161112519999,
-12.1161083199999, -12.116058643, -12.116018959, -12.1159905239999,
-12.1159819519999, -12.1159598579999, -12.1159125319999,
-12.115879637, -12.1158452699999, -12.1158208469998, -12.1157912369999,
-12.115739767, -12.11564429, -12.1155631819999, -12.1155368629999,
-12.1155331509999, -12.1155409789999, -12.115551615, -12.1155704079999,
-12.1155724759999, -12.115576797, -12.1155554149999, -12.1155183289999,
-12.1154977199998, -12.1155246679999, -12.1155952349999,
-12.1156835129999, -12.1157919809999, -12.115942649, -12.1160334469999,
-12.1160984799999, -12.1161694789999, -12.1162577359999,
-12.1163769409999, -12.1165017619999, -12.1166271789999,
-12.116787073, -12.1169754149999, -12.1170581589999, -12.1171551269999,
-12.117231628, -12.1172550059999, -12.1174005719999, -12.1175177719999,
-12.1176722959999, -12.1178068569999, -12.1179157769999,
-12.1180390659999, -12.118310645, -12.1186141399999, -12.1188002289999,
-12.119049285, -12.1193760929999, -12.119425029, -12.11955796,
-12.119667411, -12.1197665059999, -12.1197730109999, -12.1197866029999,
-12.1197961089999, -12.119821858, -12.1198372269999, -12.1198560559999,
-12.1198943809998, -12.1199444819999, -12.1200000979999,
-12.1200217809999, -12.1200211469999, -12.1200343049999,
-12.1200933109999, -12.12026035, -12.120391098, -12.1205982469999,
-12.120722841, -12.1208638009999, -12.1210658959999, -12.1212678529999,
-12.121405152, -12.121584401, -12.1217560789999, -12.122026988,
-12.1222938789999, -12.122377833, -12.122697875, -12.1229307159999,
-12.1230644089998, -12.1233455019999, -12.1235344799999,
-12.1237376409999, -12.1238550659999, -12.1240445069998,
-12.1241728899999, -12.1243046829999, -12.1244477889999,
-12.1245622829999, -12.1247165779998, -12.1248366039998,
-12.124951139, -12.125094947, -12.125221456, -12.1253877669999,
-12.1255483789999, -12.1257088679999, -12.1258809179999,
-12.1260358739999, -12.1261676679998, -12.12631127, -12.1264487609999,
-12.1266268799999, -12.1267932319999, -12.1268909209999,
-12.1270834279999, -12.1271308049999, -12.127175044, -12.127313675,
-12.127420188, -12.1274839479999, -12.1275828319999, -12.127677322,
-12.1277658659999, -12.1278239129998, -12.1278543339999,
-12.1278736329999, -12.1278694489999, -12.1278649059999,
-12.127891055, -12.1279133779998, -12.127947289, -12.1280003859999,
-12.1280759429999, -12.1281364159999, -12.1282083949998,
-12.1282843929999, -12.1283563989999, -12.1284248549999,
-12.1284967789999, -12.1286069349999, -12.1286636369999,
-12.1287471219998, -12.1288420289999, -12.1288984829999,
-12.1289050869999, -12.1289159859999, -12.1289192329999,
-12.1289446919999, -12.128974362, -12.1289929129998, -12.1289922239999,
-12.129018317, -12.1290749349999, -12.129123653, -12.1291500499999,
-12.1292228939998, -12.129332135, -12.1294697259999, -12.1295011669998,
-12.1296690079999, -12.1298349149999, -12.1299821399999,
-12.1300868389999, -12.130215348, -12.1303342909999, -12.130370742,
-12.1303605899999, -12.1303814899999, -12.1303952679999,
-12.1304280909999, -12.1304634419999, -12.1305224299999,
-12.1305527569999, -12.1305898269999, -12.130601041, -12.13063161,
-12.1306452009999, -12.1307170399999, -12.1308009769999,
-12.130936607, -12.1309608119998, -12.1310327889998, -12.1311616589999,
-12.131252461, -12.1313087739999, -12.131354024, -12.1313877389999,
-12.1314445769999, -12.13152049, -12.1315924389999, -12.131648254,
-12.1316773689999, -12.1316954759999, -12.1317559179999,
-12.1318627159999, -12.1319772489998, -12.1321069749999,
-12.1321945879999, -12.1322970209999, -12.1322490319999,
-12.133649125, -12.133920734, -12.1351136069999, -12.13521945,
-12.1348885189999, -12.1367694489999, -12.1369152889999,
-12.1371500189999, -12.13775105, -12.1381196619998, -12.1384418409999,
-12.1389618509999, -12.1393178399999, -12.1397683569999,
-12.1401755539999, -12.14056249, -12.1407823839999, -12.1409836329999,
-12.1412377679999, -12.1421080829999, -12.1423264799998,
-12.144058372, -12.1437102309999, -12.1429959339999, -12.142609132,
-12.1423574149998, -12.1423307469999, -12.142114657, -12.1419118719999,
-12.1417846709999, -12.1417038529999, -12.141606914, -12.1415254129999,
-12.1414191319999, -12.1413434059999, -12.1413281619999,
-12.1411791199998, -12.1410725419999, -12.1410682219999,
-12.1411316029999, -12.1412114399999, -12.141076319, -12.1401760309999,
-12.1399239019999, -12.139739043, -12.1394832039999, -12.139170238,
-12.139244219, -12.1393623349999, -12.1393367379999, -12.1392885649999,
-12.139214002, -12.1391466109999, -12.1390764999999, -12.1390287299999,
-12.1390034579999, -12.1390027799999, -12.1390022239999,
-12.138984512, -12.1389620489998, -12.1389140169999, -12.1388822529998,
-12.1388428449999, -12.1388059499999, -12.1387741499999,
-12.138730779, -12.14270769, -12.1453334669999, -12.1456740269999,
-12.1461565059999, -12.146724757, -12.1471687319999, -12.147617141,
-12.1493458069999, -12.1503306069999, -12.150911321, -12.1515959409999,
-12.1520882529998, -12.1526005499999, -12.1530865329999,
-12.1534882129998, -12.154050282, -12.1547394199999, -12.1553120109999,
-12.155743349, -12.1558854849999, -12.1559987579999, -12.156085284,
-12.1575101499999, -12.1601954249999, -12.160204478, -12.1606896939999,
-12.1609456449999, -12.1610229839999, -12.161167926, -12.161334902,
-12.1616099359999, -12.1620402309998, -12.1624805859999,
-12.1627816119999, -12.1640159089999, -12.1657915519999,
-12.1664522529999, -12.1664394529998, -12.1664390679999,
-12.1664305489998, -12.1664296269999, -12.1664322789999,
-12.166431356, -12.1664368159999, -12.166438198, -12.1664641409998,
-12.1665130129999, -12.1665658219999, -12.1666380129999,
-12.1667330479999, -12.1668130309998, -12.1669043519998,
-12.1669652049999, -12.1670682269999, -12.1672441119999,
-12.1673185629999, -12.1673550389999, -12.1674729449998,
-12.1678866049999, -12.1681164799999, -12.16886198, -12.1698351049999,
-12.1711993549999, -12.1725418549999, -12.1729051049999,
-12.1730156049999, -12.1730977299999, -12.1731172299999,
-12.1725859799999, -12.17204098, -12.17127348, -12.1702832299999,
-12.1696523549999, -12.16906448, -12.1686348549999, -12.1677988549999,
-12.1672637299999, -12.167017605, -12.167005355, -12.1666931049999,
-12.1666931049999, -12.1668463549999, -12.1673496049999,
-12.1677199799999, -12.1678672299998, -12.1696523549999,
-12.171560605, -12.1727343549999, -12.1729003549999, -12.1741621049999,
-12.1738301049999, -12.173431605, -12.1724159799999, -12.171722605,
-12.1710976049999, -12.17032223, -12.1696757299998, -12.1695566049999,
-12.169246105, -12.168931605, -12.1687324799998, -12.168445355,
-12.1680469799999, -12.1677734799999, -12.1665957299999,
-12.1660859799999, -12.1651953549999, -12.16508398, -12.16457623,
-12.1643378549999, -12.162916105, -12.1612596049999, -12.16145698,
-12.16033398, -12.1556288549999, -12.1551093549999, -12.1547343549999,
-12.1540702299999, -12.1536856049999, -12.15344923, -12.1526288549999,
-12.1505157299998, -12.14971873, -12.1473574799998, -12.1472871049999,
-12.1471913549999, -12.1470898549999, -12.1470976049999,
-12.1465058549999, -12.14411323, -12.14386323, -12.1436972299999,
-12.14325973, -12.1430878549999, -12.1422773549999, -12.14060348,
-12.1404316049999, -12.1392461049999, -12.1357636049999,
-12.1312461049999, -12.1304218549999, -12.130408229, -12.1301113549999,
-12.12993748, -12.1305391049999, -12.1299433549999, -12.130199229,
-12.129974605, -12.1295409799999, -12.1295762299999, -12.1295918549999,
-12.1295703549999, -12.1294826049999, -12.129410105, -12.129953105,
-12.1298437299999, -12.1302049799999, -12.1308788549999,
-12.1312617299999, -12.13081248, -12.1303574799999, -12.130494105,
-12.1300038549999, -12.1300819799999, -12.129910105, -12.1280742299999,
-12.1277851049999, -12.1276577299999, -12.12829298, -12.1288613549999,
-12.1289453549999, -12.1265618549999, -12.1259499799999,
-12.12542998, -12.1244692299999, -12.1230399799999, -12.1229762299999,
-12.1227498549999, -12.1224699799999, -12.1223699799999,
-12.1218202299999, -12.12175998, -12.1205799799999, -12.12047473,
-12.1202401049999, -12.1199857299999, -12.1198899799998,
-12.1193899799999, -12.1186724799999, -12.1173903549999,
-12.1166909799999, -12.1161301049999, -12.11531998, -12.1142899789999,
-12.1133999799999, -12.11243998, -12.1113216049999, -12.1112866049999,
-12.1105831049999, -12.1102642299999, -12.1102558549998,
-12.1042583549999, -12.1020613549999, -12.096924605, -12.0933792289999,
-12.0901414799999, -12.0888301049999, -12.087118355, -12.086683605,
-12.085099605, -12.0846288549999, -12.0840898549999, -12.0832974799999,
-12.0826097299999, -12.0826097299999, -12.08147073, -12.0812088549999,
-12.0802852299999, -12.0790332299999, -12.0781332289999,
-12.0787062299999, -12.0783906049999, -12.0780449799999,
-12.0778281049999, -12.0776503549999, -12.0774824799999,
-12.0793262299999, -12.0815819789999, -12.0820507299999,
-12.0829784799999, -12.0835019799999, -12.0838203549999,
-12.083296855, -12.081714855, -12.0811054799998, -12.078652355,
-12.076566355, -12.0760449799999, -12.0757069799998, -12.075755855
), .Dim = c(575L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-77.049658736, -77.0509733609999,
-77.050982361, -77.051796861, -77.052932861, -77.0556232359999,
-77.056943361, -77.057265861, -77.058070362, -77.0592106109999,
-77.063142612, -77.063328112, -77.063478361, -77.0721034859999,
-77.071421861, -77.075603986, -77.0756142359999, -77.0799744859999,
-77.0806566109999, -77.081032361, -77.0809639869999, -77.0808827369999,
-77.080818361, -77.080587861, -77.0802109859999, -77.0798476109998,
-77.0795819869999, -77.079050737, -77.078695361, -77.078566361,
-77.0784082369999, -77.078367236, -77.078304736, -77.0782694859999,
-77.0779198609999, -77.077730486, -77.074955111, -77.0656582359999,
-77.0651484859999, -77.0611699859999, -77.0603359859999,
-77.054199236, -77.049658736, -12.07025298, -12.0718412299999,
-12.071838355, -12.07277248, -12.0741252299999, -12.0773761049999,
-12.0789961049999, -12.0794432289999, -12.080558605, -12.0817926049999,
-12.0865429789999, -12.08662048, -12.086652355, -12.0835839799999,
-12.0815918549999, -12.0800717299999, -12.0800813549999,
-12.0784902299999, -12.0783646049998, -12.0782953539999,
-12.0775067289999, -12.0770918549999, -12.076904355, -12.076373105,
-12.075582105, -12.07502348, -12.0748203549999, -12.0742558549999,
-12.0737734799999, -12.07351948, -12.0731016049999, -12.07285748,
-12.07199223, -12.0717266049999, -12.070257855, -12.0685468549999,
-12.067921855, -12.0676152299998, -12.0676074799999, -12.0675253539999,
-12.067421854, -12.0665468549999, -12.07025298), .Dim = c(43L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-77.158836111, -77.1587402359999, -77.158619111,
-77.1585449869999, -77.1586562359999, -77.1585761109999,
-77.158496111, -77.158433612, -77.1583769869999, -77.158214861,
-77.158132861, -77.1580626109999, -77.1579979859999,
-77.1579568609999, -77.1579297369999, -77.157992237,
-77.1579297369999, -77.1576582369999, -77.157597611,
-77.1575332369999, -77.1574042359999, -77.1573416109999,
-77.1572519859999, -77.1571836109999, -77.1571464859999,
-77.1571054859999, -77.1570547359999, -77.157003862,
-77.1569569869999, -77.156876987, -77.156769487, -77.1566836109999,
-77.156580111, -77.156511861, -77.156419861, -77.156464861,
-77.1564082369999, -77.1564922369999, -77.156568361,
-77.1569179859999, -77.1572481109999, -77.1575917359999,
-77.1577012369999, -77.1577656109999, -77.1577851119999,
-77.1577988609999, -77.1578398619999, -77.157861361,
-77.157878861, -77.157890611, -77.1578984869999, -77.1578984869999,
-77.1578964869998, -77.1578887369999, -77.1578769859999,
-77.157847611, -77.1578204859999, -77.157806611, -77.1577773609999,
-77.1577402359999, -77.1576874859999, -77.157628861,
-77.1575291119999, -77.157417987, -77.1573416109999,
-77.157267611, -77.1571933609999, -77.157132862, -77.1569668609999,
-77.1568594869999, -77.156818361, -77.156843737, -77.157996111,
-77.1580527359999, -77.158121111, -77.158238237, -77.158533237,
-77.158789112, -77.1589023609999, -77.158941362, -77.1589922359999,
-77.159056611, -77.1591269859999, -77.1592089869999,
-77.1627949859999, -77.1629979859999, -77.163173862,
-77.163322237, -77.163453112, -77.1635663619999, -77.163691361,
-77.1645214859999, -77.1650663619999, -77.1653593619999,
-77.1656367369999, -77.165683612, -77.1656328609999,
-77.165515612, -77.165519361, -77.1655704869999, -77.1656288619999,
-77.165703111, -77.1657832359999, -77.1658457359999,
-77.165923861, -77.166039112, -77.1661249859999, -77.166293111,
-77.1664784859999, -77.1665957369999, -77.166656237,
-77.1667206119999, -77.1668124859999, -77.166871111,
-77.1669648609999, -77.1670488619999, -77.167173861,
-77.1672578609999, -77.167499987, -77.1676249859999,
-77.167706987, -77.1677714859999, -77.167888736, -77.1680214869999,
-77.168107361, -77.1682499859999, -77.168361362, -77.168429736,
-77.168484486, -77.1686093609999, -77.1687479859999,
-77.1688632359999, -77.1690097359999, -77.1690917359999,
-77.169150362, -77.1692167359999, -77.169275361, -77.1693319869999,
-77.169390612, -77.1694922359999, -77.169581861, -77.169669861,
-77.169734362, -77.1697694869999, -77.1697988619999,
-77.169837861, -77.169861361, -77.1698847359999, -77.1699159859999,
-77.169951112, -77.170021487, -77.1700879859999, -77.1701367369999,
-77.1701992359999, -77.170234362, -77.170253862, -77.170263612,
-77.1702617359999, -77.1702694859999, -77.1703047369999,
-77.170378861, -77.1704589869999, -77.170525361, -77.1705781109999,
-77.1706542369999, -77.170724612, -77.1707422369999,
-77.170683611, -77.1706054859999, -77.1705409859999,
-77.1704902359999, -77.1704354859999, -77.170380861,
-77.1703398619999, -77.1702714859999, -77.1701992359999,
-77.170128862, -77.170078111, -77.1700019859999, -77.1699062369999,
-77.1698242359999, -77.1697617359999, -77.1696894859999,
-77.169630861, -77.169578111, -77.1695272359999, -77.169482361,
-77.1694101109999, -77.1693027359999, -77.1691582369999,
-77.1686659859999, -77.1685761109999, -77.168419862,
-77.1683944859999, -77.168349612, -77.168279362, -77.1682089869999,
-77.1681229859999, -77.1680137369999, -77.1679179869999,
-77.1677892359999, -77.1675839859999, -77.1673027359999,
-77.166827987, -77.1667773619999, -77.1669218609999,
-77.1671679859999, -77.1677362359999, -77.1678926119999,
-77.1680214869999, -77.1681914869999, -77.168257861,
-77.168310487, -77.1683241109999, -77.1684784859999,
-77.1682694859999, -77.1683007359999, -77.1683906109999,
-77.1684023609999, -77.168253862, -77.168306612, -77.1683222359999,
-77.1682109859999, -77.1676757369999, -77.1662207359999,
-77.1666953609999, -77.1667714869999, -77.1666757359999,
-77.166480362, -77.166374987, -77.166308611, -77.1662714869999,
-77.1662187359999, -77.1661152359999, -77.166056612,
-77.165998236, -77.1658847369999, -77.1657812359999,
-77.1656992359999, -77.165550737, -77.165466861, -77.1654062369999,
-77.1653203609999, -77.1652479859999, -77.165160112,
-77.165078111, -77.1649961109999, -77.164937487, -77.1648749859999,
-77.1648086119999, -77.164724612, -77.164650362, -77.1645957359999,
-77.1645312369999, -77.1644413609999, -77.1643867359999,
-77.164306612, -77.1641972359999, -77.1641172359999,
-77.1640332369999, -77.1639746119999, -77.1639142369999,
-77.163837862, -77.163775361, -77.1637069859999, -77.1636523609999,
-77.1635839859999, -77.1635019859999, -77.1634062359999,
-77.1633301109999, -77.1632402369999, -77.1631054869999,
-77.1630136119999, -77.162921861, -77.1628534859999,
-77.1627891109999, -77.1628711119999, -77.162693362,
-77.1625859859999, -77.1624979859999, -77.162384737,
-77.1623222359999, -77.1622577359999, -77.162195361,
-77.162128861, -77.162056612, -77.1620058619999, -77.1619316119999,
-77.161849612, -77.1617519869999, -77.1616679859999,
-77.161580112, -77.161529237, -77.1614667359999, -77.1614024859999,
-77.161339861, -77.1615937359999, -77.1614492369999,
-77.1613534859999, -77.161421861, -77.161244111, -77.1611464859999,
-77.161091861, -77.1610332359999, -77.160966861, -77.160847611,
-77.160755862, -77.1606854859999, -77.160640612, -77.1605624859999,
-77.160486362, -77.160413987, -77.1603496119999, -77.1602929859999,
-77.1602167359999, -77.1601582369999, -77.1600683619999,
-77.1599843609999, -77.1599199859999, -77.1598533609999,
-77.1597792359999, -77.159718861, -77.159621112, -77.1595527369999,
-77.1594902359999, -77.1594472359999, -77.159386737,
-77.159322237, -77.159244112, -77.1591249859999, -77.1590507359999,
-77.158662111, -77.158732362, -77.158818362, -77.158836111,
-12.0664531049999, -12.0665468549999, -12.0664628549999,
-12.06657223, -12.0666561049999, -12.0667363549999, -12.0666856049999,
-12.06664648, -12.06661323, -12.06687698, -12.0670156049999,
-12.06713473, -12.06724023, -12.0673066049999, -12.067380855,
-12.06742773, -12.0674961049999, -12.0678437299998, -12.0679199799999,
-12.06800198, -12.0681679799998, -12.068248105, -12.0683203549999,
-12.06823048, -12.0681718549999, -12.0681152299999, -12.0680468549999,
-12.06793748, -12.0678769799999, -12.0678203549999, -12.06781448,
-12.06781448, -12.0678437299998, -12.0678652299998, -12.0679199799999,
-12.0680937299999, -12.0681856049999, -12.0682304789999,
-12.06824998, -12.0689628549999, -12.06965823, -12.0703828549999,
-12.0706132299998, -12.07074998, -12.0708066049999, -12.0708632299999,
-12.07102148, -12.07110748, -12.0711933549999, -12.0712617299998,
-12.0713281049999, -12.0714766049999, -12.071556605,
-12.071664105, -12.0717499799999, -12.071935605, -12.0720293549999,
-12.0720839789999, -12.07214648, -12.07219723, -12.0722558549999,
-12.0722909799999, -12.0723418549999, -12.0723748549999,
-12.072402355, -12.0724278549999, -12.072445355, -12.072445355,
-12.07238473, -12.07236323, -12.0724101049999, -12.072466855,
-12.0729218549999, -12.0729551049999, -12.073005855,
-12.0731211049999, -12.0735566049999, -12.07392773, -12.07409173,
-12.0741503549999, -12.0742069799999, -12.0742558549999,
-12.0742949799999, -12.0743262299999, -12.075277355,
-12.0753281049999, -12.0753613539999, -12.0753632299999,
-12.0753399799999, -12.0753086049999, -12.0752519799998,
-12.0747226039999, -12.0743652299998, -12.074455105,
-12.0745293549999, -12.0744863549999, -12.0744297299998,
-12.0743984799998, -12.0743359799999, -12.0742266049999,
-12.07416798, -12.07411123, -12.07405848, -12.074035105,
-12.0740078549999, -12.0739941049999, -12.0740078549999,
-12.0740371049999, -12.074056605, -12.074087855, -12.0741054799998,
-12.0741269799998, -12.0741503549999, -12.074154355,
-12.07418948, -12.0742169799999, -12.0742304799999, -12.0742382289999,
-12.0742461049999, -12.0742538539999, -12.0742716039999,
-12.0742773549999, -12.0742832289999, -12.0742871049999,
-12.07429873, -12.0743222299998, -12.0743437299998, -12.07435148,
-12.074361355, -12.07436323, -12.07439448, -12.0744198539999,
-12.0744609789999, -12.0744941049999, -12.0745351049999,
-12.0745566049999, -12.0745722299998, -12.07459173, -12.074609355,
-12.07463473, -12.074642605, -12.0746328549999, -12.0745762299999,
-12.0745176049999, -12.0744413549999, -12.074349605,
-12.0742578549999, -12.074154355, -12.0740429799999,
-12.0739746049999, -12.07393948, -12.0739023549999, -12.07387098,
-12.0738242299998, -12.07376948, -12.0736816049999, -12.073589855,
-12.0734453539999, -12.0733749789999, -12.073277355,
-12.07323823, -12.0732168549999, -12.0731953549999, -12.0731699799999,
-12.0731191049999, -12.0730683549999, -12.0730038549999,
-12.0729297299999, -12.0728749799999, -12.0728163549999,
-12.0727558549999, -12.0726797299999, -12.0726172299999,
-12.0725644799999, -12.0724843549999, -12.072402355,
-12.0723437299998, -12.0723086049999, -12.072248105,
-12.072185605, -12.0721288549999, -12.0720742299999,
-12.0720214799999, -12.0719766049999, -12.071935605,
-12.0718906049999, -12.07185348, -12.0717851049999, -12.0716816049999,
-12.07159373, -12.0711738549999, -12.0705039799998, -12.0693263549999,
-12.0691972289999, -12.06906248, -12.06890823, -12.068787105,
-12.0686718549999, -12.068552855, -12.0684766049999,
-12.0683924799999, -12.068279354, -12.0681288549999,
-12.0676231049999, -12.0676484799998, -12.0678418539999,
-12.0681191049999, -12.0684727289999, -12.06856248, -12.0686913549999,
-12.0689218539999, -12.069080105, -12.0692538549999,
-12.0693906049999, -12.070498105, -12.0705294799999,
-12.070789105, -12.0708691049999, -12.0709238549999,
-12.0709453549999, -12.0714238539999, -12.0715176049999,
-12.0715371049999, -12.07132423, -12.070736355, -12.0689628539999,
-12.0686777299999, -12.0686543549999, -12.06938673, -12.0697832299999,
-12.0700351049999, -12.0701699789999, -12.07029498, -12.07029298,
-12.0702892299999, -12.07027348, -12.070246104, -12.0702402289999,
-12.07022073, -12.070195355, -12.07018748, -12.0701679799998,
-12.070132854, -12.0701074799999, -12.0700761049999,
-12.0700527299999, -12.0700312299999, -12.0700078549999,
-12.06999023, -12.069964854, -12.069935605, -12.0699043549999,
-12.0698731049999, -12.0698418549999, -12.0697909799998,
-12.06976173, -12.0697266049999, -12.06967773, -12.069642605,
-12.069609355, -12.0695839799998, -12.0695488549999,
-12.0695038549999, -12.0694766049999, -12.06945123, -12.0694336049999,
-12.0694121049999, -12.06938673, -12.0693593549999, -12.0693418549999,
-12.0693263549999, -12.0692929799998, -12.0692597299998,
-12.0692246049999, -12.0692031049999, -12.06917773, -12.0689961049999,
-12.06891998, -12.0691093549999, -12.0690762299998, -12.0690137299999,
-12.0689863549999, -12.0689628549999, -12.0689413549999,
-12.0689257299998, -12.0689004789999, -12.0688808549999,
-12.0688474799999, -12.06881448, -12.0687734799998, -12.0687363549999,
-12.0686913549999, -12.0686641049999, -12.0686191049999,
-12.0685781049999, -12.0685586049999, -12.0678496039999,
-12.06779298, -12.06804098, -12.068072355, -12.068507855,
-12.0684609799999, -12.0684238549999, -12.0684003549999,
-12.0683788549999, -12.0683418549999, -12.06830473, -12.068267605,
-12.0682343549999, -12.0682012299999, -12.0681621049999,
-12.0681191049999, -12.0680878549999, -12.06805473, -12.0680193549999,
-12.0679941049999, -12.06795898, -12.0679238549999, -12.0678848549999,
-12.0678359799999, -12.06777148, -12.0677226049999, -12.0676269799998,
-12.0675566049999, -12.06751173, -12.0674746049999, -12.067423855,
-12.06735348, -12.0672734799999, -12.067164105, -12.0670801049999,
-12.0668047299998, -12.06664448, -12.06651948, -12.0664531049999
), .Dim = c(335L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-77.143549112, -77.140611236,
-77.139277487, -77.1393043609999, -77.146211056, -77.1471053609999,
-77.1474235999999, -77.1475449269999, -77.1480732899998,
-77.1483082109999, -77.148420829, -77.148416404, -77.1485554619999,
-77.1487499039999, -77.149201767, -77.1497231769999, -77.1503673669999,
-77.1509098069999, -77.1512720959999, -77.1513516119999,
-77.1520200679999, -77.15213145, -77.1524784869999, -77.153304861,
-77.1537688979999, -77.1539837799999, -77.1542958999999,
-77.1547150819999, -77.155180867, -77.1555110319999, -77.155790592,
-77.1559969099999, -77.1562788239999, -77.1565054509999,
-77.156656863, -77.1567714909999, -77.161251218, -77.161810574,
-77.1624333239999, -77.162877026, -77.1630499919999, -77.1632163479999,
-77.1633684929999, -77.1635500239999, -77.16382404, -77.1641354179999,
-77.164414976, -77.164829203, -77.1654629389999, -77.1659202979999,
-77.166198048, -77.166382472, -77.166590619, -77.1667881089999,
-77.167167626, -77.1675102809999, -77.167899991, -77.1682884299999,
-77.16863475, -77.1688215, -77.1690018319999, -77.1692137139999,
-77.169448416, -77.1696510849999, -77.170032009, -77.170122525,
-77.1702967419999, -77.1708486999999, -77.171307543, -77.1720221559999,
-77.1726027859999, -77.1731667079999, -77.1736439299999,
-77.174129729, -77.174423659, -77.1747903349999, -77.1752807929999,
-77.1757429419999, -77.1757767189999, -77.176234399, -77.1766722039999,
-77.1769068779999, -77.1770716939999, -77.1770966889999,
-77.1770053, -77.176890669, -77.176730586, -77.176701635,
-77.176718864, -77.1768533259999, -77.1770458349999, -77.1771973789999,
-77.177687072, -77.178114264, -77.178525317, -77.1788264779999,
-77.179267447, -77.179682151, -77.179736142, -77.18012785,
-77.1804390069998, -77.1807104579999, -77.1811582029999,
-77.1818462459999, -77.182622652, -77.1831417689999, -77.1832718889999,
-77.1833362489999, -77.183373036, -77.1835633429999, -77.183745648,
-77.183847944, -77.184005396, -77.1840329159999, -77.1841827699999,
-77.1843506239999, -77.1845581109999, -77.184703325, -77.1848668849999,
-77.1850773019999, -77.1853743299999, -77.1856493399999,
-77.1857886619999, -77.1867361779999, -77.1867828139999,
-77.1872928759999, -77.1874429329999, -77.187535017, -77.187587815,
-77.1877706429999, -77.1879056029998, -77.187943993, -77.1879551739999,
-77.1879554669999, -77.1880507369999, -77.188082825, -77.188109361,
-77.1881562359999, -77.188179862, -77.1881933619999, -77.188201111,
-77.1881699869999, -77.1881582369999, -77.1881034869999,
-77.1881367359999, -77.1881034869999, -77.188101611, -77.188101611,
-77.1881132369999, -77.188121111, -77.1881757369999, -77.188230486,
-77.188244111, -77.1881913619999, -77.1881268609998, -77.1880292369999,
-77.188001987, -77.1879766119999, -77.1879707369999, -77.1879396109999,
-77.187806736, -77.187792986, -77.187820362, -77.187808612,
-77.187679736, -77.1875917359999, -77.1873867369999, -77.1873163609999,
-77.1874023609999, -77.187525361, -77.187507861, -77.1874141109999,
-77.1873906109998, -77.1873476119999, -77.187289112, -77.1872499859999,
-77.187146486, -77.1870292359999, -77.1869667369999, -77.186876986,
-77.186865236, -77.1867968619999, -77.186703111, -77.186585986,
-77.1865332359999, -77.1864609869999, -77.1864042369999,
-77.186306611, -77.1862284859999, -77.1861659859999, -77.186066362,
-77.185994111, -77.1858867359999, -77.1860058619999, -77.1860176119999,
-77.1859589859999, -77.1858906109999, -77.185816361, -77.1856777359999,
-77.185542986, -77.1853964859999, -77.185339862, -77.1852812369999,
-77.185177736, -77.185066362, -77.1850194859999, -77.184890611,
-77.1848183609999, -77.184724611, -77.184619111, -77.1845409859999,
-77.1846016109999, -77.184640611, -77.184638611, -77.1845918609999,
-77.1845547359999, -77.184441362, -77.1844062359999, -77.1843183619999,
-77.1842832369999, -77.184234362, -77.184109361, -77.1840116119999,
-77.183945362, -77.183851611, -77.1836484869999, -77.183585986,
-77.1833984869999, -77.1831797359999, -77.183111361, -77.182994111,
-77.1828534869999, -77.182607361, -77.1826034859999, -77.182648361,
-77.182753861, -77.1828027369999, -77.1828007359999, -77.182798861,
-77.182787111, -77.1828103619999, -77.182763736, -77.1827069859999,
-77.1827029859999, -77.1827187369999, -77.182701111, -77.182705111,
-77.1826659869999, -77.1825722369999, -77.182464862, -77.1822422359999,
-77.182136736, -77.1820391109999, -77.181923861, -77.1816992359999,
-77.181554736, -77.1814492359999, -77.1813457369999, -77.1812734869999,
-77.1811659869999, -77.181097611, -77.181044861, -77.181066361,
-77.181048861, -77.1809551109999, -77.1806426109999, -77.180523486,
-77.1804238609998, -77.1800547369999, -77.1799804859999,
-77.1798086109999, -77.1797597359999, -77.1797284859999,
-77.1797304869999, -77.1797284869999, -77.179757862, -77.1798378619999,
-77.179900362, -77.179972611, -77.179986362, -77.1801288619999,
-77.180372986, -77.180544986, -77.1806229859999, -77.1808339859999,
-77.181011736, -77.1811172359999, -77.1812929869999, -77.1814062359999,
-77.181576111, -77.181669862, -77.1817931109999, -77.181976611,
-77.1820214859999, -77.1820292369999, -77.1820058609999,
-77.182015612, -77.182076111, -77.182148486, -77.182421862,
-77.1824707369999, -77.182515487, -77.182568486, -77.182794862,
-77.182984361, -77.183076236, -77.1831444859999, -77.1832499869999,
-77.1832382369999, -77.1830957359999, -77.183044861, -77.183027361,
-77.1829551109998, -77.1828729859999, -77.1828203619999,
-77.182714862, -77.182621236, -77.182607361, -77.182662111,
-77.1827323619998, -77.1827557369999, -77.1827422369999,
-77.1828047359999, -77.1829394869999, -77.182962862, -77.1828828609999,
-77.1828047369999, -77.182701111, -77.1826426119999, -77.1825154859999,
-77.182402361, -77.1823339869999, -77.182226611, -77.1821659859999,
-77.1820527369999, -77.1819824859999, -77.1818984869999,
-77.1818183619999, -77.1817617359999, -77.181630861, -77.181519486,
-77.181423861, -77.181316362, -77.1812499859999, -77.1811347369999,
-77.1811054859999, -77.180996111, -77.1808867359999, -77.180818362,
-77.180751986, -77.1806874869999, -77.1806288609999, -77.180566361,
-77.1806621119999, -77.180757861, -77.1808652359999, -77.1809609859999,
-77.1809961119999, -77.1808867359999, -77.180810612, -77.180708986,
-77.1805604859999, -77.1805194869999, -77.180611362, -77.180718736,
-77.180810611, -77.1808632359999, -77.180849611, -77.180767611,
-77.1806582369999, -77.1804707369999, -77.180394486, -77.1803749859999,
-77.1803398609999, -77.180232362, -77.1800547359999, -77.179964861,
-77.179896361, -77.1798086109999, -77.1797304859999, -77.1796152369999,
-77.179517612, -77.1794492369999, -77.1793301119999, -77.1792226109999,
-77.179142611, -77.179035111, -77.1789609869999, -77.178861362,
-77.1787462359999, -77.1787089859999, -77.1786464859999,
-77.1784297359999, -77.1783144859999, -77.1782499869999,
-77.1781269859999, -77.1780117369999, -77.177962861, -77.1779121119999,
-77.1778711109998, -77.177839862, -77.177798862, -77.1777617369999,
-77.177683611, -77.1775761119999, -77.1774922359999, -77.177464862,
-77.1775624859999, -77.1777089869999, -77.177812361, -77.1777479869999,
-77.177652361, -77.1775371109999, -77.1776034869999, -77.177701112,
-77.1778047359999, -77.1779257369999, -77.178003861, -77.1780292369999,
-77.177982362, -77.1779197359999, -77.177808611, -77.177746111,
-77.177535112, -77.177429736, -77.1773104869999, -77.177203111,
-77.1771464859999, -77.177039112, -77.176972612, -77.176845736,
-77.1767773609999, -77.1767089869999, -77.1766757369999,
-77.176673861, -77.1766777359999, -77.176662236, -77.176630861,
-77.176638611, -77.1766542369999, -77.176652361, -77.176621111,
-77.1766484869999, -77.176638611, -77.1766777369999, -77.1766777359999,
-77.1767246109998, -77.1767343609999, -77.1768007359999,
-77.1768457369999, -77.1768769859999, -77.1769609859999,
-77.176972612, -77.176964861, -77.1770273609998, -77.1770604869999,
-77.177080111, -77.1770918609998, -77.177080111, -77.177099611,
-77.1772812359999, -77.1773457369999, -77.177453111, -77.177515611,
-77.177539112, -77.1776426119999, -77.177658236, -77.1777382359999,
-77.1777499859999, -77.1777499859999, -77.177765611, -77.177820362,
-77.1778672359999, -77.1778788619999, -77.1779101119999,
-77.177994111, -77.178060611, -77.1781542359999, -77.1782012369999,
-77.1783124869999, -77.178412112, -77.1786152359999, -77.1787089859999,
-77.1788104859999, -77.1788632359999, -77.1789746119999,
-77.1789726109999, -77.178914112, -77.1788672359999, -77.1787773609998,
-77.178611362, -77.178480486, -77.1784257369999, -77.178330112,
-77.1782694859999, -77.1781191109999, -77.1780312359999,
-77.1779452369999, -77.177820361, -77.177732486, -77.177681611,
-77.177693361, -77.1777089859999, -77.177705111, -77.177619111,
-77.177615236, -77.177679736, -77.1777909859999, -77.177890611,
-77.1779979859999, -77.178193361, -77.178294862, -77.1783437359999,
-77.1783906109998, -77.1784922369999, -77.1786444869999,
-77.178765611, -77.1787128619999, -77.1786582369999, -77.178763612,
-77.178820361, -77.1789277369999, -77.1790312369999, -77.179074236,
-77.179171861, -77.1792324859999, -77.179285111, -77.179359362,
-77.1794394859999, -77.1795312359999, -77.1796231109998,
-77.1797519859999, -77.179886736, -77.179976611, -77.1800312369999,
-77.1801328609999, -77.1801972369999, -77.180277361, -77.1802734859999,
-77.1802089869999, -77.1801054859999, -77.180058612, -77.1800547359999,
-77.1800097359999, -77.1798222359999, -77.179734361, -77.179656112,
-77.1795722369999, -77.1794707369999, -77.179378862, -77.1793222369999,
-77.179281362, -77.179205111, -77.1791562359999, -77.1791582359999,
-77.1791777369999, -77.1793319859999, -77.1793964859999,
-77.179441361, -77.1793341109999, -77.1792402359999, -77.179089862,
-77.179013611, -77.178900362, -77.1788769859999, -77.1788867359999,
-77.178849611, -77.178787112, -77.1787597359999, -77.1787343619999,
-77.178785111, -77.178808611, -77.178830111, -77.178859362,
-77.178904361, -77.179035112, -77.179109362, -77.179205111,
-77.1792363609999, -77.179234362, -77.1792226109999, -77.179128861,
-77.179058611, -77.178851611, -77.1787812369999, -77.1787148609998,
-77.1786757369999, -77.178628862, -77.178537112, -77.1784354869999,
-77.1783417369999, -77.1781718609998, -77.1780409859999,
-77.177984361, -77.177964861, -77.177976612, -77.178017612,
-77.1780996109999, -77.1783652369999, -77.1785547369999,
-77.178662112, -77.1787793619999, -77.179058611, -77.1792148609999,
-77.179316361, -77.1795409859999, -77.179656112, -77.1797519859999,
-77.1798437369999, -77.1799512369999, -77.180044862, -77.180130861,
-77.1802423619998, -77.1804571119999, -77.180515612, -77.1806249859999,
-77.1807244859999, -77.1808534869999, -77.180982362, -77.1811797359999,
-77.1812656119999, -77.1813339859999, -77.1814512369999,
-77.1815507359999, -77.181654362, -77.1817382359999, -77.1818301119999,
-77.181929736, -77.1820722369999, -77.182140736, -77.182232486,
-77.1823203609999, -77.182353486, -77.1823691119999, -77.182365236,
-77.182374986, -77.1823457359999, -77.182331986, -77.1822871109999,
-77.1822402369999, -77.182128862, -77.182083986, -77.182086111,
-77.182099611, -77.1821269869999, -77.182160112, -77.182093736,
-77.1820976109998, -77.182142611, -77.182183611, -77.1822382359999,
-77.1821874869999, -77.1820877359999, -77.181941362, -77.1818458609999,
-77.1817479859999, -77.1816797359999, -77.1815586119999,
-77.181464862, -77.181351611, -77.1812558619999, -77.181140612,
-77.181033236, -77.1809707359999, -77.1809277369999, -77.180873111,
-77.1808652369999, -77.1808632359999, -77.180900362, -77.1809257369999,
-77.1809707359999, -77.181003861, -77.181060612, -77.1811172359999,
-77.1811894869999, -77.1812519859999, -77.181308611, -77.181390612,
-77.1814492359999, -77.181503861, -77.181546861, -77.1815722359999,
-77.181587862, -77.1815937359999, -77.181617236, -77.181673862,
-77.1817207359999, -77.1817812359999, -77.181900487, -77.1820429859999,
-77.1821093619999, -77.182205112, -77.1822694859999, -77.1823613609999,
-77.182464862, -77.182628861, -77.182722611, -77.1828027359999,
-77.1828614869999, -77.182986362, -77.1830429859999, -77.1831523609999,
-77.1832109859999, -77.1832617369999, -77.183314486, -77.1833652359999,
-77.1834551109999, -77.183554736, -77.1836914859999, -77.183775361,
-77.1838554869999, -77.1839042359999, -77.1839609859999,
-77.1840273619999, -77.184183611, -77.1842753619999, -77.184371111,
-77.1844354869999, -77.1845742359999, -77.184705236, -77.1848359859999,
-77.184974611, -77.1851329869999, -77.1852909859999, -77.1854297369999,
-77.185525362, -77.1585527359999, -77.152369611, -77.143549112,
-11.7958711049999, -11.7988984789999, -11.8001427299999,
-11.8002004799999, -11.8170903849998, -11.8192773549998,
-11.819204004, -11.819228762, -11.8193365809998, -11.819579663,
-11.8200761829999, -11.820504722, -11.8209961329999, -11.8214357269999,
-11.8216082979999, -11.821734431, -11.821668335, -11.8215035339998,
-11.821320387, -11.82131448, -11.82128089, -11.8212752929999,
-11.8212578539999, -11.8214062299999, -11.8218313269999,
-11.8222454029999, -11.8224266779999, -11.822392888, -11.8223587429999,
-11.8224343729999, -11.822851482, -11.8234084989999, -11.8240628079999,
-11.824866136, -11.825354703, -11.8258473309999, -11.8248300839999,
-11.8248487149999, -11.82501996, -11.825227954, -11.825405502,
-11.825817431, -11.8263978079999, -11.8267637109999, -11.827037086,
-11.827122706, -11.8271129209999, -11.8270571739999, -11.827028404,
-11.8269101349999, -11.826670808, -11.8264168909999, -11.8262163539999,
-11.8261088919999, -11.825902304, -11.8257676929999, -11.8256901099999,
-11.8256691849999, -11.8257820539999, -11.8259470519999,
-11.826159924, -11.826433768, -11.826646223, -11.8267364939999,
-11.8268108469999, -11.8268036659999, -11.8267334669999,
-11.8265456009999, -11.8263699239998, -11.826123422, -11.8258779449999,
-11.8257301549999, -11.8256691099999, -11.825606039, -11.825554097,
-11.8255111139999, -11.8256508239999, -11.8258940489999,
-11.8259123279999, -11.8261600029999, -11.82627142, -11.8263751949999,
-11.8265493009999, -11.8267633579999, -11.8269936119999,
-11.8272316959999, -11.827615512, -11.827883545, -11.8280976619999,
-11.8284026999999, -11.8286432229999, -11.828690825, -11.828732976,
-11.8287296949999, -11.8286500199999, -11.828425807, -11.828200518,
-11.827999662, -11.8279853429999, -11.82788146, -11.8278510499999,
-11.8278865459999, -11.8280265729999, -11.8281959949999,
-11.8281517619999, -11.8279372349999, -11.8278903099999,
-11.8278089569999, -11.8275504279998, -11.8270611659999,
-11.8267871699999, -11.8266677279999, -11.826483884, -11.826439895,
-11.826200361, -11.8259408229999, -11.8257814089998, -11.8257276849999,
-11.825712084, -11.825748716, -11.8258612039999, -11.826001925,
-11.8260732159999, -11.826732896, -11.826765365, -11.8272534369999,
-11.8274594979999, -11.8275859479999, -11.8276592679999,
-11.8279131539998, -11.8282793939999, -11.8285030239999,
-11.8285681549999, -11.8285699309999, -11.828568355, -11.828541603,
-11.82851948, -11.8284257289999, -11.8283534789999, -11.82828123,
-11.8281679789999, -11.82810748, -11.8280253539999, -11.82799998,
-11.8279472299999, -11.827820355, -11.8276484799999, -11.8275859799999,
-11.82748248, -11.8273788549999, -11.827244105, -11.82716998,
-11.8270663549998, -11.8270253539999, -11.8270351049998,
-11.827017605, -11.8269412289999, -11.8268457299999, -11.8267871039999,
-11.8267207299999, -11.826593605, -11.826486229, -11.826380855,
-11.8261444799999, -11.8259628549998, -11.8259003549999,
-11.8258906039999, -11.825837855, -11.825785104, -11.82572848,
-11.8256211039999, -11.8254981039999, -11.8254492299999,
-11.8253457299999, -11.8252343539999, -11.825177729, -11.8251328549999,
-11.8251269799999, -11.8251464799999, -11.8250839789999,
-11.824976605, -11.8248437299999, -11.8247051039999, -11.82466998,
-11.8247089799999, -11.8247832299999, -11.8248242289999,
-11.8248163539999, -11.8247538539999, -11.824714855, -11.824691355,
-11.8247012299999, -11.8246641049998, -11.8244609799999,
-11.8243398539999, -11.8242207299999, -11.8241152299999,
-11.8240606049999, -11.8240722299999, -11.82412698, -11.8241641049999,
-11.8242109799999, -11.8242187289999, -11.824193355, -11.8242226049998,
-11.8242753549998, -11.824474605, -11.8245663539999, -11.824603479,
-11.8245683549998, -11.824496105, -11.8243319799999, -11.82416998,
-11.824107354, -11.8239902289999, -11.8239473539999, -11.8239356039999,
-11.8239902289999, -11.824027229, -11.8239121039999, -11.823865229,
-11.823847605, -11.8239121039999, -11.823945355, -11.8240038539999,
-11.824087855, -11.82410548, -11.824193355, -11.8242871039999,
-11.8243106039999, -11.824363229, -11.824445355, -11.8245117299999,
-11.824439479, -11.824392605, -11.8242558549999, -11.82414848,
-11.8238788539999, -11.8236972299999, -11.8236191039999,
-11.823488229, -11.8234003549998, -11.8233613539999, -11.8232537299999,
-11.8231836049998, -11.8230722299999, -11.8229551049998,
-11.8229101049999, -11.8228476049998, -11.8228124799999,
-11.8228262289999, -11.8228066049999, -11.8228144799999,
-11.8228319789999, -11.8229121039999, -11.8230273539999,
-11.8230527289999, -11.8230839799999, -11.8231699799999,
-11.8232012299999, -11.8231836049998, -11.8230819799999,
-11.822978479, -11.8228632299999, -11.8228047289999, -11.8228007299999,
-11.8228124799999, -11.8228124799999, -11.8228262289999,
-11.8228144799999, -11.8227812289999, -11.822736355, -11.8226093549998,
-11.8224804799999, -11.822388729, -11.82223648, -11.8221054799999,
-11.8219941049998, -11.8219277299999, -11.8218183549999,
-11.8217519789999, -11.8217089799999, -11.8216483539999,
-11.8216347299999, -11.8215918549998, -11.8215488549998,
-11.8214922299999, -11.821373105, -11.821308605, -11.8211308539999,
-11.8210839799999, -11.8210644799999, -11.821062479, -11.821017605,
-11.8209551049998, -11.8208281039999, -11.8207714799999,
-11.820703105, -11.8206562299999, -11.8205799799999, -11.8205449799999,
-11.8204902299999, -11.820453105, -11.8203964799999, -11.8203418539999,
-11.820287105, -11.8202052299999, -11.820158229, -11.8200957299999,
-11.819970729, -11.819880855, -11.8198144799999, -11.819736355,
-11.8196562299999, -11.8196189799999, -11.819583979, -11.8195137299999,
-11.8194492299999, -11.8193418549998, -11.8192597299999,
-11.819195355, -11.8190332299999, -11.8189413549999, -11.8189413549999,
-11.818841979, -11.8187618539999, -11.8187051049998, -11.8186172289999,
-11.818591855, -11.8184569799999, -11.8183926049999, -11.8183926049999,
-11.8183769799999, -11.8183593539999, -11.8183339799999,
-11.8183066039999, -11.8182714799999, -11.818271479, -11.81826373,
-11.8182363539999, -11.8182286049998, -11.818230479, -11.818212854,
-11.818212855, -11.8181933549999, -11.8180781039999, -11.818060605,
-11.8180507289999, -11.8180624789999, -11.8180624799999,
-11.8180722299999, -11.8180996039999, -11.818029355, -11.8179648539999,
-11.817927729, -11.817908229, -11.8178359799999, -11.8177266039999,
-11.81770123, -11.8177187299999, -11.817726605, -11.8177382289999,
-11.8176679799999, -11.8176211039999, -11.8176034799999,
-11.8175663549999, -11.8175137299999, -11.817402355, -11.8173496049999,
-11.8172949799999, -11.8172617299999, -11.8172012299999,
-11.8171347289999, -11.8170819799999, -11.817064479, -11.817138729,
-11.8171484799999, -11.8171659789999, -11.8172129799999,
-11.8172304799999, -11.8172422289999, -11.8172422299999,
-11.8172499799999, -11.8172694799999, -11.8172968539999,
-11.8173613549999, -11.8174882289999, -11.8175663539998,
-11.8176172289999, -11.8175898549998, -11.817482479, -11.817464855,
-11.817482479, -11.8174492299999, -11.817441354, -11.8174687299999,
-11.8174707299999, -11.817378855, -11.8172714789999, -11.8172187289999,
-11.817109354, -11.817064479, -11.8170117299999, -11.8169394799999,
-11.816912105, -11.816859354, -11.8167597299999, -11.8167049799999,
-11.8166679789999, -11.8165937299999, -11.8165117299999,
-11.8165058549999, -11.8164707289999, -11.8164062299999,
-11.8163867299999, -11.8163769799999, -11.8163867289999,
-11.8163318549999, -11.8162128549999, -11.8161679789999,
-11.8161503539999, -11.8161601049999, -11.816142729, -11.816109355,
-11.8161093539999, -11.8160839799999, -11.8159882299999,
-11.8159394799999, -11.8159218539998, -11.8159238549998,
-11.8158887299999, -11.815861355, -11.8157812289999, -11.815693355,
-11.8155663549999, -11.815507854, -11.8154472299999, -11.8153828549998,
-11.8153203539999, -11.815257854, -11.8151562299999, -11.8150213549999,
-11.8149394799999, -11.8148242299999, -11.8147051039999,
-11.8145038549999, -11.814371105, -11.8142441049999, -11.8139453549998,
-11.813851605, -11.813601605, -11.8134687299999, -11.8133749789999,
-11.813257855, -11.813181605, -11.8131113539999, -11.813048855,
-11.812992229, -11.812921855, -11.8128222299999, -11.8124823549999,
-11.8123106039999, -11.8119648549998, -11.8118047299999,
-11.8117246039998, -11.8114179799999, -11.8112909789999,
-11.811091979, -11.811017605, -11.810779354, -11.8105644789999,
-11.810205105, -11.8098652289999, -11.809693355, -11.809554729,
-11.8094726049999, -11.8094707299999, -11.809488229, -11.8093887299999,
-11.8094159799999, -11.8094589799999, -11.8094589799999,
-11.8094668539999, -11.8094199799999, -11.809320354, -11.8092949799999,
-11.8091757289999, -11.8091484789999, -11.809056605, -11.8089784789999,
-11.8089336049999, -11.808808604, -11.808773479, -11.808689479,
-11.8086211049999, -11.808441355, -11.8083788549999, -11.8083496039998,
-11.8083163549999, -11.808226605, -11.808128854, -11.808019605,
-11.807929729, -11.807855479, -11.807767605, -11.8076757299999,
-11.8076659799999, -11.8076757299999, -11.807673855, -11.8076464799999,
-11.8075371039998, -11.807562479, -11.807597605, -11.807652355,
-11.8076874799999, -11.8076173539999, -11.807585979, -11.8074863539999,
-11.8074179799999, -11.8074062299999, -11.8074317299999,
-11.8074472289999, -11.8074941049999, -11.8075468549999,
-11.8075646039999, -11.8075371049999, -11.8074999799999,
-11.8074101049999, -11.807361355, -11.807347604, -11.8073632299999,
-11.8073984799999, -11.807414104, -11.8073787299999, -11.8073418549999,
-11.8072773549999, -11.8072519799999, -11.807150355, -11.8070859799999,
-11.8069961039998, -11.8069531039998, -11.8069101049999,
-11.8067266049999, -11.8066816049999, -11.806589855, -11.8065332299999,
-11.8064863549999, -11.8063867289999, -11.8063163539998,
-11.8062597299999, -11.8062089799999, -11.8061562299999,
-11.8061016039999, -11.8060468539999, -11.8058398549999,
-11.805744105, -11.805662105, -11.805628855, -11.8055468539998,
-11.8055566039999, -11.8055879799999, -11.8056132299999,
-11.8056132289999, -11.8056231039998, -11.805505855, -11.805380855,
-11.8052812289999, -11.8051816039999, -11.8051191039999,
-11.8050019799999, -11.804902355, -11.8047207299999, -11.8046562299999,
-11.8046034799999, -11.8045507289999, -11.804384855, -11.8043359799999,
-11.8042481039998, -11.8041211039999, -11.8040332299999,
-11.8039589799999, -11.803796979, -11.8036328539998, -11.803455105,
-11.8033574789999, -11.803130854, -11.8030507299999, -11.8029784799999,
-11.802890605, -11.8027891049999, -11.802728605, -11.8026659799999,
-11.8025682299998, -11.8024413539999, -11.8022324799999,
-11.8021152299999, -11.8019433539999, -11.8018378539998,
-11.801570354, -11.8013107299999, -11.8012049799999, -11.8010332299999,
-11.8006679799999, -11.8004842289999, -11.8003534789999,
-11.800123105, -11.7999784799999, -11.7998887289999, -11.7998534789999,
-11.7998692289999, -11.799912105, -11.7999843549999, -11.7999863549999,
-11.7998007299999, -11.7997012299999, -11.7996562299999,
-11.799627105, -11.7996172289999, -11.7996777299999, -11.7997051039998,
-11.7997402299999, -11.7997578549999, -11.7997363549999,
-11.7997929799999, -11.7998457299999, -11.7998906039998,
-11.799910105, -11.7998262289999, -11.799627104, -11.7996074799999,
-11.7995976039998, -11.799525355, -11.7994159789999, -11.799316355,
-11.7991034799999, -11.799017605, -11.7988926049999, -11.798775355,
-11.7986661049999, -11.7986016049999, -11.798496104, -11.7983887299999,
-11.7983242299999, -11.7982617299999, -11.7982069789999,
-11.7981152299999, -11.798007855, -11.7979082299999, -11.7978418549999,
-11.7977891049999, -11.7976718539998, -11.797566355, -11.7975019799999,
-11.7974159799999, -11.797369105, -11.797341855, -11.797306605,
-11.7972891049999, -11.7973262299999, -11.7973534799999,
-11.7973359799999, -11.7973262299999, -11.797310604, -11.797285104,
-11.7972402299999, -11.797140605, -11.7970801039999, -11.7969356049999,
-11.796787105, -11.796724605, -11.7965801039998, -11.7964569799999,
-11.7962872299999, -11.7961328549999, -11.795900354, -11.7956444799999,
-11.79544723, -11.7952578549999, -11.7951601039999, -11.795066354,
-11.7949511049999, -11.794849605, -11.7947246049999, -11.7946132289999,
-11.7944962289999, -11.7943593549999, -11.7942422289999,
-11.7941113549999, -11.7938534799999, -11.7936308549999,
-11.7935371049999, -11.7933007299999, -11.793152355, -11.7929804799999,
-11.7928027289999, -11.792496104, -11.792351605, -11.792251854,
-11.7921894789999, -11.792037105, -11.7919512299999, -11.7918183539999,
-11.79176948, -11.7916874799999, -11.791548855, -11.7914512299999,
-11.7913183549999, -11.7911699789999, -11.7909922299999,
-11.7908516049999, -11.7906992289999, -11.7906387289999,
-11.7905488549999, -11.7904159789999, -11.79014448, -11.790015605,
-11.7899276049999, -11.7898554799999, -11.7897481049999,
-11.7896718549999, -11.78958198, -11.789462855, -11.7893378549999,
-11.7892052299999, -11.7890742289999, -11.7889374789999,
-11.7812597289999, -11.787218104, -11.7958711049999), .Dim = c(729L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-76.8999493074382, -76.8992052656002,
-76.8986472856023, -76.8978876051011, -76.8973429579394,
-76.8967350351668, -76.8962060252072, -76.8956932785995,
-76.8951964813123, -76.8948406159419, -76.8940342326577,
-76.8936316668693, -76.8934316364265, -76.8931089190099,
-76.8929560040912, -76.8927551373511, -76.8925893406713,
-76.8922589615406, -76.8915610829547, -76.8910812715999,
-76.8906640028684, -76.8902313057368, -76.8897070847864,
-76.8892732389973, -76.8886224692293, -76.8879706569592,
-76.8874130754898, -76.8871054584509, -76.8866583663091,
-76.8860067579148, -76.8854314561, -76.8849639416254,
-76.884495076686, -76.8840423683762, -76.8832299377256,
-76.8828539567528, -76.882231337948, -76.8819041338685,
-76.8815610871232, -76.881078670343, -76.8808142163725,
-76.8805524585778, -76.880601335223, -76.8804331820542,
-76.8801115768154, -76.8799440445767, -76.8796822839114,
-76.8794371947892, -76.8795495465108, -76.879568810772,
-76.8793718715378, -76.8792037148801, -76.8786326573262,
-76.8783862169773, -76.8781877195049, -76.8779734820585,
-76.8776205941257, -76.8775507387145, -76.877421783682,
-76.8772858267575, -76.8771490407143, -76.876779787871,
-76.8762873106312, -76.8758558217301, -76.8754394496253,
-76.8748813180686, -76.8742138380329, -76.8735299977014,
-76.8728151959122, -76.8718982657781, -76.8711223669234,
-76.8705331663593, -76.8698370954627, -76.8695602970344,
-76.869330921011, -76.8691642936981, -76.869089416876,
-76.8687197294043, -76.8682096278357, -76.8677457103915,
-76.8661641579466, -76.8652021587985, -76.8642869622079,
-76.8632777441496, -76.8619579721478, -76.8613834644704,
-76.8605923191649, -76.8598931371317, -76.8593479484176,
-76.8587858933726, -76.8582251738151, -76.8576816289639,
-76.8569524080925, -76.8564108101086, -76.8563619213114,
-76.8558537804424, -76.8550793916201, -76.854582544476,
-76.8536189939657, -76.8527017351792, -76.851923352315,
-76.8514083137331, -76.8507835245955, -76.8498642270491,
-76.8491154865349, -76.8483984262299, -76.8475421847129,
-76.8468115322, -76.8460196659535, -76.8453845533969,
-76.8447192904157, -76.843990570341, -76.8431673287282,
-76.8425000257975, -76.8414596278266, -76.8407455213725,
-76.8404051185833, -76.8398006554946, -76.8393332457682,
-76.8389734501748, -76.8386450258844, -76.8382398514225,
-76.8377885861602, -76.8372916354711, -76.836856816131,
-76.8362646401642, -76.8357323672058, -76.8352539635383,
-76.8351532956559, -76.8346532073263, -76.8342163653935,
-76.833819530245, -76.8333934314252, -76.832897899657,
-76.8324190124396, -76.8318462187693, -76.8311036740268,
-76.8304994070689, -76.8297870145526, -76.8292764475669,
-76.8288902441225, -76.8284892134449, -76.8281807740586,
-76.827824725547, -76.8272978129392, -76.8267535508181,
-76.8261464508638, -76.8256475788676, -76.8251184478644,
-76.82451215583, -76.8240306317344, -76.8235962100569,
-76.8231779250711, -76.8227127383537, -76.8222160824923,
-76.8216111975683, -76.8212855054401, -76.8205713848657,
-76.819794528316, -76.8191579718841, -76.8182580545619,
-76.8175918356471, -76.8175146675392, -76.816987948646,
-76.8164312616543, -76.815998437751, -76.8154091774726,
-76.8146340183259, -76.8138438251529, -76.8132402299357,
-76.8124486314608, -76.8120140986429, -76.8115340660647,
-76.8112257999293, -76.8105309981406, -76.8100526616157,
-76.8093719883858, -76.8085814793489, -76.8081155742456,
-76.8076181026791, -76.8073231657634, -76.8070602940004,
-76.8068912219699, -76.8066292477181, -76.8064140732046,
-76.8061897170195, -76.8060908614575, -76.8057367809575,
-76.8054751032153, -76.8051667240156, -76.804867611,
-76.8068261109999, -76.811972611, -76.8133828609999,
-76.814015736, -76.8156449859999, -76.8170488609999,
-76.8190214859999, -76.8218638609999, -76.8255362359999,
-76.828026236, -76.8298847359999, -76.832499736, -76.8346098609999,
-76.8365089859999, -76.837099736, -76.8388301109999,
-76.8390426109999, -76.8413622359997, -76.843303611,
-76.844274236, -76.8451716109999, -76.845202736, -76.8452381109999,
-76.8471439859999, -76.8490009859999, -76.849835361,
-76.850224861, -76.851237736, -76.8541918609999, -76.8563863609999,
-76.858749737, -76.861535111, -76.8638141109999, -76.866346236,
-76.8665681109999, -76.870608736, -76.8736473609999,
-76.877487736, -76.8796401109999, -76.8800611109999,
-76.881876861, -76.883100736, -76.8844512359999, -76.884743236,
-76.8872787359999, -76.889979736, -76.8908942359999,
-76.8939046119999, -76.896490236, -76.8986313619999,
-76.900614861, -76.902893736, -76.904480486, -76.9057636109999,
-76.9066076109999, -76.907367236, -76.9076627359999,
-76.9075361109999, -76.9075361109999, -76.907240611,
-76.906945236, -76.9066076109999, -76.906565486, -76.9058902369999,
-76.9051304859998, -76.904244236, -76.9032736109999,
-76.9037164859999, -76.9038222369999, -76.905847986,
-76.9083027359998, -76.9103214859999, -76.9131491109998,
-76.9151326109999, -76.916409986, -76.9175381109999,
-76.9193528609999, -76.9220116109999, -76.9240566109999,
-76.9259786119999, -76.9285108609999, -76.930536611,
-76.9326046109999, -76.9345036109999, -76.9348833609999,
-76.935643112, -76.935263236, -76.9343348609999, -76.934165986,
-76.934165986, -76.9342082359999, -76.9348412359998,
-76.935516486, -76.9380413609999, -76.938555111, -76.9396559859999,
-76.9401587359999, -76.941424861, -76.9420157359999,
-76.9422753609999, -76.943527361, -76.9459971109999,
-76.9473504859998, -76.948285111, -76.9501219859999,
-76.9526677359999, -76.9539244859998, -76.9553103609999,
-76.9564381119999, -76.957194611, -76.9573082369999,
-76.9590483609999, -76.960627361, -76.9621097359999,
-76.963173236, -76.9643656109999, -76.9655257359999,
-76.966210611, -76.967394736, -76.968490362, -76.9698116109998,
-76.970456111, -76.971713111, -76.973195362, -76.9746454859999,
-76.976643487, -76.9793181109999, -76.9819606119999,
-76.9840231119999, -76.9858914859999, -76.9864408619999,
-76.987954611, -76.989894986, -76.990523486, -76.9921653619999,
-76.992893986, -76.9941611109998, -76.995211236, -76.9953014859999,
-76.9960934859999, -76.997001486, -76.997754986, -76.998310986,
-76.9997048609999, -77.000317361, -77.001357361, -77.0018907369999,
-77.002967736, -77.0047312359999, -77.005945611, -77.0070878609999,
-77.0090253609999, -77.010898111, -77.012101861, -77.0132528619999,
-77.0142562359999, -77.0147629859999, -77.0160723609999,
-77.017085986, -77.0186594859999, -77.0196519859999,
-77.021235986, -77.021885361, -77.0222327359999, -77.0227949869999,
-77.0236437359999, -77.0243828609999, -77.0254819859999,
-77.0263741109999, -77.027266111, -77.0279473619999,
-77.0284447359999, -77.0290178609999, -77.029677487,
-77.0307502359999, -77.0309112359999, -77.031004362,
-77.0309917369999, -77.0308561109999, -77.0309397359999,
-77.031080612, -77.0312077359999, -77.0312129869999,
-77.031352861, -77.0315481109999, -77.0316562369998,
-77.0319319859999, -77.0319373619999, -77.0318593609999,
-77.031602236, -77.0314836109999, -77.0314333609999,
-77.0314831109999, -77.0315811109999, -77.031946986,
-77.0320824859999, -77.032255861, -77.0323507359999,
-77.0326234859999, -77.0330566109999, -77.0333892359999,
-77.0333247359999, -77.0340814859999, -77.0366132359999,
-77.036705736, -77.0381224869999, -77.0382567359998,
-77.0383224859999, -77.0383278619998, -77.038419736,
-77.0385932359999, -77.038650361, -77.0386631109999,
-77.0386619859999, -77.0386577359999, -77.0386306119998,
-77.0386847359999, -77.038841486, -77.039302736, -77.0406757359999,
-77.0420976109999, -77.0425978609999, -77.042809237,
-77.042948736, -77.043001111, -77.0431313609999, -77.0433391109999,
-77.043462861, -77.0443199859998, -77.044482237, -77.044600486,
-77.0449646109999, -77.045198736, -77.045512861, -77.0463949869999,
-77.0478897359999, -77.047890487, -77.047890487, -77.047591236,
-77.0471232369999, -77.046720111, -77.046707111, -77.047298736,
-77.0480594859998, -77.0488917359999, -77.050949986,
-77.0517099859999, -77.052079986, -77.052529986, -77.0532799859999,
-77.0536899859998, -77.0540598609999, -77.054083987,
-77.0553518609998, -77.0556369869999, -77.0552409859998,
-77.055370361, -77.055183986, -77.0552468609999, -77.0560947359999,
-77.056710111, -77.056982986, -77.0569394859999, -77.0570536119999,
-77.0573359859999, -77.0577424859999, -77.0582831119999,
-77.058669236, -77.059042486, -77.058913861, -77.058720737,
-77.0583474859999, -77.0582207369999, -77.058224611,
-77.0585624859999, -77.058634736, -77.0598593619999,
-77.058839861, -77.0599589859999, -77.0622219859999,
-77.0626964869999, -77.064976612, -77.067536112, -77.068013486,
-77.069891361, -77.0724997359998, -77.0745899869999,
-77.075453737, -77.0774531119999, -77.080487486, -77.0831217359999,
-77.0842033609998, -77.0853031119999, -77.0857614859999,
-77.0859082359999, -77.0858242369999, -77.0858847359999,
-77.0862949859999, -77.086419862, -77.086871112, -77.0874863609999,
-77.0884126119998, -77.0894003609999, -77.0885987369999,
-77.0878437369997, -77.087595736, -77.0879999859999,
-77.0887714869999, -77.0907909869999, -77.0906638609999,
-77.0907597369999, -77.090601111, -77.090161111, -77.0897839859999,
-77.089909737, -77.0918894869999, -77.0920183609998,
-77.0920466119999, -77.0930837359999, -77.0930703609999,
-77.092207861, -77.0851367359999, -77.0822503609999,
-77.0802359859999, -77.0783588619999, -77.076652361,
-77.074856612, -77.0737808609999, -77.0734832359998,
-77.0734144859999, -77.0727499869999, -77.0719064869999,
-77.071422986, -77.0702784859999, -77.0688652369999,
-77.0682441119999, -77.0678749859999, -77.0659594859999,
-77.0658604859999, -77.0647468619999, -77.064281111,
-77.0642842359999, -77.0640937359999, -77.062806611,
-77.0618749859999, -77.0610527359999, -77.0601426119999,
-77.059099611, -77.0580566109999, -77.0570136109999,
-77.056124986, -77.055513861, -77.054575362, -77.054154237,
-77.054061861, -77.053841737, -77.053861361, -77.0540019869999,
-77.054544861, -77.054740237, -77.0545312359999, -77.054027361,
-77.053609361, -77.053068361, -77.0525801109999, -77.051872986,
-77.0508964859999, -77.049683611, -77.045974612, -77.0450292359999,
-77.043976861, -77.0434504869999, -77.042397486, -77.040932487,
-77.0393758609999, -77.0382313619999, -77.0369266109999,
-77.0351208609999, -77.035003737, -77.0333794869999,
-77.0326955981204, -77.0324531112669, -77.0319950363095,
-77.0315284119567, -77.0313799353175, -77.0308482394541,
-77.0304795232204, -77.0298406979719, -77.0287946067185,
-77.0283094077417, -77.0278249079353, -77.0274198800295,
-77.027390410805, -77.0271864870453, -77.0270552164989,
-77.0267842642992, -77.0262795090387, -77.025717211326,
-77.0251739075887, -77.0247279513683, -77.0242254294192,
-77.0238032141854, -77.0235363077312, -77.0231696784157,
-77.0227456440447, -77.0224380919362, -77.0222660179969,
-77.0220729947522, -77.0215907146861, -77.0209740690622,
-77.0203173374861, -77.0194272158171, -77.0188866855699,
-77.0183261821427, -77.0174360529866, -77.0170886851402,
-77.016779475593, -77.016701652697, -77.0158295404732,
-77.0149765626007, -77.0142969218672, -77.0138312557525,
-77.013095317058, -77.0119527854796, -77.0110043944031,
-77.0102092342724, -77.0095684178224, -77.00824767812,
-77.0076451357965, -77.0070758957099, -77.0068856151339,
-77.0059516427216, -77.0055044176327, -77.0047471148139,
-77.0043790699546, -77.0030425118794, -77.0024631171676,
-77.0019602732663, -77.0015142902429, -77.0010088196148,
-77.0005230400196, -76.9999012201224, -76.999512789808,
-76.9989698705622, -76.9986405117983, -76.9980988331741,
-76.9973826969624, -76.9967820821441, -76.9961989514708,
-76.9957119300062, -76.9952046680089, -76.9949893158581,
-76.9945612290833, -76.9940757246455, -76.9934738696879,
-76.9929096055681, -76.9926161843576, -76.992381007713,
-76.991990102102, -76.9915226389292, -76.9909965202352,
-76.9903726425393, -76.9896717947639, -76.988718284251,
-76.9877620313418, -76.9866508783289, -76.9860457393271,
-76.985454815019, -76.9852833685954, -76.9844860074584,
-76.9837287079172, -76.9830292408938, -76.9824068844908,
-76.9816885504052, -76.9808941985716, -76.9802743021451,
-76.9793239482036, -76.978800985465, -76.978219914812,
-76.9777558765362, -76.9771753496973, -76.9765792633595,
-76.9736725582898, -76.9736600409088, -76.9739500409091,
-76.9739500409091, -76.973870040909, -76.9739851424677,
-76.9740400409092, -76.9741500409093, -76.9743111429902,
-76.9744100409095, -76.9744800409096, -76.9744000409096,
-76.9743543547489, -76.9741900409093, -76.9740800409092,
-76.9740500409092, -76.9741200409092, -76.9742100409094,
-76.9742300409093, -76.9741200409093, -76.9740811830056,
-76.9740462424347, -76.9740400409092, -76.9738800409091,
-76.9737841697668, -76.9737300409088, -76.9736063181032,
-76.9717578248618, -76.9700839918338, -76.9691854232603,
-76.9687333925249, -76.968141257045, -76.9672846603364,
-76.9668015699959, -76.9662885026589, -76.9656356558687,
-76.9650452585607, -76.9644395467731, -76.963585337451,
-76.9632744992132, -76.9625582291824, -76.9621689783136,
-76.961749422923, -76.9615864219349, -76.9612682840134,
-76.9606940663927, -76.9602599525338, -76.9600433818739,
-76.9598229411554, -76.9597815146632, -76.9595509253393,
-76.9591814194122, -76.9588258228508, -76.9585476656571,
-76.9582377975073, -76.9581166888665, -76.9580080999485,
-76.9578497329568, -76.9573832563076, -76.957014848174,
-76.9568857173318, -76.9563886101192, -76.9563077147233,
-76.9558464194433, -76.9554453035421, -76.9550752491146,
-76.9549247890294, -76.9548052833716, -76.9547487658396,
-76.9547507525296, -76.9547679642591, -76.9546928954827,
-76.9546030500686, -76.9544653156935, -76.9542970572176,
-76.9542453204332, -76.9541594301211, -76.9537437438734,
-76.953497394599, -76.9533131713117, -76.9532067136846,
-76.9531015494443, -76.9530567869796, -76.9528106512179,
-76.9525795077272, -76.9524254836773, -76.9520255374389,
-76.9516872859674, -76.9514582948945, -76.9512749291114,
-76.951199316548, -76.9509848862233, -76.9507378835353,
-76.9500405618577, -76.9492166152806, -76.948704706583,
-76.9480085650036, -76.9475000958309, -76.947146407524,
-76.9469010125315, -76.9465158278536, -76.9461764859962,
-76.9456196931438, -76.9451699051491, -76.9447037253134,
-76.9438021078304, -76.9430236748291, -76.9426657912914,
-76.942013440358, -76.9412224788919, -76.9405244949581,
-76.9397506702321, -76.9386971552368, -76.9379849189569,
-76.9372114075646, -76.9365475826505, -76.9362552487897,
-76.9358698266269, -76.9352544104167, -76.9348076034091,
-76.9342832389857, -76.9339895100443, -76.9337895102565,
-76.9335739775113, -76.9332882591808, -76.9329194729413,
-76.9327309462744, -76.9324319839728, -76.9321663297293,
-76.9316830073879, -76.931200005931, -76.9306385960273,
-76.9302491108407, -76.9295628034832, -76.9290946981749,
-76.9285178667554, -76.9279111430653, -76.9278033406495,
-76.9272419706473, -76.9268068496084, -76.9260923574403,
-76.9253768014124, -76.9249257226156, -76.9244119827493,
-76.9238663283725, -76.9235855759813, -76.9231954596753,
-76.922788855861, -76.9223052283676, -76.9216503213381,
-76.9212911670531, -76.9208225445399, -76.9204166888409,
-76.9197756230486, -76.9193839241188, -76.9191625514488,
-76.9189575596622, -76.9183483079217, -76.917631603578,
-76.9173029931445, -76.9171614043544, -76.9169410969158,
-76.9167229063955, -76.9161784356368, -76.915867793113,
-76.9156496030589, -76.9154297213813, -76.9153961196263,
-76.9153133845703, -76.9154659561823, -76.9154625731368,
-76.9154589788164, -76.9153314462758, -76.9150813499194,
-76.9146440256611, -76.9144708503636, -76.9143750180187,
-76.9144191839839, -76.9145558014435, -76.9148322047741,
-76.9150311597156, -76.915119701368, -76.9151605912445,
-76.9149827706707, -76.9148852503156, -76.9148337972675,
-76.9148897981457, -76.9149001551223, -76.9148356005808,
-76.9144726764736, -76.913834305709, -76.9131025364447,
-76.9118734476056, -76.9111268870988, -76.9096659885222,
-76.90909048484, -76.9080476721463, -76.9075794168627,
-76.906830862387, -76.9064881216037, -76.9061929209279,
-76.9058363303002, -76.9053863410888, -76.904936456577,
-76.9046253040988, -76.9041584181376, -76.9036596302305,
-76.9035644482649, -76.9031583252417, -76.9026760149563,
-76.9021485789514, -76.9012961370598, -76.9007408801813,
-76.9006302792737, -76.8999493074382, -11.7297899438047,
-11.7300091718479, -11.7301812443915, -11.7303852671336,
-11.7302358220688, -11.7299184292314, -11.7297841840665,
-11.7297569723621, -11.7297908782124, -11.7299922158062,
-11.7301812321122, -11.730367571728, -11.7306444058789,
-11.7311516435115, -11.7315046957996, -11.7316590866326,
-11.731701100513, -11.7317848202682, -11.7319425001104,
-11.7321905722465, -11.7324994543656, -11.7328237441314,
-11.7333935360635, -11.7335494652299, -11.733783357882,
-11.7338641949973, -11.7340974695311, -11.7345433782869,
-11.7350361260468, -11.7351475700898, -11.7350595295944,
-11.7348330217377, -11.7344075421177, -11.7340737918452,
-11.7333750636656, -11.7329030500829, -11.7327081708847,
-11.7325572638179, -11.7323605421211, -11.7322259618265,
-11.7321664773888, -11.7325049354104, -11.7328413495905,
-11.7332404163914, -11.7339160037798, -11.7344069034266,
-11.7347453610877, -11.7352520769072, -11.7357870541484,
-11.7363379497695, -11.7370739416292, -11.737473008259,
-11.7380124799991, -11.7383202240206, -11.7388266331188,
-11.7393025332707, -11.7399477127856, -11.740109514724,
-11.740408205165, -11.7409754277354, -11.7414202062289,
-11.7419430433078, -11.7426197516187, -11.7431276906153,
-11.7435743050907, -11.7437310319764, -11.743796638273,
-11.743739900649, -11.7436986706159, -11.7436281512889,
-11.7437403797749, -11.7438973021219, -11.7443304355761,
-11.7447455166228, -11.745282737056, -11.7459113841483,
-11.7463251430894, -11.7467867505757, -11.7471574390833,
-11.7474665996792, -11.7478902116429, -11.7480495613841,
-11.7482392149694, -11.748307029138, -11.7483921718604,
-11.7484265311224, -11.7485847518502, -11.7485586954782,
-11.7483326521421, -11.7479077351387, -11.7476817904497,
-11.7477006342233, -11.747827829204, -11.748137478609,
-11.7481660077848, -11.7484625338322, -11.7488043071186,
-11.7488381482206, -11.7487678747902, -11.7486513784531,
-11.7483962206683, -11.7480322080475, -11.7475158418588,
-11.7470932207516, -11.7466235724593, -11.7462455552296,
-11.7459602750718, -11.7458731633864, -11.7459242034519,
-11.7461885184496, -11.7465907850154, -11.746794476298,
-11.7467997921603, -11.7468959381249, -11.7469485698525,
-11.747014400768, -11.7472155795102, -11.7474184597226,
-11.7472071806511, -11.7468268361687, -11.7464922085404,
-11.7462958330286, -11.7461762860303, -11.7461947907833,
-11.7462128949726, -11.7459258803021, -11.7453017357155,
-11.7447610511994, -11.744647277482, -11.7441912950939,
-11.7439032772084, -11.7437556886924, -11.7439544812782,
-11.7441872603154, -11.7445883037926, -11.7448828032539,
-11.7453467624389, -11.7455802352022, -11.7459062391421,
-11.7462156419796, -11.7465395540327, -11.7469707066577,
-11.7473094265325, -11.7474953852135, -11.7476824372031,
-11.7475940807827, -11.7473989790831, -11.7471266509358,
-11.7469769680043, -11.7469043101328, -11.7469073868866,
-11.7469866950363, -11.7471577392022, -11.7472831624125,
-11.7473475592922, -11.7474891790554, -11.7475677901245,
-11.7476335714956, -11.7476079111863, -11.7476578880056,
-11.7478166874596, -11.7480811430181, -11.748118797822,
-11.7483758137947, -11.7487620231342, -11.7490862169587,
-11.7492430318048, -11.7494775607634, -11.7497887167571,
-11.7501292988669, -11.7502261666496, -11.7502901523424,
-11.7505227999101, -11.7508921171709, -11.7515394072987,
-11.7520322561948, -11.7524651605793, -11.7527303857912,
-11.752748644851, -11.7526905694527, -11.7527230509526,
-11.7529083964675, -11.753184988296, -11.7535080884704,
-11.7538615056984, -11.7541816795169, -11.7543227538775,
-11.7548148106749, -11.7551838285212, -11.7555378349551,
-11.7558738549999, -11.757890604, -11.7633183539999,
-11.7645176039999, -11.7659277289998, -11.7682034789999,
-11.7690996049999, -11.7710038549999, -11.7742292299999,
-11.7773017289997, -11.7777236049999, -11.7779516039999,
-11.77827223, -11.7788208539997, -11.780430479, -11.780930855,
-11.782661355, -11.7827994799999, -11.784307105, -11.7856999789998,
-11.7873458539999, -11.7897526049999, -11.7898358539999,
-11.789891229, -11.7928743539999, -11.7954909789999,
-11.79658448, -11.7970947299999, -11.7981497299999, -11.7992469789999,
-11.7992892299999, -11.7988249789999, -11.7988672299998,
-11.7984029799999, -11.7975167299999, -11.7974727289999,
-11.7966726049999, -11.79591298, -11.794604729, -11.7944358539999,
-11.7944438539999, -11.7944781039999, -11.7952799789998,
-11.7955753549998, -11.7955012299999, -11.79485798, -11.7943093539999,
-11.7941617299999, -11.793676229, -11.7932226049999,
-11.7931698539999, -11.793380855, -11.7939717299999,
-11.794851604, -11.7953642299999, -11.7961239799999,
-11.797727729, -11.7992469789999, -11.8016103539998,
-11.8033407289999, -11.8050287289998, -11.8082362299999,
-11.811021605, -11.8137647299999, -11.8168454789999,
-11.81887123, -11.8208126049998, -11.8227117299999, -11.823529229,
-11.8237246039999, -11.8255814799999, -11.8269589799999,
-11.8279448549999, -11.8289577299999, -11.8306036049997,
-11.8313599799999, -11.83144773, -11.8311522289999, -11.831405479,
-11.832148479, -11.8329247299999, -11.833304605, -11.8335999789999,
-11.8332202299999, -11.83300923, -11.833234105, -11.8336844789999,
-11.8352037299999, -11.8369762289999, -11.8387063549999,
-11.8410277299998, -11.8446571039999, -11.8465139789999,
-11.8480333539999, -11.8525221049998, -11.853435229,
-11.8549418549999, -11.8556298549999, -11.8570647289999,
-11.859090479, -11.8608672289999, -11.86154498, -11.8618814799999,
-11.8621071049998, -11.8628159799999, -11.8640083539998,
-11.8654907299999, -11.8666508539999, -11.8681974799999,
-11.8700667299999, -11.8704309789999, -11.8704856049999,
-11.871065729, -11.8718069789999, -11.8729024799998,
-11.873998354, -11.87554498, -11.8768341049999, -11.8776134799999,
-11.8789609789999, -11.8808944789998, -11.8832147289999,
-11.8842137289999, -11.885631604, -11.8876296049999,
-11.8896276049999, -11.8912709799999, -11.89226998, -11.8931078549999,
-11.8943647299999, -11.895396729, -11.8958596039999,
-11.8971461039999, -11.8993647299999, -11.9001288549999,
-11.900705855, -11.9006952299999, -11.90032573, -11.8998589789999,
-11.8998188549999, -11.8995126039999, -11.899554854,
-11.8996642289999, -11.8997448539998, -11.8997977289999,
-11.8998927299999, -11.9007207299999, -11.9010964799998,
-11.9020786049999, -11.9034618539999, -11.9038737299999,
-11.903880854, -11.9039199799999, -11.903863104, -11.903757605,
-11.9033879789999, -11.903229605, -11.903451355, -11.9041271049999,
-11.9045073539998, -11.904802979, -11.9050986049999,
-11.906038479, -11.9067551049999, -11.9070991049999,
-11.9076667299998, -11.9082452289999, -11.9088007299999,
-11.9092779789999, -11.9094347299999, -11.9094131049999,
-11.90950498, -11.9097049799999, -11.909964604, -11.910078105,
-11.9101482299998, -11.909848605, -11.9095256049999,
-11.9091739799999, -11.9089557299998, -11.9089028549999,
-11.908773605, -11.90867723, -11.908620105, -11.908503604,
-11.9083858549999, -11.908304729, -11.908169605, -11.9080884799998,
-11.907972604, -11.9078236039999, -11.9077504799999,
-11.9076784789999, -11.907643605, -11.907572854, -11.90740748,
-11.9073532289999, -11.9072832299997, -11.9074312299998,
-11.90762548, -11.9079062299999, -11.9074374799998, -11.9073616049999,
-11.9062001049999, -11.9023476049999, -11.9022061049999,
-11.9000814799999, -11.8998272299999, -11.89970298, -11.8995732299999,
-11.899459604, -11.899330355, -11.8992281039999, -11.8992056049999,
-11.89913948, -11.89888123, -11.8985027289999, -11.8983188549999,
-11.8982216049999, -11.8979238539998, -11.8953632299997,
-11.8944979799999, -11.8949507299999, -11.8952437299999,
-11.895437354, -11.8955098549999, -11.895834855, -11.8968102299999,
-11.897205104, -11.8967747299999, -11.89705623, -11.897187355,
-11.8972263539999, -11.8973043549999, -11.8978864789999,
-11.8974343549999, -11.8965843549998, -11.8965631049999,
-11.896342105, -11.8955618549999, -11.8948206049998,
-11.8940273549999, -11.8936242299999, -11.892805229,
-11.8917517289999, -11.8906854789999, -11.8878099799999,
-11.88760998, -11.8877399799999, -11.8879099799998, -11.88835998,
-11.88893998, -11.8898399789999, -11.8885664799999, -11.8859719799999,
-11.8853888549998, -11.882594479, -11.879179979, -11.8768136049999,
-11.875116605, -11.873715105, -11.8728999799999, -11.8717457289999,
-11.8706992289997, -11.8703816039999, -11.8701231049999,
-11.870458479, -11.8702912299999, -11.8699178549999,
-11.8692871049999, -11.8686949799999, -11.86797423, -11.8664809799999,
-11.8652343549999, -11.86289848, -11.86231448, -11.8599433549999,
-11.8591484799998, -11.8576464799998, -11.8571152289999,
-11.85476748, -11.8517871049999, -11.85152148, -11.8505461049999,
-11.8502946039999, -11.84947298, -11.8485302299999, -11.8473999789999,
-11.8471788539999, -11.8447753539999, -11.8422387289999,
-11.8406737299999, -11.841043605, -11.8408956049999,
-11.839479479, -11.838714855, -11.8381738539999, -11.8366543549999,
-11.83589848, -11.8356679789999, -11.8351953549999, -11.83479498,
-11.8327807289999, -11.830175729, -11.828544855, -11.8273496049999,
-11.82667973, -11.8250663549998, -11.8245468549998, -11.8231132299999,
-11.821880979, -11.819662105, -11.8186754799997, -11.8179842299999,
-11.8164758539999, -11.8154701039999, -11.8120132289999,
-11.8115881049999, -11.811541855, -11.8087134789999,
-11.8068574789999, -11.80357473, -11.8017363549998, -11.8008737299998,
-11.7993171049999, -11.798195479, -11.7972617289998,
-11.7963871049999, -11.7951281039998, -11.7938233539999,
-11.7926558549999, -11.7919472299999, -11.791655605,
-11.791488479, -11.7908474799999, -11.7902578539999,
-11.7902363549999, -11.7902294789999, -11.7895547299998,
-11.7895198539999, -11.788971105, -11.7887416049998,
-11.7887978549998, -11.788726604, -11.7885507299998,
-11.7882832299999, -11.788083854, -11.7874179799999,
-11.7868632289999, -11.786486355, -11.7858203549999,
-11.7838077299998, -11.7824237289998, -11.780615355,
-11.779195354, -11.7782012299999, -11.7758339789999,
-11.7745703549999, -11.7733281049999, -11.771943354,
-11.7702519789999, -11.7691231049999, -11.767726605,
-11.766784979, -11.7651113539999, -11.764343729, -11.76358398,
-11.7622988549999, -11.7611777289999, -11.75914448, -11.7583731049999,
-11.75699198, -11.7551607299999, -11.7539017289997, -11.753260854,
-11.75248248, -11.750788605, -11.748407979, -11.7452264789998,
-11.7450201039998, -11.742328229, -11.7411948443728,
-11.7407929795665, -11.7408410175372, -11.7407486812909,
-11.7407288564042, -11.7406578626772, -11.7406796152048,
-11.7409328605663, -11.7412463913273, -11.7412689685888,
-11.741387195845, -11.7417535632706, -11.7418001534178,
-11.7421225514721, -11.742330086569, -11.7424467966044,
-11.7424503783867, -11.7425500233249, -11.7425921389776,
-11.7426718258301, -11.7429814872808, -11.7436540716149,
-11.7443255550431, -11.7446342522046, -11.7450581429267,
-11.7454812081382, -11.7458459199538, -11.7460003367778,
-11.7464246388714, -11.7470603350372, -11.7475241329314,
-11.7479321871031, -11.7483568978242, -11.7487052240019,
-11.7491132730342, -11.7494026969427, -11.7495424418158,
-11.7495776132041, -11.7497942179552, -11.7499724225942,
-11.7499580886508, -11.7499996372803, -11.7502535359554,
-11.7506633500504, -11.7510717921302, -11.7511921821536,
-11.7511775638858, -11.7511103354756, -11.7510189180527,
-11.7507791685023, -11.7506990267605, -11.7504186220995,
-11.7503261081166, -11.7503122971541, -11.7504296705141,
-11.7508599450242, -11.7512849021137, -11.7515562699005,
-11.7516359238747, -11.7515438114161, -11.7514898228512,
-11.7514176553591, -11.7514012456845, -11.7515007063654,
-11.7515986704865, -11.7518703041047, -11.7521814209427,
-11.7523578075482, -11.75226622992, -11.7520400584846,
-11.7516992386305, -11.7514520347065, -11.7513211064438,
-11.7513053677189, -11.7513095724254, -11.7511413296749,
-11.7508372741339, -11.7505328115899, -11.7501720411053,
-11.7499648564065, -11.7497006853662, -11.7493415371607,
-11.7490785816544, -11.7487791215202, -11.7480970453815,
-11.7474734380571, -11.7470184902801, -11.7464590921628,
-11.7462967917907, -11.7461110190971, -11.7460971502846,
-11.7460254828718, -11.7458767517296, -11.7458817384734,
-11.7461168306997, -11.7463124475992, -11.7464529594881,
-11.7466287697331, -11.7468241134486, -11.7470951721136,
-11.7473670369635, -11.7478287411598, -11.7479753927437,
-11.747370018002, -11.7460500180006, -11.7457200180003,
-11.7453300180001, -11.7441180666323, -11.7435400179983,
-11.7430600179978, -11.7425953008394, -11.7423100179972,
-11.7419300179968, -11.7414600179965, -11.741349066104,
-11.7409500179959, -11.7404800179954, -11.739870017995,
-11.7394500179946, -11.7391900179943, -11.738930017994,
-11.7383700179934, -11.7378697244779, -11.737419863204,
-11.7373400179925, -11.7366500179917, -11.7364071445907,
-11.7362700179915, -11.7360900942423, -11.7360791389223,
-11.7360692084116, -11.7356884992739, -11.7354620324644,
-11.7351906134934, -11.7348597920582, -11.7346335355462,
-11.7345605389426, -11.7344885028496, -11.7344619522135,
-11.7344661165606, -11.7344719871791, -11.7344435118358,
-11.7341882383517, -11.7340531617506, -11.7340254310682,
-11.7340421055926, -11.7340746499024, -11.7341398120644,
-11.734249928665, -11.7343738582065, -11.7346330547331,
-11.7346817644188, -11.7350200670274, -11.7354817661418,
-11.7357137867862, -11.7359146652497, -11.7360239276715,
-11.7360343108428, -11.7360436205998, -11.7360571979538,
-11.7359838661447, -11.7359297238247, -11.7359107462639,
-11.7358988446849, -11.7359290853893, -11.7361015284656,
-11.7364869124996, -11.7368720835913, -11.7375618629563,
-11.7382361249728, -11.7390324004251, -11.7390862379679,
-11.739552657823, -11.7399205047602, -11.7403955916807,
-11.7406873396604, -11.7410558242357, -11.7411712515866,
-11.7413628769759, -11.7418861097246, -11.742193906018,
-11.7425012772711, -11.7428234221703, -11.7433292249622,
-11.7435897256606, -11.7439281313429, -11.7441899065531,
-11.7443746265121, -11.7449283613573, -11.7454204518722,
-11.745988323259, -11.7464181325871, -11.7467094552798,
-11.7471394768495, -11.7473554428317, -11.7475897906475,
-11.74748827857, -11.747583606941, -11.7479863036804,
-11.7485713859592, -11.7490788837986, -11.749524420306,
-11.7499709100794, -11.7503099476215, -11.7506504673278,
-11.7507453669159, -11.7507179325281, -11.7506169351495,
-11.750362039824, -11.7502726421245, -11.7502770815742,
-11.7504508245181, -11.7505933219411, -11.7509965295599,
-11.7513863298471, -11.7517125865828, -11.7521617032396,
-11.7527478250486, -11.7531477568247, -11.7535636256791,
-11.7544096138346, -11.754933038004, -11.7554722932586,
-11.7556732587929, -11.7559501173295, -11.756227081061,
-11.7563866633924, -11.7559254020379, -11.7556205648935,
-11.7550715840105, -11.7548437973152, -11.7545868726037,
-11.7543758619655, -11.7540582407692, -11.7538925127157,
-11.7534838994498, -11.7531809494438, -11.7528787333286,
-11.7527450812049, -11.7527162207573, -11.7525659321545,
-11.7525382589154, -11.7525430823231, -11.7523948532703,
-11.7523060615995, -11.752141162766, -11.75185403168,
-11.7516875603973, -11.7514299909702, -11.7510347797069,
-11.7507319213375, -11.7503689919621, -11.7500959050785,
-11.7497164135547, -11.7494283337491, -11.7488204127264,
-11.7483332599664, -11.7477684322358, -11.7473259408168,
-11.7468249424004, -11.7465083343249, -11.7461585065694,
-11.7458992577414, -11.7454874786945, -11.7453818024279,
-11.7452630099173, -11.7452650944327, -11.7451594172528,
-11.744808857237, -11.7444417416363, -11.7437076145284,
-11.743308638426, -11.7428188730875, -11.7422984973961,
-11.7418248704811, -11.7415969593275, -11.7412478559407,
-11.7409122872495, -11.7405302823769, -11.7401779509693,
-11.7397178587387, -11.7392568295571, -11.7388269311749,
-11.7381528787755, -11.7373260869663, -11.7363170903858,
-11.7356902025551, -11.7349864764788, -11.7340983596851,
-11.7333483017075, -11.7329966987336, -11.7321726116604,
-11.7319472981654, -11.731691996386, -11.73139410146,
-11.7312460345047, -11.7311180444038, -11.7309994409351,
-11.7306849784139, -11.7303513724689, -11.7299124935829,
-11.7297617197966, -11.7297483822565, -11.7298425954323,
-11.7299068187577, -11.7299863466814, -11.7299118899255,
-11.7297772461834, -11.7295203661479, -11.7292301861598,
-11.7288961580855, -11.7287769202148, -11.7288722656692,
-11.7291381377412, -11.7293843387326, -11.7294333791933,
-11.7297899438047), .Dim = c(888L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-77.0381132369999,
-77.036290986, -77.038523486, -77.0417187359999, -77.041898486,
-77.0436426109999, -77.046287111, -77.0485859859999, -77.0490839859999,
-77.049623111, -77.049900361, -77.053216861, -77.054984361,
-77.0624159859999, -77.063142612, -77.0592106109999, -77.058070362,
-77.057265861, -77.056943361, -77.0556232359999, -77.052932861,
-77.051796861, -77.050982361, -77.0509733609999, -77.049658736,
-77.0483006109999, -77.0467353619999, -77.045669861, -77.037529236,
-77.0381132369999, -12.06767773, -12.0798496049999, -12.080224605,
-12.0806523539999, -12.0829238549999, -12.0831856049999,
-12.083046855, -12.08504098, -12.0855547299999, -12.0862461049999,
-12.086703105, -12.093070355, -12.0918867299999, -12.0870429799999,
-12.0865429789999, -12.0817926049999, -12.080558605, -12.0794432289999,
-12.0789961049999, -12.0773761049999, -12.0741252299999,
-12.07277248, -12.071838355, -12.0718412299999, -12.07025298,
-12.06857673, -12.0666682299999, -12.06525198, -12.0642089799998,
-12.06767773), .Dim = c(30L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-76.773666861, -76.7733178609999,
-76.772346611, -76.772207736, -76.771791486, -76.7712364859999,
-76.7706121109999, -76.7695366109999, -76.767546861, -76.766726736,
-76.7658248609999, -76.764402611, -76.763431236, -76.762668111,
-76.7618674859999, -76.761638486, -76.7614538609999, -76.7611417359999,
-76.7601357359999, -76.7579848609999, -76.756736111, -76.755938236,
-76.7548974859999, -76.7533027359999, -76.7530706109999,
-76.7528534859999, -76.7548554859999, -76.7573104859999,
-76.755474611, -76.7542479859999, -76.7516816109999, -76.752051486,
-76.7544693609999, -76.756349611, -76.7576308609999, -76.7648742359999,
-76.767171111, -76.768359361, -76.768645361, -76.769110986,
-76.770042111, -76.7706628609999, -76.771154361, -76.7713612359999,
-76.7714906109999, -76.772033736, -76.772887361, -76.774851736,
-76.775577361, -76.7773359859999, -76.7781522359999, -76.780184736,
-76.7814677359999, -76.7827254859999, -76.783414611, -76.784474986,
-76.786647736, -76.7876559859999, -76.7889389859998, -76.7896937359999,
-76.7908004859999, -76.791253236, -76.791160111, -76.790941361,
-76.7903464859999, -76.789596361, -76.7889497359998, -76.7881996109999,
-76.787501236, -76.7864664859999, -76.7859752359999, -76.7846561109999,
-76.784164236, -76.7843749859999, -76.7844668609999, -76.784484361,
-76.7846269859999, -76.7847109859999, -76.784814486, -76.7848554859999,
-76.7849159859999, -76.785003861, -76.7851249859999, -76.785236361,
-76.7853964859999, -76.7857166109999, -76.785765611, -76.785777361,
-76.7857187359999, -76.785722611, -76.785892611, -76.785951111,
-76.785898486, -76.7857929859999, -76.785683611, -76.785628861,
-76.7857421109999, -76.7859804859999, -76.7859882359999,
-76.785941361, -76.7857421109999, -76.785683611, -76.785769361,
-76.7858437359999, -76.785945361, -76.7862714859999, -76.7863222359999,
-76.7863769859999, -76.7864042359999, -76.786455111, -76.7864999859999,
-76.7865527359999, -76.7866406109998, -76.7867266109998,
-76.786763611, -76.786777361, -76.786746111, -76.7866953609999,
-76.786535111, -76.786496111, -76.7864472359999, -76.7864082359999,
-76.7863632359999, -76.7863632359999, -76.786384611, -76.786486361,
-76.786544986, -76.7866444859999, -76.7867322359999, -76.7869589859999,
-76.787027361, -76.787070361, -76.787150361, -76.7872694859999,
-76.787351611, -76.7874882359999, -76.787589861, -76.787630861,
-76.7877402359999, -76.787849611, -76.7879334859999, -76.7879569859999,
-76.787976611, -76.7879472359999, -76.787931611, -76.787994111,
-76.7882422359999, -76.788474611, -76.788744111, -76.788910111,
-76.7890507359999, -76.789154361, -76.7893222359999, -76.7894101109998,
-76.789505861, -76.789652361, -76.7897402359999, -76.7899843609999,
-76.7900819859999, -76.790195361, -76.7902519859999, -76.790408236,
-76.7905722359999, -76.7906444859999, -76.7908183609999,
-76.790943361, -76.791001986, -76.791144486, -76.791310611,
-76.7913534859999, -76.791484361, -76.791622861, -76.7916854859999,
-76.791794861, -76.792009736, -76.7921229859999, -76.7921972359999,
-76.7923164859999, -76.792445361, -76.7925078609999, -76.792578111,
-76.792642611, -76.792703111, -76.792976611, -76.793255861,
-76.793523486, -76.7937479859999, -76.7938437359999, -76.794048861,
-76.7941484859999, -76.794222611, -76.7943847359999, -76.7944843609999,
-76.794597611, -76.794664111, -76.794822236, -76.794931611,
-76.7950449859999, -76.7950918609999, -76.795138611, -76.795169986,
-76.795236361, -76.7952968609999, -76.7953554859999, -76.7954569859999,
-76.7956191109998, -76.7957051109998, -76.7959433609998,
-76.796175736, -76.796271361, -76.796371111, -76.796478486,
-76.796599611, -76.7967266109999, -76.7968319859999, -76.7968984869999,
-76.797056611, -76.7972011109999, -76.7972988609999, -76.797423861,
-76.7975624859999, -76.7978104859999, -76.797925736, -76.797982486,
-76.7980761109999, -76.7982812359999, -76.7984297359999,
-76.798527361, -76.798738236, -76.798812486, -76.7988437359999,
-76.798876986, -76.7989531109999, -76.799011736, -76.799009736,
-76.799107361, -76.7991679859999, -76.7992676109999, -76.7993086109999,
-76.7992911109999, -76.7992617359999, -76.7991444859999,
-76.799035111, -76.7989101109999, -76.7988904859999, -76.798943486,
-76.799011736, -76.799128861, -76.7992793609999, -76.7993847359999,
-76.7994922359999, -76.7995584859999, -76.799664236, -76.7997716109999,
-76.7999356109999, -76.8000214859999, -76.8001426109999,
-76.8003788609998, -76.8003593609999, -76.8003027359999,
-76.8003828609999, -76.800437486, -76.8005194859999, -76.8005839859999,
-76.800537111, -76.8004882359999, -76.800570361, -76.800669861,
-76.800761736, -76.8008573609999, -76.800951111, -76.801037111,
-76.801078111, -76.8010722359999, -76.801142611, -76.801230486,
-76.801380861, -76.8015371109999, -76.801710986, -76.801771486,
-76.801824236, -76.801863236, -76.8019141109999, -76.8019784859999,
-76.802040986, -76.802160111, -76.802384736, -76.8025604859999,
-76.802646486, -76.802753861, -76.802863236, -76.8029238609999,
-76.8030078609999, -76.8031523609999, -76.803208986, -76.803275361,
-76.8033729859999, -76.803492236, -76.8035801109999, -76.8036913609999,
-76.8037753609999, -76.803835986, -76.8038612359999, -76.803859361,
-76.803853486, -76.803853486, -76.803837861, -76.803835986,
-76.803826111, -76.8037656109999, -76.803578112, -76.803480486,
-76.803425736, -76.8034003609999, -76.803367236, -76.803296861,
-76.8032363609999, -76.803175736, -76.8031367359999, -76.8031523609999,
-76.803206986, -76.8031582359999, -76.802990236, -76.802947236,
-76.8028964869999, -76.8028613609999, -76.802773486, -76.802734361,
-76.802691361, -76.8026523609999, -76.802751986, -76.8027968609999,
-76.802789111, -76.802773486, -76.802775361, -76.802660111,
-76.802539111, -76.802480486, -76.8022734859999, -76.802138736,
-76.8020097359999, -76.8018827359999, -76.801826236, -76.8016444859999,
-76.8015468609998, -76.801499986, -76.801392611, -76.8012324859999,
-76.8011913609999, -76.8011523609999, -76.8009101109999,
-76.800722611, -76.8006933609999, -76.800722611, -76.800744111,
-76.8006523609999, -76.800580111, -76.8004551109999, -76.800136736,
-76.8000273609999, -76.7999042359999, -76.7998808609998,
-76.7998301109999, -76.7997499859999, -76.7996757359999,
-76.799529362, -76.799445361, -76.799343736, -76.7992246109999,
-76.799107361, -76.799023361, -76.7989277359999, -76.7989042359999,
-76.7989726109998, -76.799099611, -76.7992246109999, -76.799314486,
-76.799460986, -76.7994863609999, -76.799316361, -76.799201236,
-76.7991347359999, -76.799138736, -76.799142611, -76.7991757369999,
-76.799132861, -76.7989962359999, -76.798738236, -76.7986601109999,
-76.7986582359999, -76.7986718609999, -76.7986933609999,
-76.798790986, -76.798880861, -76.798966736, -76.799152361,
-76.7992402359999, -76.799443361, -76.7995176109999, -76.799429736,
-76.7994707359999, -76.799550736, -76.799652361, -76.799757861,
-76.799863236, -76.7999667359999, -76.8000097359999, -76.8000351109999,
-76.8000742359999, -76.800124986, -76.800148486, -76.800208986,
-76.800265611, -76.8003691109999, -76.8005448609999, -76.8006641109999,
-76.800759736, -76.800783236, -76.800972611, -76.800994111,
-76.801052736, -76.8011308609999, -76.8012149859999, -76.801251986,
-76.8012988609999, -76.801357486, -76.8014902359999, -76.801542986,
-76.8017363609999, -76.8019726109999, -76.8020878609998,
-76.8022168609999, -76.8023457359999, -76.802398486, -76.8024784859999,
-76.8025214859999, -76.8025703609999, -76.8025801109999,
-76.8026016109999, -76.802605361, -76.8025859859999, -76.802581986,
-76.802679736, -76.802734361, -76.8029961109999, -76.803269486,
-76.8036209859999, -76.803812486, -76.803892611, -76.804095736,
-76.804292986, -76.804443361, -76.8045801109999, -76.804917986,
-76.805005861, -76.8050683609999, -76.805134736, -76.8051973609999,
-76.805232361, -76.8052772359999, -76.805240236, -76.805201111,
-76.805234361, -76.8052948609999, -76.8053652359999, -76.805497986,
-76.8056269859999, -76.8056484859999, -76.8056229859999,
-76.8056288609999, -76.8056152359999, -76.8055917359999,
-76.805535111, -76.805544986, -76.805540986, -76.8054961109999,
-76.805449236, -76.8054647359999, -76.805525361, -76.805456986,
-76.805417986, -76.805372986, -76.805285111, -76.805208986,
-76.8050878609999, -76.804970736, -76.8049003609999, -76.804714861,
-76.8045801109999, -76.8044726109999, -76.804156236, -76.8039726109999,
-76.803890611, -76.8038183609999, -76.8035078609999, -76.8034121109999,
-76.803259736, -76.8031679859999, -76.803154236, -76.8032012359999,
-76.803249986, -76.803249986, -76.8032128609998, -76.8031582359999,
-76.8030663609999, -76.802871236, -76.802706986, -76.8024724859999,
-76.802365111, -76.802162111, -76.801886736, -76.801816361,
-76.8017753609999, -76.8017422359999, -76.801636736, -76.801511736,
-76.8014707359999, -76.801390611, -76.801314486, -76.801302736,
-76.801318361, -76.801261736, -76.8011816109999, -76.8010821109999,
-76.800951111, -76.800849611, -76.800794861, -76.800777362,
-76.8008828609999, -76.8009159859999, -76.8008906109999,
-76.800802736, -76.800744111, -76.800689486, -76.8006308609999,
-76.8005624859999, -76.800468736, -76.800410111, -76.8003711109999,
-76.800310611, -76.800253986, -76.8001523609999, -76.8000996109999,
-76.800138611, -76.8000742359999, -76.8000527359999, -76.8000898609999,
-76.8000898609999, -76.8000468609999, -76.7999042359999,
-76.799757861, -76.799628861, -76.799476611, -76.799445361,
-76.7995371109999, -76.7996854859999, -76.7998203609999,
-76.7998496109999, -76.799869111, -76.799800736, -76.799869111,
-76.7999356109999, -76.8000156109999, -76.800138611, -76.800126986,
-76.8000644859999, -76.8000351109999, -76.8000957359999,
-76.800107361, -76.7999862359999, -76.799900361, -76.7998301109999,
-76.7997832359999, -76.799724611, -76.799380861, -76.799328111,
-76.7992558609999, -76.7991464859999, -76.799154361, -76.7991307359999,
-76.7991034859999, -76.799023361, -76.799021486, -76.799111361,
-76.799179736, -76.7992031109999, -76.7991972359999, -76.799185361,
-76.799111361, -76.7990604859999, -76.7990058609999, -76.798990236,
-76.798943486, -76.7988749859999, -76.798818361, -76.798742236,
-76.7986816109999, -76.7985937359999, -76.798533236, -76.7985194859999,
-76.798484361, -76.7984453609999, -76.7983808609999, -76.798304736,
-76.798253861, -76.7981699859999, -76.7980819859999, -76.798046861,
-76.7980663609999, -76.7981426109999, -76.798234361, -76.798263611,
-76.7983944859999, -76.798578111, -76.798697236, -76.798845736,
-76.7990508609999, -76.7992676109999, -76.799371236, -76.7995253609999,
-76.799660111, -76.799660112, -76.7994961109999, -76.799331986,
-76.799183736, -76.799044861, -76.799044861, -76.7991601109999,
-76.7992793609999, -76.7992734859999, -76.7991992359999,
-76.799154361, -76.7992266109999, -76.7992578609999, -76.7992676109999,
-76.7992363609999, -76.7992538609998, -76.7992617359999,
-76.7992519859999, -76.7992051109999, -76.799142611, -76.7990703609999,
-76.7989804859999, -76.7989804859999, -76.798982361, -76.799021486,
-76.7990488609999, -76.7990624869999, -76.799140611, -76.799195361,
-76.7992187359999, -76.799195361, -76.7991816109999, -76.7992051109999,
-76.7992148609999, -76.7992773609999, -76.799343736, -76.7994043609999,
-76.7995214859999, -76.799591736, -76.799656236, -76.7997304859999,
-76.7998027359999, -76.7998281109999, -76.799890611, -76.799915986,
-76.8000214859999, -76.8000664859999, -76.8000761109998,
-76.8001191109998, -76.800169861, -76.800246111, -76.8004396109999,
-76.8005741109998, -76.8006582359999, -76.8006582359999,
-76.8007461109999, -76.800792986, -76.800740236, -76.8007246109999,
-76.8008124859999, -76.8008828609999, -76.8009433609999,
-76.801031236, -76.8011679859999, -76.8012011109998, -76.8013944859999,
-76.801435611, -76.8014922359999, -76.801533236, -76.8015586109999,
-76.8015801109999, -76.801617236, -76.801664112, -76.801679736,
-76.8017304859999, -76.801865236, -76.802040986, -76.8021972369999,
-76.8023007359999, -76.802372986, -76.802372986, -76.8023379859999,
-76.802322236, -76.802357361, -76.802357361, -76.802410111,
-76.8024882359999, -76.802646486, -76.8027578609999, -76.802787111,
-76.802746111, -76.8026836109999, -76.802689486, -76.8026856109999,
-76.802808611, -76.8029121109999, -76.802984361, -76.803068361,
-76.8031661109999, -76.803222611, -76.803228486, -76.803218736,
-76.8031152359999, -76.802984361, -76.8028242359999, -76.802773486,
-76.802658111, -76.8024569859999, -76.8021972369999, -76.802062486,
-76.8017402359999, -76.801593736, -76.801466736, -76.801347611,
-76.8012109859999, -76.8011659859999, -76.8009824869999,
-76.8009062359999, -76.8008339859999, -76.800841861, -76.8009336109999,
-76.8009863609999, -76.8009863609999, -76.8009628609998,
-76.800937486, -76.8009316109999, -76.800951111, -76.800960986,
-76.801025361, -76.8010917359999, -76.8011582359999, -76.8011757359999,
-76.8011076109999, -76.801087861, -76.801121111, -76.8012031109999,
-76.8012656109998, -76.8012558609999, -76.8011913609999,
-76.801066361, -76.800937486, -76.8008632359999, -76.8008261109999,
-76.8008319859999, -76.800841861, -76.800755861, -76.8006132359999,
-76.8005448609999, -76.8006093609999, -76.8006016109999,
-76.800527361, -76.800453111, -76.8003984859999, -76.8003691109999,
-76.800363236, -76.8003359859999, -76.800257861, -76.800187486,
-76.8000586109999, -76.799964861, -76.799900361, -76.7998301109999,
-76.7997538609999, -76.799714861, -76.7996854859999, -76.799660111,
-76.7996211109999, -76.799634736, -76.799671861, -76.7997343609999,
-76.7997167359999, -76.799626986, -76.7995468609999, -76.799410111,
-76.7992266109999, -76.7990763609999, -76.7989238609999,
-76.7985917359999, -76.7983847359999, -76.798294986, -76.798199236,
-76.7981191109999, -76.798023486, -76.797929736, -76.7978281109999,
-76.797720736, -76.797679736, -76.7975898609999, -76.7975156109999,
-76.797439486, -76.797380861, -76.797374986, -76.797429736,
-76.7974902359999, -76.7975898609999, -76.797624986, -76.797605486,
-76.7975507359999, -76.797486361, -76.7973516109999, -76.797195361,
-76.797107361, -76.797066361, -76.797117236, -76.7971347359999,
-76.7971562359999, -76.7971562359999, -76.797095736, -76.7969824859999,
-76.7968729859999, -76.7967871109998, -76.7966913609999,
-76.7965937359999, -76.7965917359999, -76.7966132359999,
-76.796576111, -76.796482361, -76.7964121109999, -76.796292986,
-76.7962246109998, -76.7961992359999, -76.7961718609999,
-76.796044861, -76.795910111, -76.795763736, -76.7955819859999,
-76.795494111, -76.795437486, -76.795437486, -76.795400361,
-76.795105486, -76.794835986, -76.794497986, -76.7938769859999,
-76.793533236, -76.7931308609998, -76.792755861, -76.792429736,
-76.7922031109999, -76.7920019859999, -76.791845736, -76.7916444859999,
-76.7914453609999, -76.791212861, -76.791025361, -76.790929736,
-76.790917986, -76.790921861, -76.7909141109999, -76.791208986,
-76.790915986, -76.7908867359999, -76.7908222359999, -76.790753861,
-76.790744111, -76.7907304859999, -76.7907304859999, -76.790787111,
-76.7908183609999, -76.7908926109999, -76.7911249859999,
-76.791175736, -76.791212861, -76.7912051109998, -76.7912167359999,
-76.7912929859999, -76.7913593609999, -76.7914648609998,
-76.791675611, -76.7919316109999, -76.791968861, -76.7917246109998,
-76.792058611, -76.792109361, -76.7921972359999, -76.7923164859999,
-76.792337861, -76.7923164859999, -76.792209111, -76.7922988609999,
-76.792378861, -76.792388611, -76.792376986, -76.792333986,
-76.792322236, -76.7922167359999, -76.792162111, -76.792132861,
-76.792054736, -76.7919609859999, -76.791814486, -76.7916972359999,
-76.7915937359999, -76.7915839859999, -76.7916249859999,
-76.7916054859999, -76.7915937359999, -76.7916249859999,
-76.7916367359999, -76.791589861, -76.791496111, -76.7915819859999,
-76.7916172359999, -76.791601611, -76.791496111, -76.7914218609998,
-76.7913807359999, -76.791316361, -76.7912266109998, -76.7911288609999,
-76.791070361, -76.791023486, -76.791017611, -76.791046861,
-76.7911328609999, -76.791251986, -76.791310611, -76.7913417359999,
-76.791318361, -76.791236361, -76.7910917359999, -76.791017611,
-76.790917986, -76.7908339859999, -76.790734361, -76.7905468609999,
-76.790455111, -76.7903203609999, -76.790234361, -76.790109361,
-76.7900312359999, -76.7899277359999, -76.789697361, -76.789554736,
-76.789513611, -76.789472611, -76.7893437359999, -76.789283236,
-76.7893027359999, -76.7894316109998, -76.789390611, -76.789339861,
-76.7891191109999, -76.789078111, -76.789091861, -76.7892423609999,
-76.789499986, -76.7899082359999, -76.7900117359999, -76.790119111,
-76.790181611, -76.7902637359999, -76.790466861, -76.790691361,
-76.7911464859999, -76.7912597359999, -76.7915604859999,
-76.791765611, -76.791785111, -76.7915507359999, -76.791306611,
-76.791138611, -76.7910742359999, -76.7909238609998, -76.7908496109999,
-76.7909238609998, -76.7908672359999, -76.790484361, -76.7904181109999,
-76.790681611, -76.790755861, -76.790662111, -76.7905214859999,
-76.7903066109999, -76.790158236, -76.7902304859999, -76.790279361,
-76.7904569859999, -76.7907089859999, -76.7908769859999,
-76.791017611, -76.791037111, -76.791037111, -76.7909238609998,
-76.7908593609998, -76.7909141109999, -76.7909141109999,
-76.7908496109999, -76.7905878609999, -76.7904492359999,
-76.790279361, -76.7901659859999, -76.789923861, -76.7896054859999,
-76.7894003609999, -76.7892597359999, -76.789380861, -76.7894453609999,
-76.789494111, -76.7892031109999, -76.7888769859999, -76.7886152359999,
-76.788410111, -76.788232361, -76.788222611, -76.7883417359999,
-76.788486361, -76.7885957359999, -76.7886054859999, -76.788455111,
-76.7882714859999, -76.7880917359999, -76.7878203609999,
-76.7874941109999, -76.787400361, -76.7873339859999, -76.787519486,
-76.787568361, -76.787638611, -76.787857486, -76.788109361,
-76.788232361, -76.788474611, -76.7885213609999, -76.788455111,
-76.7882597359999, -76.788148486, -76.788081986, -76.7883066109998,
-76.7885312359999, -76.7886054859999, -76.788548861, -76.7886054859999,
-76.7886426109999, -76.7887832359999, -76.7889043609999,
-76.7888729859999, -76.788849611, -76.7886854859999, -76.7883944859999,
-76.7882069859999, -76.788148486, -76.7882069859999, -76.788406236,
-76.788417986, -76.7883828609999, -76.788148486, -76.787996111,
-76.7877187359999, -76.7874941109999, -76.787400361, -76.7872266109999,
-76.787097611, -76.7865957359999, -76.7861854859999, -76.785671861,
-76.785378861, -76.7852284859999, -76.7847578609998, -76.7843632359999,
-76.784046861, -76.7838261109999, -76.7835917359999, -76.7833574859999,
-76.7832069859999, -76.783078111, -76.783042861, -76.7830547359999,
-76.7831486109999, -76.783486361, -76.783673861, -76.7840234859999,
-76.7840584859999, -76.7842382359999, -76.784208986, -76.7843124859999,
-76.7841172359999, -76.7842382359999, -76.7844648609999,
-76.7844784859999, -76.7846152359999, -76.784554736, -76.784765611,
-76.784749986, -76.784839861, -76.784839861, -76.7849316109998,
-76.7850507359999, -76.7851249859999, -76.7852167359999,
-76.7852304859999, -76.7851874859999, -76.7850507359999,
-76.7847792359999, -76.7844648609999, -76.7843124859999,
-76.783998111, -76.7838476109999, -76.7835917359999, -76.783410111,
-76.783246111, -76.7832753609999, -76.7832303609999, -76.7833672359999,
-76.7832734859999, -76.7830644859999, -76.7826582359999,
-76.782433611, -76.7823437359999, -76.782328111, -76.7822674859999,
-76.7819354859999, -76.781589861, -76.781439361, -76.7814707359999,
-76.7817089859999, -76.7815761109999, -76.781589861, -76.7816972359999,
-76.7816406109999, -76.7815507359999, -76.781279361, -76.7810878609999,
-76.7807832359999, -76.7806484859999, -76.7807948609999,
-76.7808652359999, -76.780974611, -76.780847611, -76.780748111,
-76.780660111, -76.780660111, -76.7805468609999, -76.7803554859999,
-76.780287111, -76.780164111, -76.779994111, -76.779892611,
-76.7796777359999, -76.7795429859999, -76.779587861, -76.779556611,
-76.7793047359999, -76.7789902359999, -76.778662111, -76.778234361,
-76.7778944859999, -76.777670111, -76.777568361, -76.7776249859999,
-76.777847611, -76.7779961109999, -76.777873111, -76.777544986,
-76.7772402359999, -76.7769257359999, -76.776732361, -76.776732361,
-76.7769354859999, -76.777037111, -76.7769551109999, -76.7766874859999,
-76.776693361, -76.7767694859999, -76.7768124859999, -76.776722611,
-76.776369111, -76.7761152359999, -76.7760019859999, -76.7761484859999,
-76.7762597359999, -76.7761347359999, -76.7759199859999,
-76.7757714859999, -76.775638611, -76.775390611, -76.7752207359999,
-76.775142611, -76.7750409859999, -76.7752558609999, -76.7754472359999,
-76.7757714859999, -76.776253861, -76.7769764859999, -76.7776992359999,
-76.7779746109999, -76.778767611, -76.7789043609999, -76.779007861,
-76.7793867359999, -76.7791464859999, -76.7789043609999,
-76.778927611, -76.778941361, -76.778974611, -76.7788867359999,
-76.7788867359999, -76.7789882359999, -76.779101611, -76.7791269859999,
-76.7791093609999, -76.7791229859999, -76.7791621109999,
-76.779310611, -76.7794257359999, -76.779492236, -76.779566361,
-76.779607361, -76.779505861, -76.779546861, -76.779621236,
-76.7796542359999, -76.779794861, -76.7798144859999, -76.7797207359999,
-76.7796933609999, -76.7797617359999, -76.7798984859999,
-76.7799432359999, -76.7801172359999, -76.7801992359999,
-76.7802364859999, -76.780326111, -76.7803867359999, -76.780441361,
-76.7804199859999, -76.7804199859999, -76.7805292359999,
-76.7806152359999, -76.7807832359999, -76.781003861, -76.7811542359999,
-76.781195361, -76.7811542359999, -76.781064611, -76.780933611,
-76.7807891109999, -76.7806914859999, -76.780599611, -76.7805703609999,
-76.780589861, -76.780578111, -76.7805117359999, -76.7803984859999,
-76.7802031109999, -76.780068361, -76.7788336109999, -76.7784519859999,
-76.7776541109999, -76.7768216109999, -76.7759543609999,
-76.7744626109999, -76.773666861, -12.425528855, -12.4256452309999,
-12.4253331049999, -12.42401473, -12.4226271059999, -12.4216211049999,
-12.4208926049999, -12.4207538549999, -12.420644355, -12.42058048,
-12.4201294799999, -12.41943573, -12.4191928549999, -12.41922748,
-12.4200938549999, -12.4208672299999, -12.421482355, -12.4223496049999,
-12.4231822299999, -12.4238759799999, -12.42460448, -12.4263737299999,
-12.4280041059999, -12.4289003549999, -12.4301441059999,
-12.4314512299999, -12.43470123, -12.4442051049999, -12.449468731,
-12.45476373, -12.4626894799999, -12.4635827299999, -12.4694214799999,
-12.4749804809999, -12.4767168549999, -12.4795362309999,
-12.4812107299999, -12.482351605, -12.4830213549999, -12.4842887299999,
-12.48705648, -12.4895911049999, -12.4915568549999, -12.4926691059999,
-12.4932639799999, -12.4940917299999, -12.4950228549999,
-12.4953218549999, -12.496626356, -12.4972226049999, -12.497443355,
-12.49776198, -12.4987429799999, -12.4992964809999, -12.49923898,
-12.4998081049999, -12.50115298, -12.50161073, -12.5016611049998,
-12.502541481, -12.5031201049998, -12.5045037309999, -12.5053769809999,
-12.5062484809999, -12.50715373, -12.508007355, -12.5086798549999,
-12.5097402299999, -12.5111628559999, -12.5128958549999,
-12.5139563549999, -12.517655105, -12.5199316049998, -12.51972848,
-12.5195663549999, -12.519472606, -12.5193808549999, -12.5192909799999,
-12.5191953549999, -12.5191523549998, -12.51882223, -12.5188632309999,
-12.5190624799999, -12.5191152309999, -12.5191523559999,
-12.5191212299999, -12.5190781059999, -12.5190097309999,
-12.5189141049999, -12.5188418549999, -12.5188672309999,
-12.5187851059999, -12.51867973, -12.518609355, -12.5185547309999,
-12.5184843559998, -12.5184532309999, -12.5184413549999,
-12.51834373, -12.5182773549999, -12.51811723, -12.51801948,
-12.51796873, -12.5180137309999, -12.5180547309999, -12.5180234809999,
-12.51797848, -12.5178964799999, -12.5177891049998, -12.5177422309999,
-12.517642606, -12.5177148549999, -12.51780473, -12.5177382309999,
-12.5176621059998, -12.5175624809999, -12.5174668559998,
-12.5173906049999, -12.5172168549999, -12.5171016049999,
-12.51688473, -12.5167753549999, -12.51667773, -12.5165586049999,
-12.5164941049999, -12.516433605, -12.51637698, -12.5163106049999,
-12.5162382299999, -12.5162479799999, -12.5162187309999,
-12.5161601049999, -12.51612898, -12.5161992299999, -12.5162187299999,
-12.5162812299999, -12.5163066049998, -12.5162519799999,
-12.516214856, -12.5160703549999, -12.5159784799999, -12.5159257299999,
-12.5157343549998, -12.5156269809999, -12.515527356, -12.5154356059999,
-12.5154179799999, -12.5154238549999, -12.5154043549999,
-12.5153242309999, -12.515320355, -12.5152812299999, -12.5151738549999,
-12.5151386049998, -12.5150742299999, -12.5149551059999,
-12.514910105, -12.514736355, -12.5146659809999, -12.5145996049999,
-12.5145449809999, -12.514443355, -12.5143086049999, -12.5142402299999,
-12.5140977309999, -12.5140409799999, -12.5140234809999,
-12.513912105, -12.5137968559999, -12.5137422309999, -12.513628855,
-12.51353323, -12.5134726049998, -12.513390606, -12.5132578549999,
-12.5131953549999, -12.5131191049999, -12.512994106, -12.512839855,
-12.512785105, -12.51273048, -12.5126562309999, -12.5126016049999,
-12.5124023559999, -12.5122284799999, -12.5120957309999,
-12.5119902299999, -12.5119784799999, -12.5119804799999,
-12.5120253549999, -12.5120409799999, -12.5120137299999,
-12.512003856, -12.5120214809999, -12.5119941049999, -12.511902355,
-12.511902355, -12.5118926049998, -12.5118457299999, -12.5117284799999,
-12.511628855, -12.5115644799999, -12.5115449799999, -12.5115194799999,
-12.5114277299999, -12.511328105, -12.5112538549999, -12.5110194799999,
-12.5108106049998, -12.51077148, -12.5107168549999, -12.5106894799999,
-12.510701105, -12.5106856049999, -12.5106229799999, -12.510556605,
-12.5104238549999, -12.5103319799999, -12.5103398549999,
-12.5104297299999, -12.51048248, -12.5104551049998, -12.51047073,
-12.5105078559999, -12.5104336059999, -12.5101328549999,
-12.5099882299999, -12.509933605, -12.5098613559999, -12.509746105,
-12.5095156049999, -12.50939848, -12.5093262299999, -12.5093066049999,
-12.509205105, -12.509171855, -12.509181605, -12.509140605,
-12.5090801049998, -12.5089512309999, -12.5088847299999,
-12.5087109799999, -12.5086054799999, -12.5084668549999,
-12.508349605, -12.5082402309999, -12.5081718559999, -12.5081249799999,
-12.5079668549998, -12.5079394799999, -12.507984355, -12.508035105,
-12.508136856, -12.5082169799999, -12.5084082299999, -12.508535105,
-12.508683606, -12.508910106, -12.5090273549998, -12.5091992299999,
-12.509207106, -12.509171855, -12.50910748, -12.508998106,
-12.508900355, -12.508726606, -12.508546856, -12.5084101049998,
-12.508337856, -12.5081836049998, -12.5081464809999, -12.5082363549998,
-12.5084218549998, -12.508632855, -12.5087324799999, -12.5087578549999,
-12.5087617299999, -12.5087832299999, -12.508882856, -12.5089082299999,
-12.5089999799999, -12.5091249799999, -12.509193355, -12.5092519799999,
-12.5092773549999, -12.5092773549999, -12.509205105, -12.50909573,
-12.509121105, -12.509183605, -12.5091367299999, -12.5090997299999,
-12.5090918549998, -12.5091444799999, -12.509181605, -12.5091874809999,
-12.509142605, -12.509142605, -12.50908598, -12.5089609799999,
-12.508830105, -12.5086601049998, -12.5084961049998, -12.5084317309999,
-12.508361355, -12.5081288549998, -12.5080332299999, -12.5079199799999,
-12.5078554809999, -12.507775356, -12.5077597299999, -12.5076856049998,
-12.5075859799999, -12.5073437299999, -12.5072538549998,
-12.507121105, -12.5070488549999, -12.506943355, -12.506839855,
-12.5067676049999, -12.5066659799999, -12.5065624799999,
-12.5062617299999, -12.5061172309999, -12.5059003549998,
-12.5057929799999, -12.5056972299999, -12.5056406059999,
-12.5055976049998, -12.505503855, -12.50544923, -12.505349606,
-12.5051484799999, -12.5050703549999, -12.5048398549998,
-12.5045371049998, -12.504347606, -12.5043222299999, -12.504445355,
-12.5044159809999, -12.5043554799999, -12.5041992299999,
-12.504171855, -12.5040194799999, -12.5038672299999, -12.5037597299999,
-12.5036953549999, -12.503535105, -12.5034257299999, -12.503371106,
-12.503039105, -12.5028319799999, -12.502722605, -12.5026072299999,
-12.50239848, -12.5022558549998, -12.5022089799999, -12.5022012299999,
-12.50225798, -12.502203105, -12.5020117299999, -12.5019257299999,
-12.501857355, -12.5017909799999, -12.5017871049999, -12.50183598,
-12.5019199799999, -12.5019863549999, -12.5019961049998,
-12.501892605, -12.5017871049999, -12.5017266049999, -12.5016601049998,
-12.501560605, -12.5014316049999, -12.5012439799999, -12.5011699799999,
-12.501087856, -12.501025356, -12.5008632299999, -12.500820355,
-12.5007499799999, -12.5004669809999, -12.5003398549998,
-12.5002304799999, -12.5001328549999, -12.5000527309999,
-12.4999354799999, -12.4998319799999, -12.499703105, -12.4996034799999,
-12.4995293559999, -12.4994648549998, -12.4994413549999,
-12.4994277299999, -12.499435605, -12.4994981049999, -12.4995059799999,
-12.499433605, -12.4993534799999, -12.4992519799999, -12.499142606,
-12.499025231, -12.4990252299999, -12.499005855, -12.4989336049998,
-12.498878856, -12.4988242309999, -12.4987694799999, -12.4987069799999,
-12.4986426049998, -12.4985527299999, -12.4984609809999,
-12.4983788559999, -12.4982812309999, -12.498222605, -12.4981424799999,
-12.4980897299999, -12.4979512299999, -12.4978691049999,
-12.4977968549999, -12.4978339799999, -12.4978144799999,
-12.497560606, -12.4976034799999, -12.497722606, -12.497962855,
-12.4979999809999, -12.4980663549999, -12.4980332309999,
-12.4980429809999, -12.4980117299999, -12.4980019799999,
-12.497984355, -12.497931606, -12.4978769799999, -12.497716855,
-12.4976231049999, -12.4975409799999, -12.4974159799999,
-12.4972714809999, -12.497171855, -12.4970176049999, -12.4969766049998,
-12.496785105, -12.4967089809999, -12.4967382299999, -12.4967656059999,
-12.4967558549999, -12.4967539799999, -12.4967617299999,
-12.4967578559999, -12.4967481049998, -12.496693356, -12.4966582299999,
-12.4966132299999, -12.4965839799999, -12.4965389809998,
-12.496494105, -12.4964121049999, -12.4963222309999, -12.496236355,
-12.4961562299999, -12.4960859799999, -12.4959882299999,
-12.4958769809999, -12.4956777299999, -12.4955918549998,
-12.495435605, -12.4953398549999, -12.4952382299999, -12.495109355,
-12.494945355, -12.4948437299999, -12.4947656059999, -12.4946249799999,
-12.4944628549999, -12.494394481, -12.4942226049999, -12.494087855,
-12.4940429809999, -12.4940078549999, -12.4939023549999,
-12.4938808549999, -12.4939551049999, -12.4940097299999,
-12.4940194809999, -12.4940234799999, -12.494066356, -12.4940859799999,
-12.4942128549999, -12.4943144799999, -12.4943359799999,
-12.4943359799999, -12.4944569799999, -12.4944804799999,
-12.4946034809999, -12.494660105, -12.4947637299999, -12.4948769799999,
-12.4949901059999, -12.4951249799999, -12.4952499799999,
-12.4953144799999, -12.495369105, -12.4954082309999, -12.495414105,
-12.4953731049999, -12.4953749799999, -12.4953262299999,
-12.4951502299999, -12.495164105, -12.4950722299999, -12.4950157299999,
-12.494945355, -12.4949999799999, -12.4950683549999, -12.4951172299999,
-12.495171855, -12.495226605, -12.4953124809999, -12.4954082299999,
-12.4954882299999, -12.4954882299999, -12.495445355, -12.4953828549999,
-12.4953262309999, -12.4952617299999, -12.4951016049999,
-12.494996106, -12.4949257309999, -12.494861355, -12.494816355,
-12.4947482309999, -12.4947207299999, -12.4946894809999,
-12.4945507309999, -12.494546855, -12.4944374799999, -12.494380855,
-12.494380855, -12.4943984809999, -12.494337855, -12.4942402309999,
-12.494046856, -12.4939882309999, -12.4938457299999, -12.4936816049999,
-12.493507855, -12.4935451049998, -12.4935137299999, -12.4935507299999,
-12.4935214799999, -12.4934356059999, -12.493349606, -12.493128855,
-12.4929569809998, -12.4927694799999, -12.492662105, -12.4925273549999,
-12.492421856, -12.492378855, -12.492378856, -12.492318355,
-12.4921894799999, -12.4921347299999, -12.4920234799999,
-12.4918652299999, -12.4917284799999, -12.491558605, -12.4915234799999,
-12.491566355, -12.491505855, -12.491484355, -12.4914863549999,
-12.4914668549999, -12.4914882309999, -12.4914824799999,
-12.491296855, -12.4911894799999, -12.4911172299999, -12.491003855,
-12.4909257299999, -12.4908163549999, -12.4907304799999,
-12.4906582309999, -12.4905878549999, -12.490515606, -12.4903924799999,
-12.4903183559999, -12.490224605, -12.4901152299999, -12.4900703549999,
-12.4900468559999, -12.4900507299999, -12.4900136049999,
-12.4899902299999, -12.4899374799999, -12.489890606, -12.4898203559999,
-12.4896757299999, -12.489599606, -12.4896173559999, -12.4896189799999,
-12.4895918559999, -12.4895234799999, -12.4894512299999,
-12.4893771059999, -12.489277355, -12.4892284799999, -12.4890819799999,
-12.4889374799999, -12.4887734799999, -12.4888007299999,
-12.488790981, -12.488705105, -12.4887382299999, -12.4886249799999,
-12.4885312299999, -12.488464855, -12.4883788559999, -12.4882694799999,
-12.4881739799999, -12.4881444809998, -12.4880996049999,
-12.487996105, -12.4878534799999, -12.4877909799999, -12.4877109799999,
-12.487630855, -12.4875839799999, -12.4874589799999, -12.487296855,
-12.4872304799999, -12.487158355, -12.4870332299999, -12.4869766059999,
-12.486880855, -12.4867909799999, -12.4867148549999, -12.4866992309999,
-12.4866972299999, -12.4866738549999, -12.4864784809998,
-12.4863964799999, -12.486275355, -12.486226605, -12.486169855,
-12.4860566059999, -12.485955105, -12.4858652299999, -12.4857909799999,
-12.485695355, -12.485621105, -12.485554856, -12.4855351049999,
-12.485542981, -12.4855351049999, -12.485486355, -12.4854394809998,
-12.4854159799999, -12.4853652299999, -12.4852382299999,
-12.485150355, -12.4851269799999, -12.4852109799999, -12.4851757299999,
-12.4850703559999, -12.4849669799999, -12.484841855, -12.4847909799999,
-12.4847909799999, -12.4847382299999, -12.484630855, -12.4845624799999,
-12.4844999799999, -12.4844531049999, -12.4843457299999,
-12.4842422309999, -12.4841836049999, -12.484048856, -12.4839922299999,
-12.4838632299999, -12.483703105, -12.4835214799999, -12.4834374799999,
-12.483152355, -12.4829824799999, -12.4828319799999, -12.4827128549999,
-12.482546855, -12.4824022299999, -12.482445355, -12.4826249799999,
-12.4827304799999, -12.4827753559999, -12.4827694799999,
-12.4827284799999, -12.4826249799999, -12.4825058549999,
-12.4823319799999, -12.4821738549999, -12.4820274809999,
-12.481873105, -12.4816972299999, -12.481515606, -12.4813027299999,
-12.4811308549999, -12.4810117299999, -12.480892605, -12.4808104809998,
-12.480716856, -12.4806074809999, -12.4805097299999, -12.4803887309999,
-12.4804687299999, -12.480587855, -12.480685605, -12.480747981,
-12.4807109799999, -12.4806131059999, -12.4804863549999,
-12.4802911049999, -12.4800527299999, -12.479888855, -12.4797324809999,
-12.479648605, -12.479494105, -12.479316355, -12.4791406049999,
-12.4790839799999, -12.479027355, -12.4789022299998, -12.4788867309999,
-12.478867231, -12.4788242299999, -12.478761731, -12.478724605,
-12.478734355, -12.478789105, -12.4788534799999, -12.4789238559999,
-12.4789999799999, -12.479068355, -12.4791231059999, -12.479320356,
-12.479537105, -12.4796386049999, -12.4797128549999, -12.4797382309998,
-12.4797714799999, -12.4798163559999, -12.479882856, -12.480035105,
-12.4800957309998, -12.4801503559999, -12.4801992299999,
-12.4802402299999, -12.480330105, -12.4804159799999, -12.480398355,
-12.4803554799999, -12.4803124809998, -12.4802108559999,
-12.4800763549999, -12.4800078549999, -12.4799569799999,
-12.4799766059999, -12.4799863559999, -12.4798769799999,
-12.4797637299999, -12.4796659799999, -12.4796464799999,
-12.4796816059999, -12.4797324799999, -12.479806605, -12.479888855,
-12.4798554799999, -12.479787105, -12.4797637299999, -12.4797637309999,
-12.4797481049999, -12.4797617299999, -12.479841856, -12.4799413549999,
-12.4800624799999, -12.480160105, -12.4802871049999, -12.480404356,
-12.4804902299999, -12.4805566049999, -12.480619105, -12.4806658549999,
-12.4806894799999, -12.4806757299999, -12.4806642299999,
-12.4806464809998, -12.480628856, -12.480628855, -12.480597605,
-12.4805819799999, -12.4805742299999, -12.4805606049999,
-12.4805507299999, -12.4805253559999, -12.480455106, -12.4803867299999,
-12.480349605, -12.4803106059999, -12.480240231, -12.4801562299999,
-12.4800468559999, -12.4799531049999, -12.4798361059999,
-12.4797714799999, -12.4796269799999, -12.479527355, -12.4794531049999,
-12.4793827299999, -12.4793378559999, -12.4793574799999,
-12.4794433549999, -12.4794218559999, -12.479316355, -12.4791874799999,
-12.4791288549999, -12.4790683559999, -12.4790096049999,
-12.478953105, -12.4788944809998, -12.4788731049999, -12.4788652309999,
-12.478921855, -12.478998105, -12.4790937299999, -12.4791621049999,
-12.479257855, -12.4793124799999, -12.479314481, -12.479287105,
-12.479253855, -12.4791288549999, -12.4790449809998, -12.478984356,
-12.4790234799999, -12.479093731, -12.4791582299999, -12.4791777309999,
-12.479277355, -12.4793652299999, -12.4794277299999, -12.4794531049999,
-12.4794589809999, -12.479408355, -12.4792637309999, -12.4791444809998,
-12.4790449799999, -12.4789257299999, -12.4787617299999,
-12.4786308559999, -12.478505855, -12.4784238559999, -12.4782869799998,
-12.478111355, -12.4779413549999, -12.4777714799999, -12.47763473,
-12.4775624809999, -12.4774999799999, -12.4774356049999,
-12.4772812299999, -12.4773672299999, -12.477300731, -12.4772402299999,
-12.477078105, -12.4769551049999, -12.4766563549999, -12.4765722299999,
-12.47639048, -12.4762929799999, -12.47620698, -12.4762773559999,
-12.4761113549999, -12.4759882299999, -12.4759081049999,
-12.4757343559999, -12.4755703549999, -12.475412105, -12.47515623,
-12.475056605, -12.4752187299999, -12.47515623, -12.4750234799999,
-12.474810605, -12.4748691059999, -12.474781231, -12.4745371059999,
-12.4743731049999, -12.474257855, -12.47401948, -12.4739492299999,
-12.4738672299999, -12.4738027299999, -12.47370698, -12.4736426059999,
-12.4735488549999, -12.4734062299999, -12.473468731, -12.4735273549999,
-12.4736777299998, -12.473714855, -12.4736464809999, -12.4735683549999,
-12.473421855, -12.4732968559999, -12.4732284799999, -12.4731387309998,
-12.4730644799999, -12.472871105, -12.4727246049999, -12.472623105,
-12.4725038559999, -12.472302731, -12.4722402299999, -12.4721347299999,
-12.472081981, -12.472086105, -12.472138856, -12.4721777299999,
-12.4721699799999, -12.4721464799999, -12.4720331049999,
-12.471898605, -12.4718378549999, -12.47178123, -12.4716992299999,
-12.4716503559999, -12.4715976049999, -12.471490231, -12.4713534809999,
-12.471165981, -12.4710976059999, -12.4711074809999, -12.471193355,
-12.4712753549999, -12.4713222299999, -12.4712832299999,
-12.4712637299999, -12.471261731, -12.4712753559999, -12.4713574799999,
-12.4714804799999, -12.471517605, -12.4713867309998, -12.471249981,
-12.4710663559999, -12.4708339809999, -12.47058198, -12.470392605,
-12.4702226049999, -12.470134731, -12.4699297299999, -12.469759731,
-12.4696231049999, -12.46949998, -12.469357481, -12.4691191059999,
-12.4691054799999, -12.4690507299999, -12.4691132309999,
-12.4691874799998, -12.4690976049999, -12.46893548, -12.4688124799999,
-12.468609355, -12.468328105, -12.4682089799999, -12.468197231,
-12.4681406049999, -12.4679374799999, -12.4676659799999,
-12.4674238549999, -12.4673476049999, -12.4671797299999,
-12.4671152299999, -12.46702148, -12.4667753549999, -12.4665918559999,
-12.4665996049999, -12.4665527299999, -12.4663574809998,
-12.4661054809999, -12.46593748, -12.4658808559999, -12.46593748,
-12.465880855, -12.4656874799999, -12.465515605, -12.465439481,
-12.4654591059999, -12.4655351059999, -12.4654882299998,
-12.4653378549999, -12.4652734799999, -12.4651601049999,
-12.4650488559999, -12.4648613559999, -12.4646837299999,
-12.4645351049999, -12.4644961059999, -12.46445898, -12.4643749799998,
-12.464281231, -12.4642441059999, -12.46427348, -12.46426373,
-12.4640859799999, -12.4638984799998, -12.46393948, -12.46371098,
-12.46357223, -12.4635623549999, -12.4634589799999, -12.463363231,
-12.4632538549999, -12.46311323, -12.463105481, -12.46311323,
-12.4630566059999, -12.4627031049999, -12.4624589799998,
-12.4624141049999, -12.4624023549999, -12.46228123, -12.4623944799998,
-12.4623749799999, -12.46229098, -12.4621484799999, -12.46199223,
-12.4620134799999, -12.4621034799998, -12.462160105, -12.46201948,
-12.4618711059999, -12.4617481059999, -12.461654355, -12.461673855,
-12.46164648, -12.4615527299999, -12.4612538549999, -12.460701355,
-12.4604492309999, -12.4598984799999, -12.4595799809999,
-12.459402355, -12.4593359799999, -12.4589902299999, -12.4586816049999,
-12.458353481, -12.45805073, -12.457746105, -12.4573964809999,
-12.4571034799999, -12.4568359799999, -12.4564843549999,
-12.4562968559999, -12.4560878559999, -12.45587698, -12.45588873,
-12.45585348, -12.45574798, -12.45576948, -12.4556894799999,
-12.4557246059999, -12.4556426049999, -12.4557596059998,
-12.4559941049999, -12.4561113549999, -12.4561933549999,
-12.4561113549999, -12.4559687299998, -12.45578323, -12.4556426059999,
-12.4550819799998, -12.4543692309999, -12.45384373, -12.4534922299998,
-12.4531308549999, -12.4527111049999, -12.4523359799999,
-12.4517753549999, -12.4514022299999, -12.4509687309999,
-12.45058198, -12.4499961059999, -12.44967973, -12.4495293549999,
-12.449197231, -12.4488361049999, -12.4483711059999, -12.4480253549999,
-12.447513731, -12.4470762299998, -12.4466093549999, -12.44635548,
-12.4461601049999, -12.4457381049999, -12.4454962299998,
-12.4453769799999, -12.4449551059999, -12.4445488549999,
-12.4440976049999, -12.4437068549999, -12.4434356049999,
-12.4432558559999, -12.4431054799999, -12.4431054799999,
-12.4432851049999, -12.4435723549999, -12.4438418549999,
-12.4440234799999, -12.4440078549999, -12.4436777299999,
-12.4435723549999, -12.4433613549999, -12.44330073, -12.44330073,
-12.4435723549999, -12.4439023549999, -12.444203106, -12.4445801049999,
-12.44501573, -12.4450762299998, -12.4450312299999, -12.4448203549999,
-12.4444882299999, -12.4444043559999, -12.4443828559999,
-12.4442832299999, -12.4440528549999, -12.4438516049999,
-12.44379498, -12.443919981, -12.44383973, -12.4437168559999,
-12.4435351049999, -12.44306248, -12.4427481059999, -12.4424413549999,
-12.442394481, -12.4423516049999, -12.4425547299998, -12.44280473,
-12.4431641049999, -12.4433321049999, -12.4434687299999,
-12.4435156059999, -12.4433769799998, -12.4432656049999,
-12.4432851059998, -12.44320898, -12.4428808549999, -12.4425547299998,
-12.44216998, -12.4418066049999, -12.44158398, -12.4414961059999,
-12.4414141049999, -12.441369106, -12.4414824799999, -12.4417069799999,
-12.4418886049999, -12.4420234799999, -12.44215823, -12.4423066049999,
-12.4422597299999, -12.44212498, -12.4419336049999, -12.4417637299999,
-12.4416288549999, -12.44151548, -12.4414413549999, -12.4414257299999,
-12.44133598, -12.4411659799999, -12.4409628549999, -12.4408163549999,
-12.44072848, -12.4405683549999, -12.4404413549999, -12.440308606,
-12.4400488549999, -12.4399961049999, -12.4401054799999,
-12.4400371049999, -12.4397793549999, -12.4392714799999,
-12.43862698, -12.4380293549999, -12.4378711049999, -12.4356836059999,
-12.4347694799999, -12.4332558549999, -12.4321876049999,
-12.4309141049999, -12.4298124809999, -12.4291933549999,
-12.4283652299999, -12.4278144799999, -12.4271953549999,
-12.42633398, -12.4256113549999, -12.4246816049999, -12.4244726049999,
-12.4242051049999, -12.424056606, -12.4238749809999, -12.4237266049999,
-12.42342973, -12.4231406059999, -12.422912106, -12.422609356,
-12.4223807299999, -12.422300605, -12.4222324809999, -12.4222148549999,
-12.42210548, -12.4219902299999, -12.4218691049999, -12.4216347299999,
-12.4213457299999, -12.4210742299999, -12.4208398559998,
-12.4205839799999, -12.4205098549999, -12.42038873, -12.4203027309999,
-12.4200606049999, -12.419837855, -12.4197637299999, -12.4196757299999,
-12.419566355, -12.419373105, -12.4191718549999, -12.4191308549999,
-12.4190312309999, -12.4189356049999, -12.4188301049999,
-12.418775355, -12.4186464809999, -12.4184999809999, -12.4182968549999,
-12.4181231049999, -12.41796098, -12.41781248, -12.4177558549999,
-12.417671855, -12.4176444799999, -12.41762698, -12.4175703549999,
-12.4174453549999, -12.4173556059998, -12.417249856, -12.4171718549999,
-12.4171074809999, -12.41709573, -12.417058606, -12.41853373,
-12.4194009799999, -12.4211008549999, -12.4230434799999,
-12.42443098, -12.4252636059998, -12.425528855), .Dim = c(1274L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-76.781169861, -76.781439361, -76.7816406109999,
-76.7817304859999, -76.7818222359999, -76.781767611,
-76.7816426109998, -76.781527361, -76.7814472359999,
-76.7813691109999, -76.781296861, -76.7811874859999,
-76.781097611, -76.781169861, -12.409171855, -12.409248105,
-12.4092284799999, -12.409222605, -12.409193355, -12.4090996049998,
-12.409039106, -12.4089902299999, -12.4089668559999,
-12.408998105, -12.4090429799999, -12.4090586049999,
-12.4091093549998, -12.409171855), .Dim = c(14L, 2L))),
list(structure(c(-76.7604453609999, -76.758597611, -76.7575644859999,
-76.7572283609999, -76.7569063609999, -76.7568047359999,
-76.7565273609999, -76.755406611, -76.754828486, -76.7539329859999,
-76.7533712359999, -76.753319361, -76.7533027359999,
-76.7548974859999, -76.755938236, -76.756736111, -76.7579848609999,
-76.7601357359999, -76.7611417359999, -76.7614538609999,
-76.761638486, -76.7618674859999, -76.762668111, -76.763431236,
-76.764402611, -76.7658248609999, -76.766726736, -76.767546861,
-76.7695366109999, -76.7706121109999, -76.7712364859999,
-76.771791486, -76.772207736, -76.772346611, -76.7733178609999,
-76.773666861, -76.7744626109999, -76.7759543609999,
-76.7768216109999, -76.7776541109999, -76.7784519859999,
-76.7788336109999, -76.780068361, -76.780140611, -76.7804569859999,
-76.7806444859999, -76.7807382359999, -76.7807617359999,
-76.7807713609999, -76.7808183609999, -76.780935611,
-76.7810253609999, -76.7811347359999, -76.781128861,
-76.781107361, -76.781107361, -76.7811249859999, -76.781150361,
-76.781246111, -76.7812734859999, -76.781251861, -76.7811972359999,
-76.7811387359999, -76.7810859859999, -76.7811444859999,
-76.781265611, -76.7813613609998, -76.781578111, -76.7815937359999,
-76.7815604859999, -76.7815214859999, -76.7813437359999,
-76.7812832359999, -76.781320361, -76.7813711109999,
-76.7814687359999, -76.7814707359999, -76.7814141109999,
-76.7813064859999, -76.7812187359999, -76.781117361,
-76.7810292359999, -76.7809062359999, -76.7808514859999,
-76.780824361, -76.7808867359999, -76.780755861, -76.7807167359999,
-76.780695361, -76.7807968609999, -76.7807636109999,
-76.780681611, -76.780933611, -76.7810292359999, -76.781136736,
-76.781136736, -76.781064611, -76.780912111, -76.7808339859999,
-76.780703111, -76.7806347359999, -76.7807636109999,
-76.780847611, -76.780962861, -76.7810547359999, -76.781152361,
-76.7812304859999, -76.7813319859999, -76.7813944859999,
-76.781486361, -76.781535111, -76.781515611, -76.7814354859999,
-76.781203111, -76.7810801109998, -76.7808339859999,
-76.7807832359999, -76.7809472359999, -76.7811679859999,
-76.7812187359999, -76.781179736, -76.781191361, -76.781236361,
-76.7812714859999, -76.7814354859999, -76.7814784859999,
-76.7815937359999, -76.7815429859999, -76.781566361,
-76.7815624859999, -76.7815624859999, -76.7815761109999,
-76.781566361, -76.7813769859999, -76.7813339859999,
-76.7812304859999, -76.781142611, -76.7810742359999,
-76.780953111, -76.7808613609999, -76.7808613609999,
-76.7808281109999, -76.780748111, -76.780652361, -76.7805176109998,
-76.780306611, -76.780193361, -76.7800644859999, -76.7799804859999,
-76.7798417359999, -76.7797617359999, -76.779642611,
-76.7797069859999, -76.7800176109999, -76.7801347359999,
-76.7802402359999, -76.7801797359999, -76.780076111,
-76.7799512359999, -76.7797714859999, -76.7798417359999,
-76.7798124859999, -76.7794804859999, -76.7794687359999,
-76.7793417359999, -76.7791308609999, -76.778888611,
-76.778705111, -76.7783262359999, -76.778089861, -76.7778592359999,
-76.7777031109999, -76.777505861, -76.777369111, -76.777341861,
-76.7771777359999, -76.7770742359999, -76.7771777359999,
-76.7772051109999, -76.7770937359999, -76.777035111,
-76.7770409859999, -76.7771464859999, -76.7771777359999,
-76.7771679859999, -76.7770547359999, -76.7769082359999,
-76.7767734859999, -76.7767694859999, -76.7768242359999,
-76.776818361, -76.776681611, -76.7765527359999, -76.776402361,
-76.7763731109999, -76.7763437359999, -76.7762929859999,
-76.7760839859999, -76.7760136109999, -76.7759902359999,
-76.7760624859999, -76.776214861, -76.7763731109999,
-76.7764667359999, -76.776402361, -76.776265611, -76.776214861,
-76.776265611, -76.776472611, -76.7767479859999, -76.776919861,
-76.7770644859999, -76.777099611, -76.7770567359999,
-76.7770859859999, -76.7769764859999, -76.7768554859999,
-76.7767597359999, -76.776681611, -76.7766017359999,
-76.7764922359999, -76.7764142359999, -76.7763516109999,
-76.7762636109999, -76.776222611, -76.776140611, -76.776087861,
-76.775904361, -76.7758418609999, -76.7757851109999,
-76.7757558609999, -76.7757226109999, -76.7756854859999,
-76.7757187359999, -76.7757793609998, -76.775847611,
-76.775960861, -76.776041111, -76.7761152359999, -76.776160111,
-76.7761699859999, -76.776140611, -76.7762949859999,
-76.776410111, -76.7769354859999, -76.7771054859999,
-76.7771912359999, -76.777412111, -76.777670111, -76.7779082359999,
-76.7780234859999, -76.7781269859999, -76.778328111,
-76.778453111, -76.7784902359999, -76.778662111, -76.7788457359999,
-76.778996111, -76.7790223659999, -76.7790791829999,
-76.7791339329999, -76.7790624919999, -76.7789941199999,
-76.778949064, -76.7787109329999, -76.7785071429999,
-76.7783190059999, -76.778139236, -76.7778887119998,
-76.7776399079999, -76.7768300399999, -76.7767337329999,
-76.7766702019999, -76.7765974809999, -76.776667956,
-76.7762121929999, -76.7762095739999, -76.7761908229999,
-76.7761287299999, -76.7761269859999, -76.7760327119999,
-76.775919871, -76.7749667359999, -76.7746542359999,
-76.7748027359999, -76.7749589859999, -76.774712861,
-76.7707988609999, -76.7667069859999, -76.7651874859999,
-76.7604453609999, -12.3968183559999, -12.3985449799999,
-12.3996972299999, -12.4002499799999, -12.4014687299999,
-12.4017871049998, -12.4099512299999, -12.4164896049999,
-12.4198623549999, -12.4251193549999, -12.4283832299999,
-12.4286848549999, -12.4289003549999, -12.4280041059999,
-12.4263737299999, -12.42460448, -12.4238759799999, -12.4231822299999,
-12.4223496049999, -12.421482355, -12.4208672299999,
-12.4200938549999, -12.41922748, -12.4191928549999, -12.41943573,
-12.4201294799999, -12.42058048, -12.420644355, -12.4207538549999,
-12.4208926049999, -12.4216211049999, -12.4226271059999,
-12.42401473, -12.4253331049999, -12.4256452309999, -12.425528855,
-12.4252636059998, -12.42443098, -12.4230434799999, -12.4211008549999,
-12.4194009799999, -12.41853373, -12.417058606, -12.416972605,
-12.4169257299999, -12.4168808549999, -12.416796855,
-12.41667573, -12.416462856, -12.416419855, -12.4163964799999,
-12.416373106, -12.4163124799999, -12.4161621049998,
-12.4160742299999, -12.41598248, -12.4158516049999, -12.41573248,
-12.4155898559999, -12.4154882299999, -12.4153457309999,
-12.4152343549999, -12.4151444799999, -12.4150234799999,
-12.4149531059999, -12.4150097309999, -12.41504098, -12.4149707299999,
-12.4149003549999, -12.41480473, -12.4147519809999, -12.414753855,
-12.4146874799999, -12.414570355, -12.414587855, -12.414568355,
-12.4144766049999, -12.4143457299999, -12.4140312309999,
-12.4138476049998, -12.4137402299999, -12.4137187299999,
-12.413691356, -12.413671855, -12.4136172299999, -12.4135156049999,
-12.4133242309999, -12.4132636049998, -12.413181605,
-12.4131562299999, -12.413029356, -12.412923856, -12.4124003549999,
-12.4124453549999, -12.4123944799999, -12.4122578549998,
-12.4121484809999, -12.4119314799999, -12.411830105,
-12.411722605, -12.4115742299999, -12.4116093549998,
-12.411693355, -12.411810606, -12.4118691049998, -12.4118262299999,
-12.411757855, -12.411789105, -12.411798855, -12.411798855,
-12.4116896049999, -12.4116172299999, -12.4115742299999,
-12.411494105, -12.4114374799999, -12.4113593549998,
-12.4112538549999, -12.4112988549999, -12.4113301049999,
-12.411191356, -12.4110234799999, -12.4109158549999,
-12.4107793549999, -12.410693355, -12.4105606049999,
-12.4104726049998, -12.410351605, -12.4102089799999,
-12.410091855, -12.4099374799999, -12.4098729799999,
-12.4098007299999, -12.4096777299999, -12.409503855,
-12.4094609809999, -12.4093711049999, -12.4093574799999,
-12.4093554799999, -12.4094687299999, -12.4095819799999,
-12.4097324799999, -12.4099004799999, -12.410101605,
-12.4102481049999, -12.41035748, -12.4104999799999, -12.4105293549999,
-12.410445355, -12.410371105, -12.4102736049999, -12.4102284799999,
-12.4102676049998, -12.410349605, -12.4105722309999,
-12.410693355, -12.410869105, -12.4110448549999, -12.411171856,
-12.4112597299999, -12.4111972299999, -12.4113593559999,
-12.4114336059999, -12.411689606, -12.4118007299999,
-12.41179498, -12.411880856, -12.4119199799999, -12.4118867299999,
-12.411808605, -12.4117499799999, -12.4116249799999,
-12.411474605, -12.4111544799999, -12.410943355, -12.41086723,
-12.410728605, -12.4105762309999, -12.410400355, -12.41030273,
-12.4101777299999, -12.4100273559999, -12.4099023549999,
-12.4097382309999, -12.409548855, -12.4093457299999,
-12.409306606, -12.4093711049999, -12.4094218549999,
-12.4093516049999, -12.409150355, -12.408962855, -12.4088318559999,
-12.4086679799999, -12.4085449799999, -12.408371105,
-12.4082637299999, -12.4081913549998, -12.4081913549998,
-12.4080548549999, -12.4078887299999, -12.4076249799999,
-12.4074433549998, -12.40724223, -12.4071269809999, -12.4070742299999,
-12.4069687299999, -12.4068672299999, -12.4067519809999,
-12.4067382299999, -12.4066661049999, -12.4064999809999,
-12.4063066049999, -12.4061972299999, -12.4060898549999,
-12.405880855, -12.4057499809999, -12.4057812299999,
-12.40585748, -12.405921855, -12.405943355, -12.405871105,
-12.4058574809999, -12.405878855, -12.405816355, -12.405609355,
-12.4054784799999, -12.405404355, -12.405318355, -12.4052772299999,
-12.4051836049998, -12.4050312299999, -12.4047929809999,
-12.4044999799999, -12.4043574799999, -12.4041484809999,
-12.403996105, -12.4038359799999, -12.4037871049998,
-12.4037832299999, -12.4037499809999, -12.403650355,
-12.403466855, -12.403087855, -12.4027441059999, -12.4016464799999,
-12.4012734799999, -12.4010156049999, -12.4006816049999,
-12.400404355, -12.4002246059999, -12.4001659799999,
-12.399984355, -12.3998613549998, -12.3999082299999,
-12.4001288549999, -12.400337855, -12.4005194799999,
-12.4006524809999, -12.4005875799999, -12.4004471329999,
-12.3997040389999, -12.399170737, -12.39868168, -12.398648739,
-12.3984746369999, -12.398542485, -12.3985842039999,
-12.398634108, -12.398668717, -12.398789762, -12.398042732,
-12.397953897, -12.3979579589999, -12.3980258169999,
-12.3981941219999, -12.3983870189999, -12.3983819119999,
-12.3983453439999, -12.3982242559999, -12.398220855,
-12.397994699, -12.397723997, -12.3954374799999, -12.3944707299999,
-12.3938613559999, -12.3931269799999, -12.3925624799999,
-12.387238355, -12.3909413549999, -12.392433605, -12.3968183559999
), .Dim = c(291L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-77.0074531109999,
-77.0078066109999, -77.009697236, -77.0108711109999, -77.0119238609999,
-77.0121738609999, -77.012960987, -77.012997986, -77.0120253609999,
-77.0114803609999, -77.0096601109999, -77.0096308609999,
-77.0082167369999, -77.0079297359999, -77.007812486, -77.007472736,
-77.0074961109999, -77.0074961109999, -77.0068829859999,
-77.006167986, -77.005681736, -77.0052323609999, -77.0045918609999,
-77.0034354859999, -77.002292986, -77.0017714859999, -77.0020292359999,
-77.001617236, -77.0009551109999, -77.000333986, -76.999935737,
-76.9997578609999, -76.999506611, -76.999353361, -76.998985362,
-76.998153111, -76.9981277359999, -76.9977266109999, -76.9971093609999,
-76.996003862, -76.995515611, -76.994742236, -76.9937226109998,
-76.992460986, -76.991630861, -76.9913007359999, -76.9905663609999,
-76.989831986, -76.9893417359999, -76.988600736, -76.9880319859999,
-76.987100361, -76.986647736, -76.986531737, -76.9864902369999,
-76.9864442359999, -76.9863987379999, -76.9862373609999,
-76.985941542, -76.984426986, -76.983966236, -76.983255986,
-76.9824902359999, -76.981158486, -76.9809587359999, -76.9810429859999,
-76.9810819859999, -76.981087862, -76.981056611, -76.9811113609999,
-76.9811816109998, -76.981556611, -76.982097611, -76.9825449859999,
-76.982626986, -76.9826582369999, -76.982757862, -76.983101612,
-76.983234361, -76.9826757359999, -76.9823787359999, -76.9820176109998,
-76.981656361, -76.9830527359999, -76.9825273609999, -76.982328111,
-76.981480486, -76.980267611, -76.9796992369999, -76.979357361,
-76.9793437369999, -76.979306611, -76.9791034859999, -76.978851611,
-76.9782832359999, -76.977587861, -76.977068361, -76.976707862,
-76.976541362, -76.975642861, -76.9743666109999, -76.972912736,
-76.9747402369999, -76.9760379859999, -76.9767832359999,
-76.9771582369999, -76.975754861, -76.974268361, -76.9723028609998,
-76.9726249859999, -76.9734492359999, -76.973886737, -76.9742617369999,
-76.9743534859999, -76.9748417359999, -76.975669861, -76.9759042359999,
-76.9762207359999, -76.977195362, -76.977306611, -76.9773887359999,
-76.977587861, -76.9777558609998, -76.9780898619999, -76.9783613609998,
-76.978849736, -76.979119112, -76.979566361, -76.9804687359999,
-76.980939486, -76.9813867359999, -76.9817266109999, -76.9819941109999,
-76.982152361, -76.982583986, -76.983199236, -76.984455111,
-76.984945361, -76.9853182359999, -76.9855781109999, -76.986306736,
-76.9864297359999, -76.9869297359999, -76.9871854859999,
-76.9873223609999, -76.987539111, -76.987785112, -76.9879394869999,
-76.988003861, -76.9881659869999, -76.988232237, -76.988330111,
-76.9886659859999, -76.9891542359999, -76.989337862, -76.989451236,
-76.989539236, -76.989595736, -76.9896543609999, -76.9898144859999,
-76.9899569859999, -76.9900957359999, -76.990226611, -76.9903047359999,
-76.9903788619999, -76.990484361, -76.990611362, -76.9907109869999,
-76.9909492359999, -76.9911152359999, -76.991173862, -76.991328111,
-76.9913964859999, -76.991464736, -76.9915604859999, -76.991626986,
-76.991695361, -76.9918027369999, -76.9919197359999, -76.9919804859999,
-76.9920683609999, -76.9922012369999, -76.992255861, -76.9923007359999,
-76.9924002359999, -76.9924882359999, -76.9926269859999,
-76.992675736, -76.9931229869999, -76.993294987, -76.993490236,
-76.9936347359999, -76.993759736, -76.993933611, -76.994050736,
-76.9943613609999, -76.9944999869999, -76.994683611, -76.9947597359999,
-76.9948144859999, -76.9948731109999, -76.994927736, -76.994992236,
-76.9950878609999, -76.9951503609998, -76.995210987, -76.9952596109998,
-76.995314486, -76.9953867359999, -76.9954668609999, -76.995527362,
-76.9955839869999, -76.9956621109999, -76.995747986, -76.995826111,
-76.9959082369999, -76.995999986, -76.996087986, -76.9961601109999,
-76.996269486, -76.996331986, -76.996392611, -76.9965154859999,
-76.996589862, -76.996646486, -76.996732362, -76.9968087369999,
-76.996872986, -76.9969569859999, -76.9970683609999, -76.997122986,
-76.997216862, -76.9973047369999, -76.9974003609998, -76.9974764859999,
-76.997539111, -76.9975819859999, -76.9976523619998, -76.997751986,
-76.9978144869999, -76.9979062359999, -76.997984486, -76.9980176109999,
-76.9980646109999, -76.998123111, -76.9981894859999, -76.9983534859999,
-76.9984336109999, -76.998509736, -76.9985683609999, -76.9986543609999,
-76.9987226119999, -76.9987988609999, -76.9988749869999,
-76.9989257369999, -76.9989941109999, -76.9990547369999,
-76.999148486, -76.999240362, -76.9993183609999, -76.9993691109999,
-76.9994257369999, -76.9995097359999, -76.9995801109999,
-76.999660111, -76.999726612, -76.9997968609999, -76.9998984869999,
-76.9999687369999, -77.0000391109999, -77.0001132359999,
-77.000187486, -77.0003261109999, -77.0003984859999, -77.0004453609999,
-77.000499987, -77.000566361, -77.0006679859999, -77.0007968609999,
-77.000867236, -77.0009179859999, -77.000978362, -77.001056612,
-77.001146486, -77.0012323609999, -77.0013027369999, -77.001347611,
-77.001460986, -77.001560486, -77.0016308609999, -77.001714862,
-77.0017891109999, -77.001865236, -77.0019412359999, -77.0020234869999,
-77.0020859859999, -77.0021406109999, -77.002265611, -77.0023163609999,
-77.0023867359999, -77.0024628609999, -77.002552736, -77.0026191109999,
-77.0026797359999, -77.002751986, -77.0028223609999, -77.0028944859999,
-77.002956862, -77.003013611, -77.0030918609999, -77.003261736,
-77.003312486, -77.003369111, -77.0034453609999, -77.003593736,
-77.0036523609999, -77.0037031109999, -77.0037322369999,
-77.0037676109999, -77.003824236, -77.0039374869999, -77.004017612,
-77.0040878609999, -77.004148486, -77.0042127369999, -77.0042654869999,
-77.004318487, -77.0043691119999, -77.0044529859999, -77.0045761109999,
-77.0046621109999, -77.004742236, -77.0048104859999, -77.0048867359999,
-77.0049511109999, -77.0050078609999, -77.005062486, -77.0051211109999,
-77.0051874869999, -77.005253986, -77.0053417359999, -77.0054297359999,
-77.0054981109999, -77.005550736, -77.0056016109999, -77.0056874859999,
-77.005773486, -77.0058749869999, -77.0059569859999, -77.0060391119999,
-77.0061092359999, -77.0062343609999, -77.006314486, -77.0063711109999,
-77.006439486, -77.006492236, -77.006548862, -77.006624986,
-77.006689486, -77.0067656109999, -77.0068496109999, -77.0069531109999,
-77.0070273609999, -77.007089862, -77.007146486, -77.007203112,
-77.007251986, -77.0072988609999, -77.0074218609999, -77.007511736,
-77.0075819859999, -77.0076347359999, -77.007706986, -77.0077871109999,
-77.0079551109999, -77.0080078619999, -77.008062486, -77.0081308609999,
-77.0081894859999, -77.0082422369999, -77.008312486, -77.008429736,
-77.0085234859999, -77.0085898609999, -77.008658237, -77.008777362,
-77.008845736, -77.008964862, -77.0090859869999, -77.009148486,
-77.0092031109999, -77.0092694859999, -77.0093788609999,
-77.0095273609999, -77.0095917359999, -77.0096426109999,
-77.009730486, -77.009800736, -77.0098964869999, -77.009960986,
-77.010023486, -77.010109362, -77.0101836109999, -77.010261736,
-77.010374986, -77.0104511119999, -77.010519361, -77.0106426109999,
-77.0107226109999, -77.010783236, -77.010843736, -77.010900362,
-77.0109766109999, -77.0110371109999, -77.0110996109999,
-77.011179736, -77.0112734859999, -77.011386737, -77.011468736,
-77.0115663609999, -77.0116308609999, -77.011687486, -77.011751986,
-77.011828236, -77.0118809859999, -77.011968736, -77.012058612,
-77.0122051109999, -77.0122578619999, -77.0123281109999,
-77.012398487, -77.012533236, -77.0126444869999, -77.012769486,
-77.0128847369999, -77.0129687359999, -77.0130448609999,
-77.013095736, -77.013148487, -77.0132363609999, -77.0133259859999,
-77.013419861, -77.0134804859999, -77.0135488619999, -77.013626986,
-77.013730487, -77.0137773609999, -77.0138261109999, -77.014011736,
-77.014113236, -77.0142148609999, -77.014271487, -77.0143183609999,
-77.014363236, -77.0144159869999, -77.014470736, -77.0146269859999,
-77.014699236, -77.014767486, -77.014812486, -77.0148788609999,
-77.014954987, -77.0150391109999, -77.0151016109999, -77.0151641109999,
-77.0152109859999, -77.015279237, -77.015374986, -77.0154394859999,
-77.0155176109999, -77.015615236, -77.0156738619999, -77.0157694869999,
-77.015894486, -77.0159726109999, -77.0160351109999, -77.0161211119999,
-77.016230486, -77.0163339869999, -77.016425612, -77.016501987,
-77.0165742359999, -77.0166953609999, -77.016812487, -77.0168769859999,
-77.0169356119999, -77.017001986, -77.017068362, -77.0171152359999,
-77.0171621109999, -77.017279236, -77.0173613609999, -77.0174374859999,
-77.0175488609999, -77.017650362, -77.017706986, -77.017831986,
-77.0179374859999, -77.0180391119999, -77.018117236, -77.0181836109999,
-77.0182578609999, -77.0183691109999, -77.0184628609999,
-77.018591737, -77.018675736, -77.0187382359999, -77.0188066119999,
-77.018896486, -77.0189648609999, -77.0190273609999, -77.0191152359999,
-77.0192051109999, -77.019259736, -77.019343737, -77.0194511109999,
-77.0195176119999, -77.019574236, -77.0196797359999, -77.019765486,
-77.019857486, -77.0199258609999, -77.0199823619999, -77.0200468609999,
-77.0200996109999, -77.020156237, -77.020245987, -77.020322236,
-77.0203828609999, -77.0204667359999, -77.020564486, -77.0206466119999,
-77.0207246109999, -77.0207988609999, -77.0209238609999,
-77.0209863609999, -77.0210351109999, -77.0210859859999,
-77.0211328609999, -77.021238236, -77.0213886109999, -77.0215078609999,
-77.0215703619999, -77.021664111, -77.0217538609999, -77.0218516109999,
-77.0219316109999, -77.0219863609999, -77.022040986, -77.0221152359999,
-77.0221718609999, -77.022247986, -77.0223203609999, -77.022382986,
-77.0224687369999, -77.022583986, -77.0226854859999, -77.0227753619999,
-77.0228378609999, -77.0229999859999, -77.023072236, -77.0231406109999,
-77.0231836109999, -77.0233086109999, -77.0233613609999,
-77.0234316109999, -77.023492236, -77.0235391109999, -77.023665986,
-77.0237733609999, -77.023880736, -77.023966736, -77.024042986,
-77.0241249859999, -77.024197236, -77.024279236, -77.0243378609999,
-77.0244023609999, -77.024488236, -77.0245898609999, -77.0246679859999,
-77.0247246109999, -77.0248203609999, -77.024886736, -77.0249648609999,
-77.025056736, -77.0251288619999, -77.025199237, -77.0252656119999,
-77.025374986, -77.0255976109999, -77.0256836109999, -77.0257382359999,
-77.0257791109999, -77.0258301109999, -77.025915986, -77.0260351109999,
-77.026121111, -77.0261953609999, -77.026269486, -77.0263867359999,
-77.026497987, -77.0265996119999, -77.0266641109999, -77.0267128619999,
-77.0267578619999, -77.0268516119999, -77.0269746109999,
-77.027083986, -77.0271523609999, -77.0273398619999, -77.0274492359998,
-77.027523486, -77.0275781119999, -77.0276621109999, -77.0278496109999,
-77.0280137359999, -77.028154361, -77.028371111, -77.028470736,
-77.0285156119999, -77.028669986, -77.0288124859998, -77.0289511109999,
-77.0290703609999, -77.029228487, -77.0293378609999, -77.0294159859999,
-77.029476611, -77.0296347359998, -77.0298163609999, -77.0300818609999,
-77.030324236, -77.030367237, -77.0306426119999, -77.0307851109999,
-77.0308417369999, -77.0310351109999, -77.031228486, -77.0313867359998,
-77.031583986, -77.0318163609999, -77.0319767359999, -77.0322382369999,
-77.032552736, -77.0326426119999, -77.0327753609999, -77.032865236,
-77.033148486, -77.033218736, -77.0332988609999, -77.0333516109999,
-77.033363236, -77.0333828619999, -77.033439486, -77.0334863619999,
-77.033523486, -77.0335781109999, -77.0336249859999, -77.0337012359998,
-77.033747987, -77.033763736, -77.0338398609999, -77.0339552359999,
-77.0340273609999, -77.0340897359999, -77.034052736, -77.0339843619999,
-77.033968737, -77.034023486, -77.0340761109999, -77.0341328619999,
-77.0341562359998, -77.034238236, -77.0343086109999, -77.034376986,
-77.0344609859999, -77.034581987, -77.0347031109999, -77.0347323619999,
-77.0347069859999, -77.0346288619999, -77.034583986, -77.0345878619999,
-77.0346386109999, -77.0347422359999, -77.0347636109999,
-77.034800736, -77.034874986, -77.0349356109999, -77.0350019859999,
-77.035070361, -77.035111361, -77.035081987, -77.0350763609999,
-77.0350332359999, -77.035121111, -77.0351698609999, -77.0352363609999,
-77.035263861, -77.0353457359998, -77.0354336109999, -77.0355488609999,
-77.0355624859998, -77.0355097359999, -77.0354628619999,
-77.0354198619999, -77.035361361, -77.035351611, -77.035372862,
-77.0354336109999, -77.0355214859999, -77.0356114859999,
-77.0356698609999, -77.035705111, -77.035761736, -77.0358359859999,
-77.035937487, -77.036031237, -77.036134736, -77.0362441109999,
-77.0363106119999, -77.0363573609999, -77.0364609859999,
-77.036552737, -77.0366953619999, -77.0367988619999, -77.0369062359999,
-77.0369668609999, -77.037021486, -77.037064486, -77.037103486,
-77.037124987, -77.0372031109999, -77.037247986, -77.037306611,
-77.0374101109999, -77.037470737, -77.0375332359999, -77.037648486,
-77.037730486, -77.037843736, -77.0378829859999, -77.0378926119999,
-77.0378829859999, -77.0378769859998, -77.0378124869999,
-77.0377636119999, -77.037687487, -77.0375976109999, -77.0375449859999,
-77.0374589859999, -77.037396486, -77.0373574859998, -77.037371111,
-77.0374628619999, -77.037593736, -77.037689486, -77.0377753609999,
-77.0378242359999, -77.037874986, -77.037958986, -77.0380156109999,
-77.0380078609999, -77.0380214859999, -77.037988237, -77.037955111,
-77.037908236, -77.0378222369999, -77.0377891109999, -77.0377597359999,
-77.037708987, -77.0376601109999, -77.0375996119999, -77.0374882359998,
-77.0374218619999, -77.037341737, -77.0372696109999, -77.037197237,
-77.0371406109999, -77.037070361, -77.0369687359998, -77.0368906119999,
-77.036804736, -77.036759736, -77.036712861, -77.0366641109999,
-77.0366503609999, -77.0366777369999, -77.0366777359999,
-77.0366249859999, -77.036552737, -77.0364686109999, -77.0363554859999,
-77.036261736, -77.036195361, -77.0362128609999, -77.0362773609999,
-77.0363632359998, -77.0364277359998, -77.0364414859999,
-77.0364238609999, -77.0363847359998, -77.036324236, -77.0362539859998,
-77.036171861, -77.0360408619999, -77.035904236, -77.035794986,
-77.035705111, -77.0356523619999, -77.035593736, -77.0355409859998,
-77.0354766109999, -77.035435486, -77.035423861, -77.0353728609999,
-77.0352891119999, -77.0352167359998, -77.0351718609999,
-77.035111361, -77.035056611, -77.0349413619999, -77.034873111,
-77.0347011109999, -77.034617237, -77.034572237, -77.034460987,
-77.034468736, -77.034494111, -77.034494111, -77.034466736,
-77.034410236, -77.034343736, -77.0342207359998, -77.0341543609999,
-77.0341601109999, -77.0343066109999, -77.0344141119999,
-77.034410236, -77.034314486, -77.034224611, -77.034167987,
-77.0341406109999, -77.034115361, -77.034064487, -77.0340996119999,
-77.0341582359999, -77.0341933619999, -77.034292986, -77.0343613619999,
-77.034478486, -77.034650486, -77.034800736, -77.0349551109999,
-77.035093736, -77.0351933609999, -77.035337861, -77.0354843609999,
-77.0356054859998, -77.035705111, -77.035740236, -77.0358749869999,
-77.0359941119999, -77.0360408609999, -77.036156236, -77.0362636119999,
-77.036490236, -77.036527361, -77.0368146119999, -77.0369961119999,
-77.037080111, -77.037398486, -77.037654236, -77.0378047359999,
-77.037927736, -77.0381816119999, -77.038435486, -77.0385722359999,
-77.038697236, -77.0388398609999, -77.038947236, -77.039015611,
-77.0390781109999, -77.039117237, -77.0391288619999, -77.0392089859999,
-77.039279237, -77.039331986, -77.039373111, -77.039472611,
-77.039546861, -77.039634736, -77.0397051119999, -77.0397246109999,
-77.0397051119999, -77.039664111, -77.039611361, -77.0397051109999,
-77.039787111, -77.0398359869999, -77.0398341109999, -77.0398027369999,
-77.0398047359999, -77.0398124869999, -77.039769486, -77.039677736,
-77.039620987, -77.0395234859999, -77.0394413609999, -77.039380737,
-77.0394003609999, -77.0394023609999, -77.039382861, -77.039333987,
-77.039290986, -77.0392422369999, -77.0391836119999, -77.0391562359999,
-77.039140486, -77.0390663619999, -77.039015611, -77.0389511119999,
-77.0388417359999, -77.0387422359998, -77.038705111, -77.038658361,
-77.0386328619999, -77.0386269859999, -77.038595737, -77.038501986,
-77.038456986, -77.038455111, -77.038478486, -77.038511736,
-77.0385683609999, -77.0386288609999, -77.0387324859999,
-77.0387657359999, -77.038779237, -77.038794987, -77.038824236,
-77.0389179859999, -77.0389433619999, -77.0390136119999,
-77.039123111, -77.039290987, -77.039386736, -77.0394257359999,
-77.0394551109999, -77.0394628619999, -77.039466736, -77.039503861,
-77.039519487, -77.039519486, -77.0395019859999, -77.0394218609999,
-77.039355486, -77.039314487, -77.0392948609999, -77.0392578619999,
-77.0391894859999, -77.039095736, -77.038999987, -77.0389472369999,
-77.0388788609999, -77.038824236, -77.038779237, -77.038761736,
-77.0387753609999, -77.0387891119999, -77.0388301109999,
-77.0388828619999, -77.0389159859998, -77.0389238609999,
-77.0388808609999, -77.038794986, -77.038771487, -77.038794987,
-77.038822237, -77.0388906109999, -77.038956986, -77.038968736,
-77.038988236, -77.039011736, -77.0391328609999, -77.0391404869999,
-77.0391797359999, -77.039193486, -77.0391777359999, -77.0391836109999,
-77.039234361, -77.039324236, -77.0393788609999, -77.0394003609999,
-77.039472611, -77.0395429859998, -77.039550737, -77.0394999859998,
-77.039466736, -77.0394413609999, -77.0394003609999, -77.0393476109999,
-77.0392948619999, -77.039267611, -77.039224611, -77.0391679859999,
-77.039103486, -77.0390234859998, -77.038812486, -77.0386053619999,
-77.0384823619999, -77.0382871109999, -77.0381152359998,
-77.0379628609999, -77.037822236, -77.037632861, -77.0374336119999,
-77.0372441109999, -77.0369766119999, -77.0367988619999,
-77.0366913619999, -77.036425736, -77.0363417359998, -77.036248111,
-77.0362109859998, -77.036042986, -77.035792987, -77.0357031119999,
-77.0355839859998, -77.035406237, -77.0353184859999, -77.0352383609999,
-77.0350782369998, -77.0350507369999, -77.0349531109999,
-77.034898486, -77.034787111, -77.034558611, -77.0344373609999,
-77.034289111, -77.0341641109999, -77.033937486, -77.0338476119999,
-77.033812486, -77.033738236, -77.0336601109999, -77.033640611,
-77.0336387359999, -77.0336249859999, -77.033607361, -77.033492236,
-77.033466736, -77.033468736, -77.0335722359998, -77.0336152359998,
-77.033689486, -77.033693361, -77.0337773619999, -77.0338691109999,
-77.0340079859999, -77.0341601119999, -77.034226611, -77.0342871109999,
-77.0343398609999, -77.0343711119999, -77.0344824859999,
-77.0345136119999, -77.034622986, -77.035046861, -77.035189486,
-77.034851611, -77.034894487, -77.0349356119999, -77.0350078609999,
-77.035025236, -77.0351113619999, -77.0351406119999, -77.0352676109999,
-77.0353906119999, -77.035480486, -77.0355683609999, -77.035640611,
-77.0357148619999, -77.0357538609999, -77.0357989859999,
-77.0358457359999, -77.0358984859999, -77.035988237, -77.0360683609999,
-77.036126987, -77.036248111, -77.036304736, -77.0363788619999,
-77.0363808609999, -77.0363691109999, -77.0363788609999,
-77.036425736, -77.0364726109999, -77.036431611, -77.0363749859999,
-77.0363183609999, -77.036216736, -77.0361836119999, -77.036177736,
-77.036224611, -77.036261736, -77.036324237, -77.0363769859999,
-77.0364297359999, -77.036462861, -77.0365137359998, -77.0365586109999,
-77.0366191109999, -77.0366913619999, -77.036749987, -77.0368066109999,
-77.0369023619999, -77.0368378609999, -77.036781236, -77.036736361,
-77.036789111, -77.0368476109999, -77.0369491109999, -77.036999986,
-77.037062486, -77.037101611, -77.037068361, -77.037126986,
-77.0372031109999, -77.0372734859999, -77.037333986, -77.0373926119999,
-77.037439486, -77.037417986, -77.037398487, -77.0373574859998,
-77.037402487, -77.0374589859999, -77.037536986, -77.037615236,
-77.037677736, -77.0376913619999, -77.0376953619999, -77.0377246109999,
-77.0377792359999, -77.0378339859998, -77.037890611, -77.038103486,
-77.038144486, -77.038091736, -77.038150361, -77.0382363619999,
-77.0383359859999, -77.0383301109999, -77.038263736, -77.0381933619999,
-77.0380253609999, -77.0380058609999, -77.0381288619999,
-77.038183611, -77.038263736, -77.0383301109999, -77.038384736,
-77.038400361, -77.0383476119999, -77.0383027359999, -77.038218736,
-77.0380527359999, -77.0380078609999, -77.038052737, -77.0380624869999,
-77.0380292359998, -77.038087861, -77.0380937359998, -77.0380468619999,
-77.037988236, -77.037874987, -77.0377891109999, -77.0377128609999,
-77.037624986, -77.037529236, -77.037419987, -77.037214986,
-77.037091861, -77.0369277359999, -77.0367051109999, -77.036628736,
-77.036552737, -77.0364414859999, -77.0363476109999, -77.036273486,
-77.0362109859998, -77.0361426109999, -77.0355957359999,
-77.035460987, -77.035402361, -77.0353672369999, -77.035103486,
-77.035081986, -77.0350782359999, -77.035070361, -77.035070361,
-77.0350547359999, -77.035048861, -77.035050736, -77.035062486,
-77.035093736, -77.0360878619999, -77.0361093619999, -77.0355057369999,
-77.0345351109999, -77.034234361, -77.033644486, -77.0335156119999,
-77.033412111, -77.033312487, -77.0332753619999, -77.033228486,
-77.0331913619999, -77.033173861, -77.033142611, -77.0330741109999,
-77.033152361, -77.033111361, -77.0330176119999, -77.0329003609999,
-77.032822236, -77.0324141109999, -77.0323476119999, -77.0321642359999,
-77.032124986, -77.032040986, -77.0319492359998, -77.031843861,
-77.0317381109999, -77.0316503609999, -77.031490237, -77.0314511109999,
-77.031390486, -77.0313301109999, -77.031281236, -77.0313281109999,
-77.031435486, -77.031470736, -77.0315801109999, -77.0318086109999,
-77.031726611, -77.0313984859999, -77.031158236, -77.0310663609999,
-77.030906236, -77.0308163619999, -77.0307051119999, -77.030636737,
-77.0305097359999, -77.030439486, -77.030353487, -77.0302382359999,
-77.0301426109999, -77.030048861, -77.0299667359999, -77.029884736,
-77.029767611, -77.0297676119999, -77.0297071109999, -77.029652487,
-77.029552737, -77.0292207369999, -77.029074237, -77.028990236,
-77.0288457359999, -77.028781236, -77.028646486, -77.0285468609999,
-77.028423737, -77.0283047359999, -77.0281718619999, -77.0280429869999,
-77.0279784859999, -77.0279101119999, -77.027874986, -77.027685487,
-77.0275878609999, -77.027523486, -77.0274863619999, -77.0274356109999,
-77.0273516119999, -77.027300736, -77.0272128609999, -77.027091736,
-77.027064486, -77.027031237, -77.027007861, -77.0269746119999,
-77.0269413619999, -77.0269062359999, -77.0269121109999,
-77.0269276109999, -77.026943361, -77.0269746109999, -77.026992236,
-77.027007861, -77.027019486, -77.027019486, -77.027031237,
-77.027064487, -77.027083986, -77.0270976109999, -77.0271386109999,
-77.0271797359999, -77.0272284869999, -77.0272578619999,
-77.0272871109999, -77.0273086109999, -77.0273378609999,
-77.0273711109999, -77.0274062359998, -77.0274316109999,
-77.0274277359998, -77.0274141109999, -77.0274121119999,
-77.027427737, -77.0274492359998, -77.0275038609999, -77.027593736,
-77.027677736, -77.0270371119999, -77.026822236, -77.0267558609999,
-77.026644486, -77.026585986, -77.0264413609999, -77.0263339859999,
-77.026263736, -77.026232486, -77.026216737, -77.0262148609999,
-77.0262246119999, -77.026228486, -77.0262558619999, -77.0262988609999,
-77.0262909859999, -77.0263086109999, -77.0250273609999,
-77.0243066119999, -77.022896487, -77.0199061109999, -77.019538236,
-77.019533611, -77.0194923609999, -77.0194851109999, -77.019461736,
-77.019263612, -77.0167851109999, -77.0160351109999, -77.0074531109999,
-12.16033398, -12.16145698, -12.1612596049999, -12.162916105,
-12.1643378549999, -12.16457623, -12.16508398, -12.1651953549999,
-12.1660859799999, -12.1665957299999, -12.1677734799999,
-12.1680469799999, -12.168445355, -12.1687324799998, -12.168931605,
-12.169246105, -12.1695566049999, -12.1696757299998, -12.17032223,
-12.1710976049999, -12.171722605, -12.1724159799999, -12.173431605,
-12.1738301049999, -12.1741621049999, -12.1729003549999,
-12.1727343549999, -12.171560605, -12.1696523549999, -12.1678672299998,
-12.1677199799999, -12.1673496049999, -12.1668463549999,
-12.1666931049999, -12.1666931049999, -12.167005355, -12.167017605,
-12.1672637299999, -12.1677988549999, -12.1686348549999,
-12.16906448, -12.1696523549999, -12.1702832299999, -12.17127348,
-12.17204098, -12.1725859799999, -12.1731172299999, -12.1730977299999,
-12.1730156049999, -12.1729051049999, -12.1725418549999,
-12.1711993549999, -12.1698351049999, -12.16886198, -12.1681164799999,
-12.1678866049999, -12.1674729449998, -12.1676658549999,
-12.168047133, -12.1699992299999, -12.170356855, -12.1710228549998,
-12.171544355, -12.1718328549999, -12.1718772299999, -12.172611355,
-12.1727284799999, -12.1730663549999, -12.173714855, -12.1741659799999,
-12.174527355, -12.1749374799999, -12.1757246049999, -12.1767284799998,
-12.1771873549999, -12.1775976049999, -12.1780742299999,
-12.1787304799999, -12.179091855, -12.1811288549998, -12.1819668549998,
-12.1834609799999, -12.18524998, -12.1856444799999, -12.1875507299999,
-12.188212855, -12.187972605, -12.187630855, -12.1879863549998,
-12.1884023549999, -12.1903749799999, -12.1907167299999,
-12.1913359799999, -12.1915762299999, -12.1928769799999,
-12.1939512299999, -12.1944824799999, -12.1945713549999,
-12.1946027299999, -12.1947722299998, -12.19491648, -12.19494973,
-12.206453105, -12.2135788549999, -12.2176367299999, -12.2197148549998,
-12.2211058549999, -12.2226396049999, -12.2246836049999,
-12.2252617299998, -12.2267031049998, -12.2274179799999,
-12.22814648, -12.2282597299999, -12.2291016049999, -12.23048248,
-12.2307481049999, -12.23062498, -12.2302031049999, -12.23018948,
-12.2301814799999, -12.23004298, -12.2299277299999, -12.22979298,
-12.229597605, -12.2293887299999, -12.229275355, -12.2291718549999,
-12.2286503549998, -12.2284121049998, -12.2283281049999,
-12.22813673, -12.2280801049999, -12.228042855, -12.22781248,
-12.22764648, -12.2269668549999, -12.226775355, -12.2266718549999,
-12.2265176049999, -12.226277355, -12.2261503549998, -12.2260371049999,
-12.22592773, -12.2258183549999, -12.2257284799999, -12.2255703549999,
-12.2255332299999, -12.2255409799999, -12.2255039799999,
-12.225421855, -12.2253496049998, -12.2252753549998, -12.2250606049999,
-12.2250078549999, -12.2249531049999, -12.22489848, -12.2248788549999,
-12.2248437299999, -12.22477348, -12.22463873, -12.2245819799999,
-12.2245409799999, -12.2244863549999, -12.2244668549999,
-12.2244492299999, -12.2244121049999, -12.2243476049999,
-12.22422848, -12.2241816049998, -12.2241718549998, -12.2241172299999,
-12.2241074799999, -12.2240877299999, -12.2240527299999,
-12.2239981049999, -12.2239336049998, -12.2238867299999,
-12.2238691049998, -12.2238418549999, -12.223777355, -12.22373048,
-12.2236972299999, -12.2236621049998, -12.2236308549998,
-12.22362498, -12.2235644799999, -12.223496105, -12.2233262299999,
-12.2232069799999, -12.2231347299999, -12.22307423, -12.22305073,
-12.2229961049999, -12.222966855, -12.2228302299999, -12.2227284799999,
-12.2226659799999, -12.2226367299999, -12.222609355, -12.2225586049998,
-12.2224922299999, -12.2224628549998, -12.2224453549999,
-12.2224354799999, -12.2224159799999, -12.2223808549999,
-12.2223534799999, -12.2223007299999, -12.2222793549999,
-12.22225198, -12.2221992299999, -12.2221308549999, -12.22210748,
-12.222101605, -12.2220819799999, -12.2220606049999, -12.2220176049998,
-12.22195698, -12.2219121049999, -12.2218926049999, -12.2218847299999,
-12.2218378549999, -12.22178323, -12.221744105, -12.221755855,
-12.22176373, -12.221744105, -12.2216817299999, -12.2215624799999,
-12.2215253549999, -12.22148048, -12.221462855, -12.2214669799999,
-12.22145898, -12.22144148, -12.221400355, -12.2213359799999,
-12.2212851049999, -12.221267605, -12.2212382299999, -12.2211953549998,
-12.221150355, -12.22111323, -12.2210938549999, -12.2210839799999,
-12.2210839799999, -12.2210663549998, -12.2210194799999,
-12.220955105, -12.22091798, -12.220900355, -12.2208536049999,
-12.2207909799999, -12.2207637299999, -12.2207343549999,
-12.2207246049999, -12.2207069799999, -12.220683605, -12.220652355,
-12.220609355, -12.2205703549999, -12.2205391049999, -12.2205312299999,
-12.2205176049999, -12.2204902299999, -12.2204413549999,
-12.2203632299999, -12.22031448, -12.220285105, -12.2202832299999,
-12.220292855, -12.2202519799999, -12.2202012299999, -12.220154355,
-12.220119105, -12.220099605, -12.2200819799999, -12.22005473,
-12.2200078549999, -12.2199628549998, -12.2199238549999,
-12.2199141049999, -12.2198984799999, -12.2198632299999,
-12.2198242299999, -12.219777355, -12.2197051049999, -12.2196856049999,
-12.2196738549999, -12.2196426049999, -12.219591855, -12.219525355,
-12.2194784799999, -12.21944723, -12.2194376049999, -12.2195097299999,
-12.21949223, -12.2194023549999, -12.2193262299999, -12.219308605,
-12.219310605, -12.219289105, -12.21927348, -12.21923248,
-12.21918748, -12.2191427299999, -12.2191073549999, -12.2190703549999,
-12.2190332299999, -12.21897073, -12.21893948, -12.2189141049998,
-12.218878855, -12.2188494799999, -12.2188301049999, -12.2187929799999,
-12.21873248, -12.2186856049998, -12.21863873, -12.2186211049998,
-12.218628855, -12.218619105, -12.2185821049999, -12.2185468549998,
-12.2184726049999, -12.21841998, -12.218388605, -12.2183632299999,
-12.2183632299999, -12.2183418549999, -12.2182909799999,
-12.2182304799999, -12.2182246049999, -12.2182148549999,
-12.2182148549999, -12.2181972299999, -12.218150355, -12.218068355,
-12.2180293549999, -12.2180234799999, -12.2180273549998,
-12.2179942299999, -12.2179667299999, -12.2179257299999,
-12.21786723, -12.217847605, -12.217830105, -12.21778323,
-12.21773823, -12.2177012299999, -12.2176641049999, -12.217654355,
-12.2176347299999, -12.217601605, -12.2175722299999, -12.2175312299999,
-12.2174766049999, -12.2174433549998, -12.2174334799999,
-12.2174218549998, -12.2173964799999, -12.21735173, -12.217349605,
-12.2173222299999, -12.21726373, -12.21719723, -12.2171582299999,
-12.2171484799999, -12.2171406049998, -12.2171211049999,
-12.2170839799999, -12.217017605, -12.216984355, -12.216964855,
-12.2169453549998, -12.2169179799999, -12.2168632299999,
-12.2168182299999, -12.216798855, -12.216789105, -12.2167909799999,
-12.216767605, -12.2167519799999, -12.2166972299999, -12.2166191049999,
-12.2165779799999, -12.2165507299999, -12.216496105, -12.21643948,
-12.216400355, -12.216359355, -12.2163457299999, -12.2163104799999,
-12.2162676049999, -12.216212855, -12.21613673, -12.216128855,
-12.2161113549998, -12.2160918549999, -12.2160606049999,
-12.2160078549999, -12.2159512299999, -12.2159179799999,
-12.21587698, -12.215871105, -12.2158437299999, -12.21581248,
-12.2157441049998, -12.2156992299999, -12.2156679799999,
-12.2156582299999, -12.215632855, -12.2156132299999, -12.21558598,
-12.2155391049998, -12.2154843549998, -12.2154589799999,
-12.2154472299999, -12.2154062299999, -12.215392605, -12.215373105,
-12.2153319799999, -12.215277355, -12.2152089799999, -12.215154355,
-12.2151582299999, -12.2151619799999, -12.215134855, -12.21508023,
-12.2150312299999, -12.214994105, -12.2149784799999, -12.2148593549999,
-12.2148222299999, -12.214818355, -12.214767605, -12.2146856049999,
-12.2146582299999, -12.2146659799999, -12.2146387299999,
-12.2145547299999, -12.214529355, -12.214515605, -12.21446098,
-12.214472605, -12.2144356049998, -12.2143926049998, -12.2143534799999,
-12.2143359799999, -12.2143067299999, -12.2142694799999,
-12.214224605, -12.21418948, -12.2141444799999, -12.2141152299999,
-12.2141132299999, -12.2140937299999, -12.2140409799999,
-12.213976605, -12.2139492299999, -12.213945355, -12.213921855,
-12.213880855, -12.2138319799999, -12.2137929799999, -12.2137558549999,
-12.2137578549999, -12.213736355, -12.2137226049998, -12.213671855,
-12.21362698, -12.2135488549998, -12.2135176049999, -12.2134999799999,
-12.2134882299999, -12.2134648549999, -12.2133964799999,
-12.2133339799999, -12.21330273, -12.2132676049998, -12.2132538549999,
-12.2132109799999, -12.2131172299999, -12.213076105, -12.213066355,
-12.213066355, -12.213046855, -12.2129922299999, -12.2129472299999,
-12.2129101049998, -12.2128944799999, -12.212882855, -12.212828105,
-12.2127909799999, -12.2127578549998, -12.2126894799999,
-12.2126523549999, -12.2126426049999, -12.212632855, -12.2125859799999,
-12.2125332299999, -12.2125117299999, -12.212494105, -12.2124354799999,
-12.2123496049999, -12.212308605, -12.212289105, -12.212265605,
-12.2122208549999, -12.2121757299999, -12.2121464799999,
-12.2121191049999, -12.2121093549998, -12.2120859799999,
-12.2120332299999, -12.211972605, -12.211953105, -12.2119374799999,
-12.2119199799999, -12.21189648, -12.2118691049999, -12.2118339799999,
-12.2117832299999, -12.211732355, -12.211722605, -12.211695355,
-12.21165823, -12.211640605, -12.2116016049998, -12.2115468549998,
-12.2115019799999, -12.211474605, -12.211412105, -12.211382855,
-12.21135548, -12.2113222299999, -12.2112656049998, -12.2112284799999,
-12.2112187299999, -12.211183605, -12.2111249799999, -12.211087855,
-12.2110624799999, -12.2110507299999, -12.2110332299999,
-12.2109784799999, -12.210923855, -12.2108964799999, -12.2108944799999,
-12.2108749799999, -12.210849605, -12.210808605, -12.2107226049999,
-12.2106933549998, -12.2106933549998, -12.2106659799999,
-12.2105742299999, -12.210537105, -12.2105097299999, -12.2104999799999,
-12.2104453549999, -12.2104003549998, -12.2103534799999,
-12.2103437299999, -12.210349605, -12.210306605, -12.210271355,
-12.21025198, -12.210234355, -12.2101914799999, -12.2100838549999,
-12.2100332299999, -12.21001373, -12.21001373, -12.21000398,
-12.209974605, -12.2099101049999, -12.2098398549999, -12.209820355,
-12.209820355, -12.2098124799999, -12.2097714799999, -12.20970123,
-12.2096543549998, -12.2096444799999, -12.2096347299999,
-12.2095957299999, -12.2095351049998, -12.2094707299999,
-12.209433605, -12.209423855, -12.2093867299999, -12.2093476049999,
-12.2093047299999, -12.2092734799999, -12.209267605, -12.2092402299999,
-12.2091854799999, -12.2091347299999, -12.2091054799999,
-12.2090819799999, -12.2090351049999, -12.2089999799999,
-12.208962855, -12.2089179799999, -12.2088809799999, -12.208861355,
-12.2087988549998, -12.2087793549999, -12.2087968549999,
-12.2087714799999, -12.2087324799999, -12.208650355, -12.2085861049999,
-12.2085391049998, -12.2084569799999, -12.2083574799999,
-12.2083458549999, -12.2083007299999, -12.208253855, -12.2081602299999,
-12.2081503549998, -12.208035105, -12.2079882299999, -12.2079863549999,
-12.2079316049999, -12.207849605, -12.2078319799999, -12.2078222299999,
-12.2077109799999, -12.2077109799999, -12.2076387299999,
-12.2075819799999, -12.2074922299999, -12.2074512299999,
-12.2074394799999, -12.2073867299999, -12.207279355, -12.207203105,
-12.2071464799999, -12.2070372299999, -12.206945355, -12.2067909799999,
-12.2066874799999, -12.206664105, -12.2065781049999, -12.2065234799999,
-12.2065292299999, -12.2064922299999, -12.206443355, -12.2064922299999,
-12.2065567299999, -12.2066094799999, -12.2066094799999,
-12.2065429799999, -12.2064687299999, -12.2065371049999,
-12.2064999799999, -12.2065058549998, -12.2065957299999,
-12.206714855, -12.2069492299999, -12.2071367299999, -12.2071659799999,
-12.2071016049998, -12.2069492299999, -12.206876855, -12.2068222299999,
-12.2068066049999, -12.2068574799999, -12.2069589799999,
-12.2070117299999, -12.2071191049999, -12.207296855, -12.2073573549999,
-12.2073964799999, -12.2074141049998, -12.2073339799999,
-12.2072402299999, -12.2071874799999, -12.2071249799999,
-12.2070312299999, -12.206945355, -12.2069707299999, -12.2070527299999,
-12.2071054799999, -12.207160105, -12.2072499799999, -12.207275355,
-12.207275355, -12.2072304799999, -12.2071446049998, -12.2070683549998,
-12.2068378549999, -12.2066874799999, -12.2066249799999,
-12.2065097299999, -12.2065606049998, -12.2066231049999,
-12.2067439799999, -12.2067597299999, -12.2067109799999,
-12.2066034799999, -12.2065037299999, -12.206361355, -12.2062422299999,
-12.2061347299999, -12.2060624799999, -12.2060078549998,
-12.2059922299999, -12.2060606049999, -12.206150355, -12.2062226049999,
-12.206349605, -12.2063944799999, -12.2063944799999, -12.206328105,
-12.2063106049998, -12.206328105, -12.2062909799999, -12.2062988549999,
-12.2063262299999, -12.206390605, -12.20636923, -12.2063769799999,
-12.2063769799999, -12.20635748, -12.2063222299999, -12.2062402299999,
-12.206140605, -12.2060234799999, -12.20591423, -12.2058047299999,
-12.2057051049998, -12.2056367299999, -12.2055682299999,
-12.205558605, -12.2055859799999, -12.2056444799999, -12.2056562299999,
-12.2056464799999, -12.205593855, -12.205527355, -12.2054551049999,
-12.2053027299999, -12.2050858549999, -12.204994105, -12.2048788549999,
-12.2047617299999, -12.204726605, -12.204652355, -12.2045566049999,
-12.204464855, -12.2043047299999, -12.2043301049999, -12.204392605,
-12.204462855, -12.2045663549999, -12.2046426049999, -12.2047499799999,
-12.204810605, -12.2047597299999, -12.204693355, -12.2046152299999,
-12.2045371049998, -12.204453105, -12.2044082299999, -12.2043262299999,
-12.2042499799999, -12.204164105, -12.2040839799999, -12.2040293549998,
-12.203976605, -12.2038944799999, -12.2038319799999, -12.203716855,
-12.2036249799999, -12.2035626049998, -12.2035547299999,
-12.203568355, -12.2036074799999, -12.203611355, -12.2035742299999,
-12.2035194799999, -12.2034766049998, -12.2033867299999,
-12.2033319799999, -12.2032051049999, -12.2031426049998,
-12.2030839799999, -12.203035105, -12.203080105, -12.203154355,
-12.2031856049998, -12.2031641049998, -12.2031092299999,
-12.203027355, -12.202996105, -12.2029551049999, -12.2028926049998,
-12.202796855, -12.202703105, -12.2025762299999, -12.2024824799999,
-12.202400355, -12.2023144799999, -12.2022539799999, -12.2022382299999,
-12.2023183549999, -12.2022909799999, -12.2022909799999,
-12.2023281049999, -12.2023613549999, -12.2023027299999,
-12.202216855, -12.2021659799999, -12.2021211049999, -12.202005855,
-12.2019687299999, -12.2019707299999, -12.2019512299999,
-12.2019512299999, -12.2019257299999, -12.201955105, -12.2019257299999,
-12.2018652299999, -12.2018398549999, -12.2017753549999,
-12.201666105, -12.2015957299999, -12.2015409799999, -12.2015137299999,
-12.2015137299999, -12.2015507299999, -12.2015527299999,
-12.2014961049999, -12.2013964799999, -12.2012617299999,
-12.2011659799999, -12.201080105, -12.2010449799999, -12.2010097299999,
-12.2009551049999, -12.200730355, -12.2005137299999, -12.2001621049999,
-12.1998711049999, -12.1996894799999, -12.199445355, -12.1992284799999,
-12.1989472299999, -12.1985293549999, -12.198285105, -12.1981211049999,
-12.1978672299999, -12.1976874799999, -12.197421855, -12.197205105,
-12.196998105, -12.1968749799999, -12.1968144799999, -12.1966777299999,
-12.196546855, -12.1964766049999, -12.1963554799999, -12.1962674799999,
-12.196058605, -12.196003855, -12.195712855, -12.195529355,
-12.1954297299999, -12.195048855, -12.1948106049999, -12.194673855,
-12.1945117299999, -12.1942441049999, -12.1939922299999,
-12.193810605, -12.1937089799999, -12.193566355, -12.1935194799999,
-12.193517605, -12.1935449799999, -12.1934902299999, -12.1934257299999,
-12.1933984799999, -12.1934337299999, -12.1935332299999,
-12.1936034799999, -12.1936172299999, -12.1936132299999,
-12.1935839799999, -12.1935312299999, -12.1934668549999,
-12.1934043549999, -12.193349605, -12.1933047299999, -12.193267605,
-12.1931777299999, -12.1930957299999, -12.193033355, -12.1929238549999,
-12.1928163549999, -12.1927069799999, -12.1926269799999,
-12.1925371049999, -12.1924374799999, -12.1923847299999,
-12.192380855, -12.1923183549999, -12.1922226049999, -12.1921132299999,
-12.1920058549999, -12.1918887299999, -12.1917128549999,
-12.191644605, -12.191611355, -12.1915273549999, -12.1913788549999,
-12.191267605, -12.1911366049999, -12.191058605, -12.1910021049999,
-12.1909531049999, -12.1909082299999, -12.190808605, -12.190574355,
-12.1904297299999, -12.1903261049999, -12.1902267299999,
-12.1900391049999, -12.1898339799999, -12.1896992299999,
-12.1895722299999, -12.1894492299999, -12.189373105, -12.1892637299999,
-12.1891992299999, -12.18914448, -12.1889824799999, -12.1888887299999,
-12.188601605, -12.188535105, -12.1884376049999, -12.1883554799999,
-12.1882832299999, -12.1882284799999, -12.1881738549999,
-12.1881034799999, -12.1879472299999, -12.1878203549999,
-12.1876387299999, -12.1875312299999, -12.1873673549999,
-12.1872929799999, -12.187179855, -12.1871172299999, -12.1870488549999,
-12.1869531049999, -12.1868769799999, -12.1867909799999,
-12.1867207299999, -12.1866679799999, -12.1866249799999,
-12.186558605, -12.1864882299999, -12.1863887299999, -12.186289105,
-12.1861347299999, -12.1860624799999, -12.185962855, -12.1858731049999,
-12.1857812299999, -12.1857089799999, -12.1856309799999,
-12.185548855, -12.185476605, -12.1853124799999, -12.1851328549999,
-12.184914105, -12.18468748, -12.184597605, -12.1844531049999,
-12.1843437299999, -12.1841679799999, -12.1839902299999,
-12.1837734799999, -12.1836836049999, -12.183539105, -12.1833749799999,
-12.183150355, -12.1828964799999, -12.1827422299999, -12.1826152299999,
-12.1823887299999, -12.1822246049999, -12.1821367299999,
-12.182068355, -12.1819824799999, -12.1819101049999, -12.18184173,
-12.1816699799999, -12.1815409799999, -12.1814238549999,
-12.1813691049999, -12.1813242299999, -12.181234355, -12.1811816049999,
-12.1811738549999, -12.18105073, -12.180955105, -12.1808769799999,
-12.1808163549999, -12.1807538549999, -12.1806484799999,
-12.1805488549999, -12.18053323, -12.18048823, -12.1803828549999,
-12.18033973, -12.1802753549999, -12.1801524799999, -12.1801347299998,
-12.1800723549999, -12.1800176049999, -12.1798749799999,
-12.1798222299998, -12.1797676049999, -12.1796972299999,
-12.1795527299999, -12.1794902299999, -12.1794101049999,
-12.1791856049999, -12.179123105, -12.1789784799998, -12.1789433549999,
-12.1789179799999, -12.1788281049999, -12.178748105, -12.1785683549999,
-12.1784277299999, -12.178289105, -12.1782089799999, -12.1781562299998,
-12.1777851049999, -12.1775604799998, -12.1773047299999,
-12.177154355, -12.177056605, -12.1769902299999, -12.1767579799999,
-12.1765762299999, -12.1762774799999, -12.175445355, -12.1752909799999,
-12.1750743549999, -12.1747499799999, -12.1744316049999,
-12.1742949799999, -12.17405073, -12.173767605, -12.17365998,
-12.1735254799999, -12.173378855, -12.173226605, -12.1729628549999,
-12.1728984799998, -12.1727891049999, -12.1728574799999,
-12.17266798, -12.1722734799999, -12.1721211049999, -12.1720644799998,
-12.1719472299998, -12.1718906049999, -12.1715937299999,
-12.1715019799998, -12.1712851049999, -12.1711993549999,
-12.1712012299999, -12.17117373, -12.1711288549999, -12.1710742299999,
-12.1710273549999, -12.1709746049999, -12.17093748, -12.1709101049999,
-12.170945355, -12.1710527299999, -12.1710703549999, -12.1710606049999,
-12.1711074799999, -12.1711328549999, -12.17104298, -12.170943355,
-12.1708887299999, -12.1706797299998, -12.1704902299999,
-12.170445355, -12.17041798, -12.170382855, -12.170337855,
-12.1702929799999, -12.1702304799999, -12.170111355, -12.1700663549999,
-12.170056605, -12.1700214799998, -12.1699843549999, -12.1698944799999,
-12.16981048, -12.1697128549999, -12.1696308549999, -12.1696836049999,
-12.1697012299999, -12.1696718549999, -12.16958398, -12.169529355,
-12.1695117299998, -12.1694766049999, -12.1694453549999,
-12.1694453549999, -12.1694766049999, -12.16950973, -12.169517605,
-12.169472605, -12.1694003549999, -12.1694003549999, -12.1694316049999,
-12.1694257299998, -12.1694159799998, -12.1694257299998,
-12.1693906049999, -12.16931248, -12.1692266049999, -12.1691699799999,
-12.1691269799999, -12.1691269799999, -12.1691034799999,
-12.169062605, -12.16899023, -12.1689297299999, -12.1688183549999,
-12.1687538549999, -12.168726605, -12.16877148, -12.1688319799998,
-12.1688319799998, -12.1687871049999, -12.1687246049999,
-12.168705105, -12.1687871049999, -12.1687128549999, -12.1686484799999,
-12.1686132299999, -12.1685802299999, -12.16849998, -12.16843748,
-12.1684531049999, -12.16848048, -12.16851173, -12.16852348,
-12.1684961049999, -12.1684201049999, -12.1683457299999,
-12.1682891049999, -12.16818948, -12.168132855, -12.1680741049999,
-12.1679843549999, -12.16791998, -12.1678027299998, -12.1677031049999,
-12.1676308549999, -12.16759573, -12.1675781049999, -12.16759573,
-12.167580105, -12.1675547299998, -12.1674981049999, -12.1674804799999,
-12.1674863549999, -12.16751948, -12.1675293549999, -12.1675137299999,
-12.1674687299998, -12.1674512299999, -12.1674453549999,
-12.1673906049999, -12.16729873, -12.1671953549999, -12.1671112299998,
-12.1670976049999, -12.1669336049999, -12.166714855, -12.1665586049999,
-12.1664726049999, -12.1665156049999, -12.1663984799999,
-12.1663163549999, -12.1661797299998, -12.1660819799999,
-12.1659413549999, -12.1658731049999, -12.1657148549999,
-12.1655488549999, -12.1654316049999, -12.16543948, -12.1653047299998,
-12.1652929799998, -12.1652793549999, -12.1654101049999,
-12.1655332299999, -12.16569923, -12.1655762299999, -12.1654922299999,
-12.16541598, -12.1653748549999, -12.165318355, -12.1652617299998,
-12.1652031049999, -12.16514648, -12.1650253549999, -12.1649648549999,
-12.1650468549999, -12.16514648, -12.1652051049999, -12.1654238549999,
-12.1655234799999, -12.1657968549999, -12.1658574799999,
-12.1658378549999, -12.1658086049999, -12.1657656049999,
-12.1657168549999, -12.1656621049999, -12.1655429799998,
-12.1654961049999, -12.16544923, -12.16538873, -12.1653281049999,
-12.1652422299999, -12.16504298, -12.1649863549999, -12.1647851049999,
-12.1643711049999, -12.16431448, -12.1649043549999, -12.165339855,
-12.1655117299999, -12.1658242299998, -12.1658282299999,
-12.1658144799999, -12.1657832299999, -12.1657441049999,
-12.1657168549999, -12.16569723, -12.165654355, -12.165611355,
-12.1655663549999, -12.1655312299998, -12.1654766049999,
-12.16541798, -12.16516798, -12.1651621049999, -12.1657224799999,
-12.165966855, -12.1658047299999, -12.1660253549999, -12.1660663549999,
-12.1660547299999, -12.1660273549999, -12.1659823549999,
-12.165923855, -12.1658496049999, -12.1657832299999, -12.16570698,
-12.165621105, -12.16558198, -12.1655097299998, -12.1654551049999,
-12.1652128549999, -12.1650781049999, -12.1649609799999,
-12.1648613549999, -12.16477148, -12.1645801049999, -12.1643828549999,
-12.1640606049999, -12.16362498, -12.1634843549999, -12.1633613549999,
-12.1631738549999, -12.1629589799999, -12.1627324799999,
-12.16233398, -12.1621913549999, -12.1619746049999, -12.1618984799999,
-12.1617031049999, -12.1614941049999, -12.1613047299999,
-12.1612068549999, -12.1611328549999, -12.16107048, -12.16096873,
-12.1609023549999, -12.1608242299999, -12.1607168549999,
-12.1606211049999, -12.16054098, -12.1604707299999, -12.1603926049999,
-12.16033198, -12.1602168549999, -12.16010948, -12.1599824799998,
-12.1598731049999, -12.15979298, -12.1596836049999, -12.15957623,
-12.15950198, -12.1594316049999, -12.1593516049999, -12.15926173,
-12.1592246049999, -12.15914448, -12.1590156049999, -12.1589843549999,
-12.15893948, -12.1589121049999, -12.1588731049999, -12.1588163549999,
-12.15864448, -12.1585194799999, -12.1584002299999, -12.1582637299999,
-12.15814648, -12.15807423, -12.1579746049999, -12.1578398549999,
-12.1576406049999, -12.1573066049999, -12.15704098, -12.1568223549999,
-12.1562676049999, -12.1549684799999, -12.1547538549999,
-12.1547183549998, -12.1544013549999, -12.1543181049998,
-12.1540488549999, -12.1538711049999, -12.1552069799999,
-12.1556288549999, -12.16033398), .Dim = c(1357L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-77.0194503609999,
-77.0191484859999, -77.0179999869999, -77.017872986, -77.013845736,
-77.0124863609999, -77.0126033609999, -77.0134238609999,
-77.0138242369999, -77.013919986, -77.0140957369999, -77.0141796109999,
-77.013886736, -77.015689486, -77.0151992359999, -77.0157519859999,
-77.0157617359999, -77.0158301119999, -77.015958986, -77.0170253609999,
-77.017355486, -77.0183516109999, -77.0171503619999, -77.016828112,
-77.0163516109999, -77.015583986, -77.0158476109999, -77.0160351109999,
-77.0167851109999, -77.019263612, -77.019461736, -77.0194851109999,
-77.0194923609999, -77.019533611, -77.019538236, -77.0199061109999,
-77.022896487, -77.0243066119999, -77.0250273609999, -77.0263086109999,
-77.0263126109999, -77.026324237, -77.0263301109999, -77.0263516109999,
-77.026384736, -77.026417986, -77.0264433619999, -77.0264471109999,
-77.0264433609999, -77.026429736, -77.0266698619999, -77.0266777369999,
-77.025550736, -77.025345736, -77.025298861, -77.0252284869999,
-77.025179736, -77.0251386109999, -77.025105486, -77.0250898609999,
-77.0250878609999, -77.025072236, -77.025054736, -77.025056736,
-77.0250448619999, -77.025033236, -77.025011736, -77.0249746109999,
-77.0249628609999, -77.024937487, -77.0249297359999, -77.0249062359999,
-77.024888737, -77.0249238619999, -77.0249238609999, -77.0248926109999,
-77.0248828619999, -77.024898487, -77.0249472369999, -77.0249726109999,
-77.0249922359999, -77.025019486, -77.025109486, -77.0251328609999,
-77.0252011109999, -77.0252148619999, -77.0252538609999,
-77.025304736, -77.0255019859998, -77.0255273609999, -77.024988236,
-77.024792987, -77.024783236, -77.0247871119999, -77.0247871109999,
-77.0247773609999, -77.0247676119999, -77.0247461109999,
-77.0247266109999, -77.024716736, -77.0247109859999, -77.0247207359999,
-77.024779236, -77.024826237, -77.0248378609999, -77.0248788609999,
-77.024921862, -77.0249374859999, -77.0249198609999, -77.0249179859998,
-77.0249238609999, -77.0249493619999, -77.0249766109999,
-77.0249979869999, -77.025019486, -77.025033236, -77.0250976109999,
-77.0251113609999, -77.025158237, -77.0251972359999, -77.0252461119999,
-77.0252793609999, -77.025310486, -77.0253378609999, -77.0254238609999,
-77.025484236, -77.0255409869999, -77.0256093609999, -77.025646486,
-77.025697237, -77.0257343609999, -77.025783237, -77.0258359859999,
-77.025865236, -77.0259218609999, -77.0259766109999, -77.0260391109999,
-77.0260624859999, -77.026099486, -77.026220736, -77.026333987,
-77.026402361, -77.0264648619999, -77.026552861, -77.026699236,
-77.0268066109999, -77.0268319859999, -77.0261308619999,
-77.0261093609999, -77.0260761109999, -77.026054737, -77.0259961109999,
-77.0259863609999, -77.0260193619999, -77.0260429859998,
-77.0260468609999, -77.0260761119999, -77.0262148609999,
-77.026251986, -77.0262988619999, -77.026326236, -77.0263457359998,
-77.0263672359998, -77.026402361, -77.0264413609999, -77.0264961109999,
-77.0265566109999, -77.026632736, -77.026689486, -77.0267343609999,
-77.026781236, -77.026835986, -77.0269043609999, -77.0269433619999,
-77.0269843609999, -77.0270586109999, -77.027087986, -77.027105486,
-77.0271659859999, -77.027240236, -77.0272948619999, -77.0273496109999,
-77.027384737, -77.0274687359999, -77.0275391119999, -77.0275703619999,
-77.0275996109999, -77.027644486, -77.0277226109999, -77.027769486,
-77.0277988619999, -77.027826236, -77.0278886109999, -77.0279551109999,
-77.0279941109999, -77.0280293609999, -77.0280761119999,
-77.0281017359999, -77.0281211109999, -77.0282011119999,
-77.0282753609999, -77.0283242369999, -77.0283788619999,
-77.028423736, -77.028492237, -77.0285156109999, -77.0285292359999,
-77.0285742359998, -77.028642611, -77.028695361, -77.0287461109999,
-77.028773486, -77.0287968609999, -77.028802736, -77.0288457359999,
-77.028904236, -77.0289413609999, -77.0289648609999, -77.0290136109999,
-77.029095736, -77.0291562359999, -77.029214861, -77.0293203619999,
-77.0294374859999, -77.0284531119999, -77.0283027369999,
-77.028189486, -77.027939486, -77.0278886109999, -77.0277617359999,
-77.027624986, -77.0274746109999, -77.0270996109999, -77.026810486,
-77.0266797359999, -77.026560487, -77.0259843619999, -77.0259198609999,
-77.0258144869999, -77.0256836109999, -77.0255117359999,
-77.025415986, -77.0253183609999, -77.0252167359999, -77.0251113609999,
-77.0250058619999, -77.0248944859999, -77.0246777369999,
-77.0245683619999, -77.024249986, -77.024042986, -77.0229961109999,
-77.023115236, -77.0225058609999, -77.0221034859999, -77.021699236,
-77.021271487, -77.021156236, -77.0196121109999, -77.0194839869999,
-77.0194503609999, -12.130597355, -12.13126948, -12.1312461049999,
-12.1357636049999, -12.1392461049999, -12.1404316049999,
-12.14060348, -12.1422773549999, -12.1430878549999, -12.14325973,
-12.1436972299999, -12.14386323, -12.14411323, -12.1465058549999,
-12.1470976049999, -12.1470898549999, -12.1471913549999,
-12.1472871049999, -12.1473574799998, -12.14971873, -12.1505157299998,
-12.1526288549999, -12.15344923, -12.1536856049999, -12.1540702299999,
-12.1547343549999, -12.1551093549999, -12.1556288549999,
-12.1552069799999, -12.1538711049999, -12.1540488549999,
-12.1543181049998, -12.1544013549999, -12.1547183549998,
-12.1547538549999, -12.1549684799999, -12.1562676049999,
-12.1568223549999, -12.15704098, -12.1573066049999, -12.1571523549999,
-12.1569941049999, -12.1569062299999, -12.1567266049999,
-12.1565409799999, -12.15638473, -12.1562031049999, -12.1561406049999,
-12.15591598, -12.1557929799999, -12.15580073, -12.1557207299998,
-12.1555663549999, -12.1555408549999, -12.1554453549999,
-12.1552363549999, -12.1551211049999, -12.15501948, -12.1549062299999,
-12.1548378549999, -12.1547753549999, -12.1546523549999,
-12.15447848, -12.1543672299998, -12.15427348, -12.1541933549999,
-12.1540937299999, -12.1539766049999, -12.1538769799999,
-12.1537792299999, -12.1536952299999, -12.1535644799999,
-12.1534843549999, -12.1532891049999, -12.1531933549999,
-12.1530918549999, -12.1530253549999, -12.1529628549999,
-12.1528788549999, -12.15277148, -12.1526444799999, -12.15253123,
-12.1524648549999, -12.15230273, -12.1522168549999, -12.1521172299998,
-12.15202148, -12.1519551049999, -12.1519941049999, -12.1519218549999,
-12.1518066049999, -12.1517656049999, -12.15165623, -12.1515391049999,
-12.1514746049999, -12.15137698, -12.1513144799999, -12.15120898,
-12.1511328549999, -12.1510429799999, -12.1509804799999,
-12.15091598, -12.15082623, -12.1507266049999, -12.1505371049999,
-12.15048823, -12.1504003549999, -12.15032423, -12.1498066049999,
-12.1496797299999, -12.1495586049999, -12.14940623, -12.1492909799999,
-12.14918748, -12.1491211049999, -12.1490527299999, -12.14867973,
-12.1484707299999, -12.1483711049999, -12.1483203549999,
-12.1482363549999, -12.14814648, -12.14797648, -12.14787698,
-12.1476874799999, -12.14759573, -12.1474843549999, -12.14732423,
-12.14721873, -12.1471269799999, -12.1470703549999, -12.14698048,
-12.1468906049999, -12.1468418549999, -12.14676173, -12.14669923,
-12.14658773, -12.1465293549999, -12.14640623, -12.1462832299999,
-12.1460878549999, -12.1459902299999, -12.14590623, -12.1458163549999,
-12.1457441049999, -12.1457891049999, -12.1457168549999,
-12.1454316049999, -12.1453593549999, -12.14528323, -12.1452226049999,
-12.1450937299999, -12.14502148, -12.14492573, -12.1447773549999,
-12.14466798, -12.1445527299999, -12.1444433549999, -12.14439448,
-12.1443106049999, -12.14424223, -12.14417973, -12.14412698,
-12.1440683549999, -12.1439961049999, -12.1439218549999,
-12.14387698, -12.14382423, -12.1437832299999, -12.1437187299999,
-12.14361523, -12.1435703549999, -12.14351948, -12.1434218549999,
-12.1432462299998, -12.1431856049999, -12.14311723, -12.1430176049999,
-12.14297848, -12.1429277299999, -12.1428788549999, -12.14280073,
-12.1427558549999, -12.1426797299999, -12.1426269789998,
-12.1425606049999, -12.14246873, -12.1423651049999, -12.1423222299999,
-12.14226948, -12.14218748, -12.1421288549999, -12.1421132299999,
-12.1420488549999, -12.1419357299999, -12.1418554799999,
-12.1418047299999, -12.1417441049999, -12.14167973, -12.14158973,
-12.1415019799999, -12.14142573, -12.14137498, -12.1413183549999,
-12.1412226049999, -12.1411718549999, -12.14111723, -12.1410176049999,
-12.1409766049999, -12.1409101049999, -12.140812479, -12.14074998,
-12.1406718549999, -12.14061523, -12.14055473, -12.1405038549999,
-12.1404551049999, -12.1403984799999, -12.1403338549999,
-12.14024998, -12.14019723, -12.1401836049999, -12.1401406049999,
-12.1401406049999, -12.13970698, -12.1396269799999, -12.1395488549999,
-12.13941598, -12.1393163549999, -12.13913473, -12.1389648549999,
-12.1388066049999, -12.1384668549999, -12.1381406049999,
-12.1379628549999, -12.13778323, -12.1367734799999, -12.1366503549999,
-12.1365038549999, -12.13637498, -12.1362402299999, -12.1361856049999,
-12.13613673, -12.136093729, -12.1360606049999, -12.1360351049998,
-12.13601948, -12.1359863549999, -12.1359648549999, -12.1358788549999,
-12.1358066049999, -12.1352676049999, -12.1349336049999,
-12.1347148549999, -12.13446098, -12.1340703549999, -12.1334453549999,
-12.133251855, -12.1306691049999, -12.1306122299999, -12.130597355
), .Dim = c(261L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-76.910781986, -76.9119116109999,
-76.9125846109999, -76.9125663609999, -76.911307736, -76.909007612,
-76.9067441109999, -76.904828486, -76.9046109859999, -76.9036243609999,
-76.9027743609999, -76.901605612, -76.900849986, -76.900779861,
-76.9006999859999, -76.900629986, -76.9002399859999, -76.8996699859999,
-76.8994099859999, -76.899080111, -76.8987799859999, -76.898549986,
-76.8981299869999, -76.896959986, -76.896459986, -76.896339986,
-76.8963199859999, -76.896059986, -76.8960399869999, -76.8960621109999,
-76.895735236, -76.8955329859999, -76.8948327369999, -76.893525486,
-76.8916579859999, -76.8898372359999, -76.8884677359999,
-76.8868337359999, -76.8853397359999, -76.884188111, -76.8837523609999,
-76.883425611, -76.8833166109999, -76.883425611, -76.8830676109999,
-76.882709737, -76.8825073609999, -76.8819627359999, -76.881626736,
-76.8814802359999, -76.8812402359999, -76.8810756109999,
-76.8811689859999, -76.8812402359999, -76.881993861, -76.883098736,
-76.883876861, -76.8842347359999, -76.8845459859999, -76.884695361,
-76.8847483609999, -76.8847316109999, -76.884654986, -76.884063611,
-76.883472236, -76.883223361, -76.883132861, -76.8830957369999,
-76.8834099859999, -76.8836669859999, -76.8841724859999,
-76.8844681109999, -76.8847638609999, -76.884903986, -76.8850474859998,
-76.885215236, -76.8853397359999, -76.8855108609999, -76.8858532359999,
-76.8860877359999, -76.886226736, -76.8869582369999, -76.8872909859999,
-76.8877362359999, -76.8885299859999, -76.8890591109999,
-76.889883861, -76.8905531109999, -76.8912067359999, -76.891875861,
-76.892031486, -76.8918602359999, -76.8910977359999, -76.890869111,
-76.890556612, -76.8904286109999, -76.890357986, -76.890475236,
-76.8905632359999, -76.890812361, -76.8910252369999, -76.8911347359999,
-76.8911347359999, -76.890953111, -76.890451737, -76.889965236,
-76.8894787359999, -76.889277361, -76.889357111, -76.895494862,
-76.896604111, -76.898297236, -76.8997568609999, -76.9007298619999,
-76.9015472359999, -76.9020743609999, -76.9051764859999,
-76.9051832359999, -76.907078236, -76.9076211109999, -76.9078926109999,
-76.908013736, -76.9083242369999, -76.910959611, -76.910033486,
-76.9097401109998, -76.9096113609999, -76.9101164859999,
-76.9125652359999, -76.9148242369999, -76.9180156109999,
-76.918290236, -76.9189511109999, -76.9194882359999, -76.920515861,
-76.9207131109999, -76.921081236, -76.921127986, -76.921167236,
-76.921825611, -76.9221553609999, -76.9222011109999, -76.9236148609999,
-76.9266191109999, -76.9301192359999, -76.9327923609999,
-76.9352223609999, -76.9373093609999, -76.942315611, -76.9452572359999,
-76.945793736, -76.947044736, -76.9477798609999, -76.9478768609999,
-76.947932861, -76.9480308609999, -76.9485088609999, -76.948743486,
-76.9488472359999, -76.9489821109999, -76.949169861, -76.9492301109999,
-76.949327736, -76.9495262359999, -76.9499347359999, -76.9499993294127,
-76.9504913609999, -76.9506668666666, -76.9511449859999,
-76.9516699859999, -76.9518594859999, -76.952002486, -76.952079361,
-76.952247986, -76.9523353609999, -76.9526767359999, -76.9528379859999,
-76.9531387431568, -76.953189736, -76.9533844859998, -76.953534237,
-76.9534813609999, -76.953334486, -76.953179861, -76.9530939859999,
-76.9530596119999, -76.953082361, -76.9532771109999, -76.953557737,
-76.9537582369999, -76.9538534859999, -76.954012112, -76.9541474859999,
-76.954233361, -76.9542621109999, -76.954254737, -76.9542621109999,
-76.9542277359999, -76.954142611, -76.9541893619999, -76.954468236,
-76.954763236, -76.9548574859999, -76.9548861119999, -76.9548446109999,
-76.9548078609999, -76.9548343609999, -76.9547993609999,
-76.9547487359999, -76.9546797369999, -76.9545859859999,
-76.9545442359999, -76.9544834859999, -76.9544911109999,
-76.9545311109999, -76.9546342359999, -76.954724611, -76.954880486,
-76.955108861, -76.955223986, -76.955149487, -76.9550856109999,
-76.9551552359999, -76.955355611, -76.955568361, -76.9556749869999,
-76.9557261109999, -76.955752861, -76.9558248609999, -76.955974111,
-76.9561172359999, -76.956191611, -76.956191611, -76.9562374859999,
-76.956323361, -76.956575361, -76.956666861, -76.956697736,
-76.9567737359999, -76.9571749859999, -76.957039486, -76.957076362,
-76.957313861, -76.9578254869999, -76.958141112, -76.958237362,
-76.9582012359999, -76.9577232359999, -76.9573356109999,
-76.956865111, -76.9567229859999, -76.9566454859999, -76.9563923609999,
-76.9563489859999, -76.9615348609999, -76.961722236, -76.960738361,
-76.9599726119999, -76.959578111, -76.9594276119999, -76.959248111,
-76.9590238609999, -76.9588668609999, -76.9587846109999,
-76.9587771119999, -76.9588291109999, -76.958867112, -76.958859361,
-76.9588742359999, -76.958956486, -76.9589864859999, -76.958949111,
-76.9589117359998, -76.9587754859999, -76.9587172369999,
-76.9585772359999, -76.9584554869999, -76.9584482359999,
-76.9583658609999, -76.9582686109999, -76.9581938609999,
-76.9581081109999, -76.9580816109999, -76.9580068609999,
-76.9580143609999, -76.9579619859999, -76.9579844859999,
-76.957939612, -76.957767611, -76.957575987, -76.9572036109999,
-76.9565203609999, -76.955728612, -76.955170987, -76.955092112,
-76.9549601119999, -76.9546709859999, -76.954407736, -76.954346861,
-76.9543413609999, -76.954185861, -76.954015861, -76.9538944859999,
-76.953816736, -76.9536904859999, -76.9535307359999, -76.9534524859999,
-76.953258236, -76.9529541109999, -76.9528842359999, -76.9521783609999,
-76.9519441109999, -76.951760861, -76.951381861, -76.951130486,
-76.951044736, -76.9507661109999, -76.9506431109999, -76.9505406109999,
-76.9505087359998, -76.950214736, -76.950092736, -76.9500499859999,
-76.9499236109999, -76.949869486, -76.9498256109999, -76.949678111,
-76.949501486, -76.9492562359999, -76.949084736, -76.948623112,
-76.948112862, -76.9477853609999, -76.947578361, -76.947489611,
-76.9469372359999, -76.946707986, -76.9465873609998, -76.9461589859999,
-76.945714111, -76.9452112359999, -76.945187862, -76.9454444859999,
-76.9455902369999, -76.945557111, -76.945362862, -76.945106236,
-76.944665361, -76.943939986, -76.9435743609999, -76.9433413609999,
-76.943030361, -76.9424901109999, -76.9419691109998, -76.940791111,
-76.9378516109999, -76.9350351109999, -76.933205237, -76.931060487,
-76.9295449859999, -76.928390612, -76.9257749859999, -76.924381362,
-76.923007986, -76.921737236, -76.920978861, -76.9201794859999,
-76.9182938609999, -76.9181508619999, -76.917030486, -76.916469736,
-76.9150351109999, -76.914358611, -76.9126778609999, -76.911632611,
-76.910781986, -12.1223334799998, -12.1245264799999, -12.126722355,
-12.12772073, -12.1288441049999, -12.13075973, -12.1315781049998,
-12.1317514799999, -12.1318409799999, -12.1322473549999,
-12.13292023, -12.1338409799999, -12.1347199799999, -12.1350099799999,
-12.13583998, -12.13612998, -12.13679998, -12.1375399799999,
-12.1380199799999, -12.1388099799998, -12.13936998, -12.13966998,
-12.1401099799999, -12.1409899799999, -12.1416099799999,
-12.14213998, -12.14274998, -12.14416998, -12.1442199799998,
-12.1451102299999, -12.146495355, -12.14733573, -12.1487362299999,
-12.1502613549998, -12.15158423, -12.1526112299999, -12.15290698,
-12.15352948, -12.1539029799999, -12.15427648, -12.15454098,
-12.1551634799999, -12.156143855, -12.1575133549999, -12.1595519799999,
-12.1607192299999, -12.161435105, -12.1631624799999, -12.163837105,
-12.1640339799999, -12.1646132299998, -12.1658392299999,
-12.1667884799999, -12.1678594799999, -12.1691383549999,
-12.17130148, -12.172328605, -12.1726398549999, -12.1732001049999,
-12.173705355, -12.1738848549999, -12.1740609799999, -12.17486523,
-12.1757056049998, -12.17691948, -12.17777523, -12.1784062299999,
-12.1794999799999, -12.1804832299998, -12.1809342299999,
-12.181821605, -12.182817605, -12.1838447299999, -12.1846383549999,
-12.1852412299999, -12.185945605, -12.1867548549999, -12.18728398,
-12.18754848, -12.1876559799998, -12.1877196049999, -12.18804648,
-12.1884297299999, -12.1899451049999, -12.19285523, -12.1946293549999,
-12.195640855, -12.196652355, -12.1977884799999, -12.1987688549999,
-12.1993291049999, -12.1999982299999, -12.2009787299999,
-12.2014198549999, -12.2020273549998, -12.202970605, -12.20366273,
-12.204527105, -12.2051867299999, -12.2057876049999, -12.20625223,
-12.2064909799999, -12.2072969799999, -12.2077617299999,
-12.2098744799999, -12.21148498, -12.21306198, -12.2141524799999,
-12.214502605, -12.21801973, -12.2188176049999, -12.220841605,
-12.22267098, -12.2242278549999, -12.2258819799999, -12.2272236049999,
-12.2314593549999, -12.2314684799999, -12.2339961049999,
-12.2343203549999, -12.2344512299999, -12.2344823549999,
-12.2344961049999, -12.2334949799999, -12.2310182299999,
-12.2301512299999, -12.2297734799999, -12.22954923, -12.2284617299999,
-12.2277988549999, -12.2262909799999, -12.2260643549998,
-12.2255194799999, -12.22478323, -12.2212478549999, -12.2205694799999,
-12.21930323, -12.2191422299999, -12.2189738549999, -12.2161521049999,
-12.2147396049999, -12.2145429799999, -12.2127698549999,
-12.2090019799999, -12.2032609799999, -12.1985581049999,
-12.1944556049999, -12.1909391049999, -12.1824671049998,
-12.184263605, -12.1846453549999, -12.1857227299999, -12.1861737299999,
-12.18623323, -12.1862573549999, -12.18633648, -12.1865464799999,
-12.1866054799999, -12.1866011049999, -12.1865121049998,
-12.1862812299999, -12.1861091049999, -12.1860358549999,
-12.18599848, -12.1860086049999, -12.1859961592198, -12.1859013549999,
-12.1858725907895, -12.1857942299999, -12.1855898549999,
-12.1855389799999, -12.185289855, -12.1852238549999, -12.1852018549999,
-12.1851932299999, -12.1849783549999, -12.1848353549998,
-12.1843372994937, -12.184252855, -12.1838369799999, -12.183289105,
-12.1828761049998, -12.1826114799999, -12.182267855, -12.1819243549999,
-12.1813574799999, -12.1809911049999, -12.1806188549999,
-12.180143605, -12.1799088549999, -12.1797284799999, -12.179351605,
-12.1791931049999, -12.178998355, -12.178786605, -12.1784299799999,
-12.1781052299999, -12.1776873549999, -12.1771632299999,
-12.1768884799999, -12.1763989799999, -12.1759912299999,
-12.1757118549999, -12.1755229799999, -12.1752297299999,
-12.1751286049999, -12.1749733549999, -12.1748551049999,
-12.1748014799999, -12.1747207299999, -12.17438923, -12.1742599799999,
-12.173978855, -12.1737823549998, -12.1733872299999, -12.1730894799999,
-12.1729157299999, -12.1726944799999, -12.1723416049999,
-12.17196723, -12.17133173, -12.1707721049999, -12.170593105,
-12.1703697299999, -12.1701944799999, -12.17010348, -12.1700152299999,
-12.1698197299999, -12.169531605, -12.169287605, -12.1690642299999,
-12.1688638549999, -12.1685489799999, -12.1681653549998,
-12.16790198, -12.1676101049999, -12.16746548, -12.167037605,
-12.1664282299999, -12.1657814799999, -12.1654481049999,
-12.1649897299999, -12.1646827299999, -12.1644774799998,
-12.1642267299999, -12.1637058549999, -12.1632031049999,
-12.1620489799999, -12.1611611049999, -12.1607837299999,
-12.160529605, -12.1602152299999, -12.159896105, -12.1595863549999,
-12.1551533549999, -12.15477248, -12.153627355, -12.1537988549999,
-12.1537773549999, -12.1536511049999, -12.153202355, -12.15259673,
-12.1520732299999, -12.1515423549999, -12.1512507299999,
-12.1509733549998, -12.1507754799998, -12.1505253549999,
-12.1502637299999, -12.1500393549999, -12.1495982299999,
-12.1491271049999, -12.1485812299999, -12.1482774799998,
-12.14814748, -12.1477713549999, -12.147369855, -12.1470109799998,
-12.1466071049999, -12.1459416049999, -12.145545355, -12.1452007299999,
-12.1450593549999, -12.1447004799999, -12.1445732299999,
-12.144274105, -12.1437582299999, -12.143302105, -12.1427113549999,
-12.1424386049999, -12.1421839799999, -12.1417088549999,
-12.14111123, -12.1404631049999, -12.1398614789999, -12.1395664799999,
-12.138897105, -12.138450855, -12.13834773, -12.1383132299999,
-12.1381529799999, -12.1380218549999, -12.1379343549999,
-12.1377983549999, -12.1372397299999, -12.1367951049999,
-12.1365258549999, -12.1363267299999, -12.1361714799999,
-12.1361318549999, -12.1359726049999, -12.13589173, -12.1357426049999,
-12.1353337299999, -12.134954605, -12.1348058549999, -12.1344127299999,
-12.134207605, -12.1340442299999, -12.1340167299999, -12.13376198,
-12.1337268549999, -12.1337144799999, -12.1337128549999,
-12.1337104799999, -12.1336882299999, -12.1336908549999,
-12.1335958549999, -12.1335114799999, -12.13345348, -12.133403105,
-12.1334171049999, -12.1333857299999, -12.133365854, -12.1333323549999,
-12.133123605, -12.1328408549999, -12.1326921039999, -12.13192523,
-12.1310778549999, -12.1305228549999, -12.130056355, -12.129694855,
-12.1290666049999, -12.128552605, -12.1280271049999, -12.1275722299999,
-12.1271372299998, -12.1263593549999, -12.1258448549999,
-12.12534698, -12.1245399799999, -12.1238277299999, -12.1232688549999,
-12.1221608549999, -12.122466855, -12.1234453549999, -12.1237558549998,
-12.123494105, -12.12291798, -12.1224999799999, -12.121596355,
-12.12100198, -12.12038698, -12.1195672289999, -12.1190957299999,
-12.1189318549999, -12.1189933549999, -12.1190623549998,
-12.1196036049999, -12.1198746049999, -12.1206739799999,
-12.1210428549998, -12.121227355, -12.121678355, -12.1223334799998
), .Dim = c(376L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-76.9543425649999,
-76.954158993, -76.9539577359999, -76.9538439849999, -76.9536601199998,
-76.953540474, -76.9534295969999, -76.953310056, -76.9532402559999,
-76.953132942, -76.9530228159999, -76.9529403669999, -76.952865147,
-76.952765781, -76.952672085, -76.9525650039999, -76.9523647059999,
-76.9522699889999, -76.9521394, -76.9520136219999, -76.9518117119999,
-76.9514947769999, -76.9512957109999, -76.9511464249999,
-76.950950247, -76.9506402989999, -76.950390941, -76.950266251,
-76.9501511479999, -76.9500362229999, -76.9499104889998,
-76.9497740679999, -76.9496733289999, -76.949586811, -76.9494835109999,
-76.9493334279999, -76.949175038, -76.9489971369999, -76.948923843,
-76.9488351219999, -76.9487772009999, -76.948686466, -76.9485667209999,
-76.948377238, -76.9482437039999, -76.9481413499999, -76.9481275979999,
-76.948101016, -76.947972581, -76.9477730719999, -76.947746111,
-76.9475996109999, -76.947236361, -76.9466961119999, -76.946166986,
-76.945692736, -76.944930111, -76.9442533609998, -76.9438497359999,
-76.9437468609999, -76.943161236, -76.942472236, -76.9418899859999,
-76.941529236, -76.941190862, -76.940791111, -76.9419691109998,
-76.9424901109999, -76.943030361, -76.9433413609999, -76.9435743609999,
-76.943939986, -76.944665361, -76.945106236, -76.945362862,
-76.945557111, -76.9455902369999, -76.9454444859999, -76.945187862,
-76.9452112359999, -76.945714111, -76.9461589859999, -76.9465873609998,
-76.946707986, -76.9469372359999, -76.947489611, -76.947578361,
-76.9477853609999, -76.948112862, -76.948623112, -76.949084736,
-76.9492562359999, -76.949501486, -76.949678111, -76.9498256109999,
-76.949869486, -76.9499236109999, -76.9500499859999, -76.950092736,
-76.950214736, -76.9505087359998, -76.9505406109999, -76.9506431109999,
-76.9507661109999, -76.951044736, -76.951130486, -76.951381861,
-76.951760861, -76.9519441109999, -76.9521783609999, -76.9528842359999,
-76.9529541109999, -76.953258236, -76.9534524859999, -76.9535307359999,
-76.9536904859999, -76.953816736, -76.9538944859999, -76.954015861,
-76.954185861, -76.9543413609999, -76.954346861, -76.954407736,
-76.9546709859999, -76.9549601119999, -76.955092112, -76.955170987,
-76.955728612, -76.9565203609999, -76.9572036109999, -76.957575987,
-76.957767611, -76.957939612, -76.9579844859999, -76.9579619859999,
-76.9580143609999, -76.9580068609999, -76.9580816109999,
-76.9581081109999, -76.9581938609999, -76.9582686109999,
-76.9583658609999, -76.9584482359999, -76.9584554869999,
-76.9585772359999, -76.9587172369999, -76.9587754859999,
-76.9589117359998, -76.958949111, -76.9589864859999, -76.958956486,
-76.9588742359999, -76.958859361, -76.958867112, -76.9588291109999,
-76.9587771119999, -76.9587846109999, -76.9588668609999,
-76.9590238609999, -76.959248111, -76.9594276119999, -76.959578111,
-76.9599726119999, -76.960738361, -76.961722236, -76.9615348609999,
-76.9563489859999, -76.9563923609999, -76.9566454859999,
-76.9567229859999, -76.956865111, -76.9573356109999, -76.9577232359999,
-76.9582012359999, -76.958237362, -76.958141112, -76.9578254869999,
-76.957313861, -76.957076362, -76.957039486, -76.9571749859999,
-76.9567737359999, -76.956697736, -76.956666861, -76.956575361,
-76.956323361, -76.9562374859999, -76.956191611, -76.956191611,
-76.9561172359999, -76.955974111, -76.9558248609999, -76.955752861,
-76.9557261109999, -76.9556749869999, -76.955568361, -76.955355611,
-76.9551552359999, -76.9550856109997, -76.955149487, -76.955223986,
-76.955108861, -76.954880486, -76.954724611, -76.9546342359999,
-76.9545311109999, -76.9544911109999, -76.9544834859999,
-76.9545442359999, -76.9545859859999, -76.9546797369999,
-76.9547487359999, -76.9547993609999, -76.9548343609999,
-76.9548078609999, -76.9548446109999, -76.9548861119999,
-76.9548574859999, -76.954763236, -76.954468236, -76.9541893619999,
-76.954142611, -76.9542277359999, -76.9542621109999, -76.954254737,
-76.9542621109999, -76.954233361, -76.9541474859999, -76.954012112,
-76.9538534859999, -76.9537582369999, -76.953557737, -76.9532771109999,
-76.953082361, -76.9530596119999, -76.9530939859999, -76.953179861,
-76.953334486, -76.9534813609999, -76.953534237, -76.9533844859998,
-76.953189736, -76.9531387431568, -76.9528379859999, -76.9526767359999,
-76.9523353609999, -76.9524057535565, -76.9526617989717,
-76.9527641157951, -76.9529663699805, -76.9530163386617,
-76.9532090750031, -76.9535421995438, -76.953885317821, -76.9540366515411,
-76.9542833148024, -76.9543302643435, -76.9545717249385,
-76.9545650609649, -76.954473139868, -76.9543879551638, -76.9545189855222,
-76.9542060320099, -76.9544080748573, -76.954569174914, -76.9546879462609,
-76.9565260436452, -76.9585218330713, -76.9586238694387,
-76.9588323758829, -76.9591821566507, -76.9596533459714,
-76.9608612946934, -76.9608981743112, -76.9609413619999,
-76.9612315526725, -76.9614492359999, -76.9627792359999,
-76.963888611, -76.9649159859999, -76.966972611, -76.969070361,
-76.9704374859999, -76.9712382369999, -76.9717519869998,
-76.9725409859999, -76.972912736, -76.9743666109999, -76.975642861,
-76.976541362, -76.976707862, -76.977068361, -76.977587861,
-76.9782832359999, -76.978851611, -76.9791034859999, -76.979306611,
-76.9793437369999, -76.979357361, -76.9796992369999, -76.980267611,
-76.981480486, -76.982328111, -76.9825273609999, -76.9830527359999,
-76.981656361, -76.9820176109998, -76.9823787359999, -76.9826757359999,
-76.983234361, -76.983101612, -76.982757862, -76.9826582369999,
-76.982626986, -76.9825449859999, -76.982097611, -76.981556611,
-76.9811816109998, -76.9811113609999, -76.981056611, -76.981087862,
-76.9810819859999, -76.9810429859999, -76.9809587359999,
-76.981158486, -76.9824902359999, -76.983255986, -76.983966236,
-76.984426986, -76.985941542, -76.9862373609999, -76.9863987379999,
-76.9863669919999, -76.986365442, -76.9863622779999, -76.986345415,
-76.9863057589999, -76.986254749, -76.986184066, -76.9861329139999,
-76.986046648, -76.985976108, -76.985870711, -76.985749786,
-76.985632921, -76.985610131, -76.9855200859999, -76.9853917529999,
-76.9852283919998, -76.985100059, -76.9849795599999, -76.9849314999998,
-76.984407947, -76.9842341829999, -76.983739736, -76.9837869709999,
-76.9841464179999, -76.984326908, -76.9843052429999, -76.98424195,
-76.9843165469999, -76.984519645, -76.984725364, -76.9847096779999,
-76.984729051, -76.984938378, -76.9848560469999, -76.984787761,
-76.9844487819999, -76.984237939, -76.9840502169999, -76.9836929969999,
-76.983774115, -76.9838322009999, -76.983845049, -76.9838347799999,
-76.983806452, -76.9837482099999, -76.9836776739999, -76.9835326009999,
-76.9833575779999, -76.9830275089999, -76.9824501799998,
-76.9822864459999, -76.9821713569999, -76.9820456259999,
-76.9819642799999, -76.9819037199999, -76.981436794, -76.980757744,
-76.9805917279999, -76.9804923149999, -76.9803491919999,
-76.9801890749999, -76.9800945219999, -76.980015397, -76.979934634,
-76.9797986609999, -76.9797208909999, -76.9796261089999,
-76.979538223, -76.9794443649998, -76.9793379439999, -76.979277681,
-76.97921747, -76.9791692169999, -76.9791011509998, -76.9784742509999,
-76.978093369, -76.977667921, -76.977205107, -76.9773920599998,
-76.9772627089999, -76.9769718639999, -76.977444533, -76.9776403249999,
-76.977809017, -76.977902216, -76.9779784119999, -76.9780038169999,
-76.977878518, -76.9777225549999, -76.977627871, -76.97757403,
-76.977501637, -76.977437907, -76.9773544279999, -76.9770876009999,
-76.9768327319999, -76.9767954019999, -76.976641709, -76.97638889,
-76.9771369159999, -76.9768221609999, -76.9749116669998,
-76.97446509, -76.974845283, -76.974935767, -76.9749877539999,
-76.9749715499999, -76.974905506, -76.974863618, -76.974860298,
-76.974881007, -76.974964671, -76.9750731239999, -76.9752541479999,
-76.9755652509999, -76.9749475889999, -76.9744325889997,
-76.9745657059999, -76.973787352, -76.9721515019999, -76.9721243549999,
-76.9709190249999, -76.970798504, -76.9705135949998, -76.970417449,
-76.9703623649999, -76.9703108589999, -76.97027502, -76.9702275719999,
-76.9701182469999, -76.9699742349999, -76.9697640359999,
-76.9695419749999, -76.9694364539999, -76.969350347, -76.969272157,
-76.969170806, -76.9690771469999, -76.9689250769999, -76.968780532,
-76.9686084869999, -76.968506855, -76.968476129, -76.96830396,
-76.9682027269999, -76.968124538, -76.9681097449999, -76.96803661,
-76.9679320209999, -76.9677640529999, -76.9676568939999,
-76.9675446639999, -76.9674714929999, -76.9673788979999,
-76.9672985949999, -76.9672109479999, -76.967128389, -76.9669855399999,
-76.9668971739999, -76.9668087379999, -76.9667350589999,
-76.9665881569999, -76.966377929, -76.9661883809998, -76.966152874,
-76.9659963209999, -76.9658885839998, -76.9657743089999,
-76.9657196759999, -76.9655754409999, -76.9654661449999,
-76.96536874, -76.9652715299999, -76.965189734, -76.9650573039999,
-76.9648704659999, -76.9647887819999, -76.964707042, -76.9645592269999,
-76.9644266009999, -76.9643209149999, -76.9642230889999,
-76.9641254589999, -76.964011883, -76.9639024759999, -76.963843646,
-76.9637459049999, -76.9636714649999, -76.963569835, -76.963464401,
-76.963327748, -76.9632612539999, -76.9631871219999, -76.9630975219999,
-76.9630078929999, -76.9629068229999, -76.962856303, -76.962807943,
-76.9627812779999, -76.9627652989999, -76.962733543, -76.962676856,
-76.962592139, -76.962518568, -76.962430684, -76.9623394559999,
-76.962318911, -76.9623092319999, -76.9623156009999, -76.962332385,
-76.9623195029999, -76.962347364, -76.9623113609999, -76.962327809,
-76.9622976809999, -76.9622965479999, -76.9622777909999,
-76.962247453, -76.962234613, -76.962215898, -76.9622499699999,
-76.9622955799999, -76.9622597459999, -76.9621888739999,
-76.9620944209999, -76.9620527549999, -76.961999213, -76.961969085,
-76.961943649, -76.9619492629999, -76.961916324, -76.96183318,
-76.9617734709999, -76.9617539179999, -76.9617218319999,
-76.96164236, -76.961449484, -76.9614177629999, -76.9612836029999,
-76.9611766339999, -76.961105387, -76.961022419, -76.9609591999999,
-76.96084107, -76.960742382, -76.960655805, -76.9605273529999,
-76.960385855, -76.9602620249999, -76.960075714, -76.9599788489999,
-76.9598916509999, -76.9596937329999, -76.959621638, -76.959532575,
-76.9594750479999, -76.959375613, -76.9592786529999, -76.959179384,
-76.95908704, -76.958970317, -76.9588543409999, -76.958759512,
-76.958569226, -76.9584906589999, -76.9584318479999, -76.9584028019999,
-76.9582088249999, -76.9581224349999, -76.958059834, -76.9579613819999,
-76.957813584, -76.957798103, -76.957779811, -76.9577350849999,
-76.9576727149999, -76.957607702, -76.9574958199999, -76.9574772189999,
-76.9574163509999, -76.9573310709999, -76.957263392, -76.957113287,
-76.956998385, -76.956877902, -76.95667285, -76.9564853369999,
-76.9563855389999, -76.956280035, -76.9561424939999, -76.9559960169999,
-76.955793694, -76.955711247, -76.955614366, -76.9554476229999,
-76.9551995399999, -76.9547184989999, -76.9543425649999,
-12.1155554149999, -12.115576797, -12.1155724759999, -12.1155704079999,
-12.115551615, -12.1155409789999, -12.1155331509999, -12.1155368629999,
-12.1155631819999, -12.11564429, -12.115739767, -12.1157912369999,
-12.1158208469998, -12.1158452699999, -12.115879637, -12.1159125319999,
-12.1159598579999, -12.1159819519999, -12.1159905239999,
-12.116018959, -12.116058643, -12.1161083199999, -12.1161112519999,
-12.1161153629999, -12.116087664, -12.116028623, -12.1159599729998,
-12.115924117, -12.115923396, -12.1159471619999, -12.1159817179998,
-12.1160438979999, -12.116093583, -12.1161737789999, -12.1162723949999,
-12.1163764409999, -12.1165191279999, -12.1166523859999,
-12.1167332539999, -12.116831449, -12.1168873369998, -12.1169759799999,
-12.117085871, -12.1172306899999, -12.1173158069999, -12.1173823009999,
-12.1173912359998, -12.1174035609999, -12.1174631109999,
-12.1175265339999, -12.1175351049999, -12.1179742299998,
-12.1183619799999, -12.118733355, -12.1188234799998, -12.1188534799999,
-12.1191924799999, -12.1197239799999, -12.1203259799999,
-12.1204669799999, -12.12076023, -12.1209604799998, -12.12099323,
-12.12105223, -12.1215123549998, -12.1221608549999, -12.1232688549999,
-12.1238277299999, -12.1245399799999, -12.12534698, -12.1258448549999,
-12.1263593549999, -12.1271372299998, -12.1275722299999,
-12.1280271049999, -12.128552605, -12.1290666049999, -12.129694855,
-12.130056355, -12.1305228549999, -12.1310778549999, -12.13192523,
-12.1326921039999, -12.1328408549999, -12.133123605, -12.1333323549999,
-12.133365854, -12.1333857299999, -12.1334171049999, -12.133403105,
-12.13345348, -12.1335114799999, -12.1335958549999, -12.1336908549999,
-12.1336882299999, -12.1337104799999, -12.1337128549999,
-12.1337144799999, -12.1337268549999, -12.13376198, -12.1340167299999,
-12.1340442299999, -12.134207605, -12.1344127299999, -12.1348058549999,
-12.134954605, -12.1353337299999, -12.1357426049999, -12.13589173,
-12.1359726049999, -12.1361318549999, -12.1361714799999,
-12.1363267299999, -12.1365258549999, -12.1367951049999,
-12.1372397299999, -12.1377983549999, -12.1379343549999,
-12.1380218549999, -12.1381529799999, -12.1383132299999,
-12.13834773, -12.138450855, -12.138897105, -12.1395664799999,
-12.1398614789999, -12.1404631049999, -12.14111123, -12.1417088549999,
-12.1421839799999, -12.1424386049999, -12.1427113549999,
-12.143302105, -12.1437582299999, -12.144274105, -12.1445732299999,
-12.1447004799999, -12.1450593549999, -12.1452007299999,
-12.145545355, -12.1459416049999, -12.1466071049999, -12.1470109799998,
-12.147369855, -12.1477713549999, -12.14814748, -12.1482774799998,
-12.1485812299999, -12.1491271049999, -12.1495982299999,
-12.1500393549999, -12.1502637299999, -12.1505253549999,
-12.1507754799998, -12.1509733549998, -12.1512507299999,
-12.1515423549999, -12.1520732299999, -12.15259673, -12.153202355,
-12.1536511049999, -12.1537773549999, -12.1537988549999,
-12.153627355, -12.15477248, -12.1551533549999, -12.1595863549999,
-12.159896105, -12.1602152299999, -12.160529605, -12.1607837299999,
-12.1611611049999, -12.1620489799999, -12.1632031049999,
-12.1637058549999, -12.1642267299999, -12.1644774799998,
-12.1646827299999, -12.1649897299999, -12.1654481049999,
-12.1657814799999, -12.1664282299999, -12.167037605, -12.16746548,
-12.1676101049999, -12.16790198, -12.1681653549998, -12.1685489799999,
-12.1688638549999, -12.1690642299999, -12.169287605, -12.169531605,
-12.1698197299999, -12.1700152299999, -12.17010348, -12.1701944799999,
-12.1703697299999, -12.170593105, -12.1707721049999, -12.17133173,
-12.17196723, -12.1723416049999, -12.1726944799999, -12.1729157299999,
-12.1730894799999, -12.1733872299999, -12.1737823549998,
-12.173978855, -12.1742599799999, -12.17438923, -12.1747207299999,
-12.1748014799999, -12.1748551049999, -12.1749733549999,
-12.1751286049999, -12.1752297299999, -12.1755229799999,
-12.1757118549999, -12.1759912299999, -12.1763989799999,
-12.1768884799999, -12.1771632299999, -12.1776873549999,
-12.1781052299999, -12.1784299799999, -12.178786605, -12.178998355,
-12.1791931049999, -12.179351605, -12.1797284799999, -12.1799088549999,
-12.180143605, -12.1806188549999, -12.1809911049999, -12.1813574799999,
-12.1819243549999, -12.182267855, -12.1826114799999, -12.1828761049998,
-12.183289105, -12.1838369799999, -12.184252855, -12.1843372994937,
-12.1848353549998, -12.1849783549999, -12.1851932299999,
-12.1854731349469, -12.1860969871344, -12.1860993665955,
-12.1861921655748, -12.186294482398, -12.1863277948522, -12.1863277948522,
-12.1862930547214, -12.1862583145907, -12.186183030875, -12.1862559050561,
-12.1864503959031, -12.1864670198337, -12.1866963257727,
-12.1872892874554, -12.1892991075875, -12.1898510527624,
-12.1900212035387, -12.1901568742645, -12.1902259657144,
-12.1912952084097, -12.1924518033541, -12.1922781792933,
-12.1919233861152, -12.1916830605535, -12.1916793021313,
-12.1923542716046, -12.1924627831985, -12.1925898549998,
-12.1926344943605, -12.1926679799999, -12.192810605, -12.192927605,
-12.1930468549999, -12.193316355, -12.1929159799999, -12.1926757299999,
-12.1925117299999, -12.192347605, -12.1922187299999, -12.19494973,
-12.19491648, -12.1947722299998, -12.1946027299999, -12.1945713549999,
-12.1944824799999, -12.1939512299999, -12.1928769799998,
-12.1915762299999, -12.1913359799999, -12.1907167299999,
-12.1903749799999, -12.1884023549999, -12.1879863549998,
-12.187630855, -12.187972605, -12.188212855, -12.1875507299999,
-12.1856444799999, -12.18524998, -12.1834609799999, -12.1819668549998,
-12.1811288549998, -12.179091855, -12.1787304799999, -12.1780742299999,
-12.1775976049999, -12.1771873549999, -12.1767284799998,
-12.1757246049999, -12.1749374799998, -12.174527355, -12.1741659799999,
-12.173714855, -12.1730663549999, -12.1727284799999, -12.172611355,
-12.1718772299999, -12.1718328549999, -12.171544355, -12.1710228549998,
-12.170356855, -12.1699992299999, -12.168047133, -12.1676658549999,
-12.1674729449998, -12.1673550389997, -12.1673185629998,
-12.1672441119999, -12.1670682269999, -12.1669652049999,
-12.1669043519998, -12.1668130309998, -12.1667330479999,
-12.1666380129999, -12.1665658219999, -12.1665130129999,
-12.1664641409998, -12.166438198, -12.1664368159999, -12.166431356,
-12.1664322789999, -12.1664296269999, -12.1664305489998,
-12.1664390679999, -12.1664394529998, -12.1664522529999,
-12.1657915519999, -12.1640159089999, -12.1627816119999,
-12.1624805859998, -12.1620402309998, -12.1616099359999,
-12.161334902, -12.161167926, -12.1610229839999, -12.1609456449999,
-12.1606896939999, -12.160204478, -12.1601954249999, -12.1575101499999,
-12.156085284, -12.1559987579997, -12.1558854849999, -12.155743349,
-12.1553120109999, -12.1547394199999, -12.154050282, -12.1534882129998,
-12.1530865329999, -12.1526005499999, -12.1520882529998,
-12.1515959409999, -12.150911321, -12.1503306069999, -12.1493458069999,
-12.147617141, -12.1471687319999, -12.146724757, -12.1461565059999,
-12.1456740269999, -12.1453334669999, -12.14270769, -12.138730779,
-12.1387741499999, -12.1388059499999, -12.1388428449999,
-12.1388822529998, -12.1389140169999, -12.1389620489998,
-12.138984512, -12.1390022239999, -12.1390027799999, -12.1390034579999,
-12.1390287299999, -12.1390764999999, -12.1391466109999,
-12.139214002, -12.1392885649999, -12.1393367379999, -12.1393623349999,
-12.139244219, -12.139170238, -12.1394832039999, -12.1397390429999,
-12.1399239019999, -12.1401760309999, -12.141076319, -12.1412114399999,
-12.1411316029999, -12.1410682219999, -12.1410725419999,
-12.1411791199998, -12.1413281619999, -12.1413434059999,
-12.1414191319999, -12.1415254129999, -12.141606914, -12.1417038529999,
-12.1417846709999, -12.1419118719999, -12.142114657, -12.1423307469999,
-12.1423574149998, -12.142609132, -12.1429959339999, -12.1437102309999,
-12.144058372, -12.1423264799998, -12.1421080829999, -12.1412377679999,
-12.1409836329999, -12.1407823839999, -12.14056249, -12.1401755539999,
-12.1397683569999, -12.1393178399999, -12.1389618509999,
-12.1384418409999, -12.1381196619998, -12.13775105, -12.1371500189999,
-12.1369152889999, -12.1367694489999, -12.1348885189999,
-12.13521945, -12.1351136069999, -12.133920734, -12.133649125,
-12.1322490319999, -12.1322970209999, -12.1321945879999,
-12.1321069749999, -12.1319772489998, -12.1318627159999,
-12.1317559179999, -12.1316954759999, -12.1316773689999,
-12.131648254, -12.1315924389999, -12.13152049, -12.1314445769999,
-12.1313877389999, -12.131354024, -12.1313087739999, -12.131252461,
-12.1311616589999, -12.1310327889998, -12.1309608119998,
-12.130936607, -12.1308009769999, -12.1307170399999, -12.1306452009999,
-12.13063161, -12.130601041, -12.1305898269999, -12.1305527569999,
-12.1305224299999, -12.1304634419999, -12.1304280909999,
-12.1303952679999, -12.1303814899999, -12.1303605899999,
-12.130370742, -12.1303342909999, -12.130215348, -12.1300868389999,
-12.1299821399999, -12.1298349149999, -12.1296690079999,
-12.1295011669998, -12.1294697259999, -12.129332135, -12.1292228939998,
-12.1291500499999, -12.129123653, -12.1290749349999, -12.129018317,
-12.1289922239999, -12.1289929129998, -12.128974362, -12.1289446919999,
-12.1289192329999, -12.1289159859999, -12.1289050869999,
-12.1288984829999, -12.1288420289999, -12.1287471219998,
-12.1286636369999, -12.1286069349999, -12.1284967789999,
-12.1284248549999, -12.1283563989999, -12.1282843929999,
-12.1282083949998, -12.1281364159999, -12.1280759429999,
-12.1280003859999, -12.127947289, -12.1279133779998, -12.127891055,
-12.1278649059999, -12.1278694489999, -12.1278736329999,
-12.1278543339999, -12.1278239129998, -12.1277658659999,
-12.127677322, -12.1275828319999, -12.1274839479999, -12.127420188,
-12.127313675, -12.127175044, -12.1271308049999, -12.1270834279999,
-12.1268909209999, -12.1267932319999, -12.1266268799999,
-12.1264487609999, -12.12631127, -12.1261676679998, -12.1260358739999,
-12.1258809179999, -12.1257088679999, -12.1255483789999,
-12.1253877669999, -12.125221456, -12.125094947, -12.124951139,
-12.1248366039998, -12.1247165779998, -12.1245622829999,
-12.1244477889999, -12.1243046829999, -12.1241728899999,
-12.1240445069998, -12.1238550659999, -12.1237376409999,
-12.1235344799999, -12.1233455019999, -12.1230644089998,
-12.1229307159999, -12.122697875, -12.122377833, -12.1222938789999,
-12.122026988, -12.1217560789999, -12.121584401, -12.121405152,
-12.1212678529999, -12.1210658959999, -12.1208638009999,
-12.120722841, -12.1205982469999, -12.120391098, -12.12026035,
-12.1200933109999, -12.1200343049999, -12.1200211469999,
-12.1200217809999, -12.1200000979999, -12.1199444819999,
-12.1198943809998, -12.1198560559999, -12.1198372269999,
-12.119821858, -12.1197961089999, -12.1197866029999, -12.1197730109999,
-12.1197665059999, -12.119667411, -12.11955796, -12.119425029,
-12.1193760929999, -12.119049285, -12.1188002289999, -12.1186141399999,
-12.118310645, -12.1180390659999, -12.1179157769999, -12.1178068569999,
-12.1176722959999, -12.1175177719999, -12.1174005719999,
-12.1172550059999, -12.117231628, -12.1171551269999, -12.1170581589999,
-12.1169754149999, -12.116787073, -12.1166271789999, -12.1165017619999,
-12.1163769409999, -12.1162577359999, -12.1161694789999,
-12.1160984799999, -12.1160334469999, -12.115942649, -12.1157919809999,
-12.1156835129999, -12.1155952349999, -12.1155246679999,
-12.1154977199998, -12.1155183289999, -12.1155554149999), .Dim = c(631L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-77.0265586109999, -77.0263104859999,
-77.026141861, -77.026003862, -77.025963486, -77.025949236,
-77.0261517359999, -77.026175736, -77.0261406109999,
-77.025827361, -77.0258203609999, -77.0251874859999,
-77.0249198619999, -77.0240957359998, -77.018234362,
-77.0182081109999, -77.0182051109999, -77.018221736,
-77.0182423619999, -77.0182128609999, -77.017279236,
-77.017294862, -77.0138027369999, -77.0138027359999,
-77.0132461109999, -77.0132538609999, -77.013195362,
-77.013029236, -77.0101698619999, -77.0046752359999,
-77.0025863609999, -77.0009374859999, -77.0016308609999,
-77.005591736, -77.0095568609999, -77.009568362, -77.009589862,
-77.009429736, -77.0113086119999, -77.011771487, -77.011872986,
-77.012458986, -77.012574236, -77.0129941119999, -77.0131816109999,
-77.0130586109999, -77.013095736, -77.013484487, -77.0137382359999,
-77.0139981109999, -77.0143672359999, -77.014742236,
-77.0151913609999, -77.015581987, -77.015710986, -77.015876986,
-77.0161601109999, -77.0164336109999, -77.017121112,
-77.0173163609999, -77.0173163609999, -77.0180234859999,
-77.0179999869999, -77.0191484859999, -77.0194503609999,
-77.0194839869999, -77.0196121109999, -77.021156236,
-77.021271487, -77.021699236, -77.0221034859999, -77.0225058609999,
-77.023115236, -77.0229961109999, -77.024042986, -77.024249986,
-77.0245683619999, -77.0246777369999, -77.0248944859999,
-77.0250058619999, -77.0251113609999, -77.0252167359999,
-77.0253183609999, -77.025415986, -77.0255117359999,
-77.0256836109999, -77.0258144869999, -77.0259198609999,
-77.0259843619999, -77.026560487, -77.0266797359999,
-77.026810486, -77.0270996109999, -77.0274746109999,
-77.027624986, -77.0277617359999, -77.0278886109999,
-77.027939486, -77.028189486, -77.0283027369999, -77.0284531119999,
-77.0294374859999, -77.029540987, -77.0285663619999,
-77.0285194859999, -77.028456986, -77.028419986, -77.028408236,
-77.028427736, -77.028435487, -77.028449236, -77.0284863609999,
-77.0285624859999, -77.0285841109999, -77.0286172359998,
-77.028656236, -77.028669986, -77.0286933619999, -77.028708986,
-77.028742236, -77.0287968609999, -77.0288691109999,
-77.028925736, -77.0289628619999, -77.028999987, -77.0290253609999,
-77.029052736, -77.0290819859999, -77.0291308609999,
-77.0293749859998, -77.029398487, -77.029115237, -77.0290996109999,
-77.0291132359999, -77.0291523609999, -77.029197236,
-77.029240236, -77.029263737, -77.029292986, -77.0293398619999,
-77.0293613609999, -77.0294101109999, -77.029453111,
-77.029490236, -77.029533236, -77.0295898609999, -77.029652486,
-77.0296992359998, -77.0297422359998, -77.0297598609999,
-77.029792986, -77.0298378619999, -77.0299277359999,
-77.0300409869999, -77.030154237, -77.030242237, -77.030384736,
-77.0305371109999, -77.0306933619999, -77.0308398609999,
-77.0309336109999, -77.0310273609999, -77.031140611,
-77.031247986, -77.0313281109999, -77.031470736, -77.0316542369999,
-77.0317636119999, -77.0319159859999, -77.0321308619999,
-77.0323711119999, -77.0325429869999, -77.0326854859998,
-77.032841736, -77.033173861, -77.0333437369999, -77.0334433609999,
-77.0335038609999, -77.0336698619999, -77.033826236,
-77.033997986, -77.034181611, -77.0343906109999, -77.0345468609999,
-77.034679736, -77.0348163609999, -77.0349218619999,
-77.035031236, -77.035197236, -77.035343736, -77.0354529859999,
-77.035576111, -77.035689487, -77.0370018609999, -77.037117236,
-77.0355391119999, -77.0355898609999, -77.0356621119999,
-77.035771486, -77.035947236, -77.0361191109999, -77.036304736,
-77.0364356109999, -77.036550736, -77.0366817359999,
-77.0367968619999, -77.036908236, -77.0369843619999,
-77.0371092359999, -77.037265611, -77.037265611, -77.0371836109999,
-77.037089861, -77.037103486, -77.0371836109999, -77.0373359869999,
-77.037455237, -77.0375976109999, -77.037656236, -77.0377676109999,
-77.0379843609999, -77.0380801109999, -77.038240237,
-77.038431611, -77.038511737, -77.0392402359998, -77.0393476109999,
-77.0385878609999, -77.0385468609999, -77.038511737,
-77.038511736, -77.0386113609999, -77.038751986, -77.0389532359999,
-77.039093736, -77.039255861, -77.0394159859999, -77.039578111,
-77.039648486, -77.0397676109999, -77.039894486, -77.0400742369999,
-77.0403164859999, -77.0404961119999, -77.0405917369999,
-77.040802736, -77.0410448609999, -77.0411446109999,
-77.041214861, -77.0413163609999, -77.041411986, -77.0415996109999,
-77.0416836109999, -77.041542987, -77.041648486, -77.041790986,
-77.0420214859999, -77.0421816109999, -77.042306611,
-77.0424726119999, -77.042523487, -77.042603486, -77.042748111,
-77.0428457359999, -77.0430136119999, -77.043251986,
-77.043361487, -77.043423861, -77.0434688619999, -77.0435468609999,
-77.0436249859999, -77.0436874869999, -77.0437637359999,
-77.0438417359999, -77.0439101119999, -77.0439804859999,
-77.0440448609999, -77.044089861, -77.0441562359999,
-77.0442304869998, -77.0443047359999, -77.044355486,
-77.0444198609999, -77.0444766109999, -77.044537111,
-77.0445781119999, -77.044634736, -77.0447011109999,
-77.044763611, -77.0448281119999, -77.0448984859999,
-77.0449999859999, -77.045066361, -77.045160111, -77.0452323609999,
-77.0452988609999, -77.0453516109999, -77.045435486,
-77.045511736, -77.0456093609999, -77.045664111, -77.0457304859999,
-77.0457968609999, -77.0458554859999, -77.045933611,
-77.0464667369999, -77.0465332359999, -77.046007737,
-77.046042986, -77.046007736, -77.045933611, -77.0459257359998,
-77.0458613619999, -77.045769486, -77.0457226119999,
-77.0456992359999, -77.0456562359999, -77.0456054859999,
-77.0455624859999, -77.045523486, -77.045531236, -77.0455391119999,
-77.0455566109999, -77.0455878609999, -77.0456132359999,
-77.045695361, -77.045757862, -77.0458183609999, -77.045845736,
-77.045910111, -77.0459609859999, -77.046095736, -77.046263611,
-77.0463632359999, -77.0464882359998, -77.0466073619999,
-77.0467011119999, -77.0467909859998, -77.046847611,
-77.0470097359999, -77.047103611, -77.0473086119999,
-77.047453111, -77.047578111, -77.047630861, -77.047728487,
-77.0478808619999, -77.0480683609999, -77.048314487,
-77.0484648619999, -77.0486191109999, -77.0487872369999,
-77.048892611, -77.049111361, -77.0492734859999, -77.049404237,
-77.0495448619999, -77.0497011109999, -77.0498319859999,
-77.0499882359999, -77.0501444859999, -77.050269487,
-77.050337987, -77.0511738609999, -77.051265611, -77.0503632359999,
-77.0503203609999, -77.0502753609999, -77.0502519859999,
-77.050226611, -77.050203111, -77.050185487, -77.050201111,
-77.0502303609999, -77.0502538619999, -77.0503222359999,
-77.0503516119999, -77.0504062359999, -77.050455112,
-77.0504804859999, -77.050496111, -77.050527361, -77.050558611,
-77.0505898609999, -77.0506347359999, -77.0506777359999,
-77.050746111, -77.050833986, -77.0509042359999, -77.0509433619999,
-77.0509981119999, -77.051050736, -77.051103487, -77.0511582359999,
-77.0512284869999, -77.051279236, -77.0513887359999,
-77.051459111, -77.0515507359999, -77.0516367359999,
-77.0517617369999, -77.0518144869999, -77.051861361,
-77.0519198619999, -77.0520078609999, -77.0520743609999,
-77.0521367359999, -77.0522558619999, -77.052361361,
-77.052435611, -77.052521486, -77.0526152369999, -77.0527402359999,
-77.0528417359999, -77.0528906119999, -77.0529394869999,
-77.052996111, -77.0530663619999, -77.0531464859999,
-77.0532284859999, -77.053290986, -77.0533318609999,
-77.0533652359999, -77.053431611, -77.053486361, -77.0536093619999,
-77.0536757359999, -77.0537382369999, -77.053857361,
-77.0539316119999, -77.0539804859999, -77.054058611,
-77.054144487, -77.0542323609999, -77.0542988619999,
-77.054349611, -77.054414111, -77.0544609859999, -77.054511737,
-77.054580111, -77.0546601119999, -77.0547929859999,
-77.0548672359999, -77.054945361, -77.055009737, -77.055085987,
-77.0551699869999, -77.0552636119999, -77.055334112,
-77.0553926119999, -77.0554609859999, -77.0555527359999,
-77.0556211109999, -77.0556757359999, -77.0557382359999,
-77.055853487, -77.0559141109999, -77.0559667369999,
-77.0557499859999, -77.055693361, -77.055589861, -77.0554158619999,
-77.0553496109999, -77.055160111, -77.0550703609999,
-77.055007862, -77.054976611, -77.0549394859999, -77.054955112,
-77.0549726119999, -77.054978486, -77.054964861, -77.0549297359999,
-77.054857362, -77.0547871119999, -77.054740236, -77.054691361,
-77.0546249859999, -77.0545547359999, -77.0544746119999,
-77.054417987, -77.054292861, -77.0537402359999, -77.0535566119999,
-77.053507861, -77.0534257359999, -77.053343736, -77.0533144859999,
-77.053269486, -77.0531992359999, -77.0531543609999,
-77.0530644859999, -77.0528887359999, -77.052757862,
-77.0525819859999, -77.052484361, -77.052361361, -77.052205112,
-77.052080111, -77.0520117359999, -77.0519667359999,
-77.051904362, -77.051863236, -77.0517734869999, -77.0516972359999,
-77.0516172359999, -77.0515214869998, -77.0514198609999,
-77.0492693609999, -77.0466913609999, -77.0461854859998,
-77.0449981119999, -77.0441503619999, -77.0435234859999,
-77.0431132359998, -77.0404628609999, -77.039945361,
-77.039040987, -77.038249986, -77.037158237, -77.0366113619999,
-77.031488237, -77.0273216119999, -77.0274667369999,
-77.0274648609999, -77.027419862, -77.027312486, -77.0265586109999,
-12.1081992299999, -12.1103494799999, -12.1119758549999,
-12.11348248, -12.1141054799999, -12.11432623, -12.1168923549999,
-12.1171972299999, -12.1174628549999, -12.11912123, -12.1191582299999,
-12.1191757299999, -12.1192694799999, -12.1198417299999,
-12.119414105, -12.1194144799998, -12.1197148549999,
-12.120091605, -12.1205604799999, -12.1205601049999,
-12.120548855, -12.1194354799999, -12.119378855, -12.1188221049999,
-12.1187929799999, -12.1178672299999, -12.117685605,
-12.1175273549999, -12.115691355, -12.1236802299999,
-12.1265618549999, -12.1289453549999, -12.1288613549999,
-12.12829298, -12.1276577299999, -12.1277851049999, -12.1280742299999,
-12.129910105, -12.1300819799999, -12.1300038549999,
-12.130494105, -12.1303574799999, -12.13081248, -12.1312617299999,
-12.1308788549999, -12.1302049799999, -12.1298437299999,
-12.129953105, -12.129410105, -12.1294826049999, -12.1295703549999,
-12.1295918549999, -12.1295762299999, -12.1295409799999,
-12.129974605, -12.130199229, -12.1299433549999, -12.1305391049999,
-12.12993748, -12.1301113549999, -12.130408229, -12.1304218549999,
-12.1312461049999, -12.13126948, -12.130597355, -12.1306122299999,
-12.1306691049999, -12.133251855, -12.1334453549999,
-12.1340703549999, -12.13446098, -12.1347148549999, -12.1349336049999,
-12.1352676049999, -12.1358066049999, -12.1358788549999,
-12.1359648549999, -12.1359863549999, -12.13601948, -12.1360351049998,
-12.1360606049999, -12.136093729, -12.13613673, -12.1361856049999,
-12.1362402299999, -12.13637498, -12.1365038549999, -12.1366503549999,
-12.1367734799999, -12.13778323, -12.1379628549999, -12.1381406049999,
-12.1384668549999, -12.1388066049999, -12.1389648549999,
-12.13913473, -12.1393163549999, -12.13941598, -12.1395488549999,
-12.1396269799999, -12.13970698, -12.1401406049999, -12.1401484799999,
-12.13968948, -12.139603479, -12.1395312299999, -12.13943748,
-12.1393339799999, -12.1392481049999, -12.1391641049999,
-12.1390976049999, -12.13902523, -12.13892773, -12.1388711049999,
-12.1387988549999, -12.1387207299999, -12.1386426049999,
-12.1385488549999, -12.1384784799999, -12.13839848, -12.1383066049999,
-12.1382246049999, -12.1381523539999, -12.1381034799999,
-12.1380156049999, -12.1379062299999, -12.1378183549999,
-12.1377578549999, -12.1376601049999, -12.13774023, -12.1376738549999,
-12.13754498, -12.13746098, -12.1373926049999, -12.1373047299999,
-12.1372128549999, -12.1371308549999, -12.1370527299999,
-12.1369939799999, -12.1369101049999, -12.1368339799999,
-12.13672073, -12.13659173, -12.1365097299999, -12.13643948,
-12.13633398, -12.1362461049999, -12.1361231049999, -12.1360293549999,
-12.1359746049999, -12.1359121049999, -12.13584573, -12.1356621049999,
-12.13549998, -12.1353281049999, -12.1351601049999, -12.1349099799999,
-12.13471873, -12.13446873, -12.1342871049999, -12.1341641049999,
-12.13402723, -12.1339492299999, -12.1338496049999, -12.1337128549999,
-12.13358598, -12.1334374799999, -12.1332988549999, -12.13319723,
-12.13308598, -12.13298248, -12.13280473, -12.1326582299999,
-12.132505855, -12.1322694799999, -12.13215823, -12.1320624799999,
-12.1319999799999, -12.1319668549999, -12.131910105,
-12.1317968549999, -12.1317168549999, -12.13160748, -12.1314883549999,
-12.13141798, -12.1312538549998, -12.1311328549999, -12.1310391049999,
-12.1309824799999, -12.1309062299999, -12.13086723, -12.1308632299999,
-12.1308964799999, -12.13277348, -12.1326914799999, -12.13043748,
-12.1303183549999, -12.1301816049998, -12.13007048, -12.12991998,
-12.1297481049999, -12.1295976049998, -12.1294571049999,
-12.12935748, -12.1292753549999, -12.129195355, -12.12907423,
-12.1289551049999, -12.12879098, -12.1287734799999, -12.12865448,
-12.1286132299999, -12.12853123, -12.128415855, -12.12829298,
-12.1281308549999, -12.1279433549998, -12.1277733549999,
-12.1276367299999, -12.1275253549999, -12.1273106049999,
-12.12718948, -12.1270742299999, -12.126943355, -12.1268926049999,
-12.1276484799999, -12.1275429799999, -12.12675773, -12.1266778549999,
-12.12660748, -12.1265058549999, -12.126339855, -12.1261543549999,
-12.1259531049998, -12.1257909799999, -12.1256328549999,
-12.1254551049998, -12.12529498, -12.12523048, -12.12511323,
-12.1250038549999, -12.1249023549998, -12.12470123, -12.1245566049998,
-12.1244862299999, -12.1244413549999, -12.124359355,
-12.1243203549999, -12.1242343549999, -12.1241932299999,
-12.1242148549999, -12.124410105, -12.124328105, -12.12414848,
-12.1239687299999, -12.123828105, -12.1236523549999,
-12.1235507299999, -12.123470604, -12.1234356049999,
-12.1233964799999, -12.1233593549999, -12.1232909799999,
-12.123249979, -12.1231933549998, -12.1231229799999,
-12.1230742299999, -12.1230194799999, -12.1229882299999,
-12.1229472299999, -12.12291798, -12.1228926049999, -12.1228359799999,
-12.1227949799999, -12.1227656049999, -12.1227089799999,
-12.122662105, -12.1226269799999, -12.1225859799999,
-12.1225253549999, -12.1224707299999, -12.12242973, -12.1223731049999,
-12.1223144799999, -12.1222734799999, -12.122216855,
-12.1221757299999, -12.12213873, -12.12209373, -12.1220449799999,
-12.1219961039999, -12.12189848, -12.121847605, -12.1217773549998,
-12.1217304799999, -12.1216798549999, -12.121642605,
-12.121587855, -12.1215488549998, -12.12151173, -12.1214843549998,
-12.1214766049999, -12.1214589799999, -12.1214569799999,
-12.1214628549998, -12.1219922299999, -12.1219159789999,
-12.121382855, -12.121265605, -12.1211777299999, -12.121060605,
-12.120962855, -12.1208749799999, -12.1208163549999,
-12.120767605, -12.12070898, -12.1206464799999, -12.1206132299999,
-12.1205547299999, -12.1204589799999, -12.1203984799999,
-12.1203203549999, -12.1202441049999, -12.1201562299999,
-12.1200683549998, -12.1199687299999, -12.11986523, -12.119792979,
-12.1197246049999, -12.1196797289999, -12.119628855,
-12.1195058549998, -12.119373105, -12.11928323, -12.1191836049999,
-12.119089855, -12.11905473, -12.11900198, -12.1188672299999,
-12.11875198, -12.1186992299999, -12.1185722299999, -12.1185332299999,
-12.1184784799999, -12.1183867299999, -12.1183144799999,
-12.1182714799999, -12.118203105, -12.1180839799999,
-12.117984355, -12.117931605, -12.1178064799999, -12.117703105,
-12.117578105, -12.1174628549999, -12.117347605, -12.1172128549998,
-12.117097605, -12.1169981049999, -12.1168847299999,
-12.1167422299999, -12.1166797299999, -12.1166797299999,
-12.1174961049999, -12.1174141039999, -12.11652348, -12.1164257299999,
-12.116330105, -12.116240229, -12.1161718549999, -12.1160332299999,
-12.1159784799999, -12.11590623, -12.1158163549998, -12.1157597299999,
-12.1156367299999, -12.1155703549999, -12.115494105,
-12.1154159799999, -12.1153613549998, -12.115293105,
-12.1152461049999, -12.115181605, -12.1151231049998,
-12.1150547299999, -12.1149784799999, -12.1148847299999,
-12.1147929799999, -12.1147168549999, -12.1146777299999,
-12.114619105, -12.1145527299999, -12.1144922299999,
-12.114404355, -12.1143222299999, -12.1142578549998,
-12.1141543549999, -12.114070355, -12.113994105, -12.1139121049998,
-12.1138534799999, -12.113808605, -12.113748105, -12.1136856039999,
-12.1136191049999, -12.1135722299999, -12.1135234799999,
-12.11342973, -12.1133496049998, -12.1132812299999, -12.113183605,
-12.1130781049999, -12.1129804799999, -12.112945355,
-12.112904355, -12.1128418549998, -12.1127891049999,
-12.1127402299999, -12.1127069799999, -12.1126874799999,
-12.112642605, -12.1125644799999, -12.1125214799999,
-12.1124746049998, -12.1124413549998, -12.1123867299999,
-12.112349605, -12.1123222299999, -12.1122714799999,
-12.1122304799999, -12.1122031049998, -12.1121503549998,
-12.1120877299999, -12.112035105, -12.111994105, -12.1119726049999,
-12.1119394799999, -12.1119082299999, -12.1118632299999,
-12.111806605, -12.1117617299999, -12.1117246049999,
-12.1116836049998, -12.1116172299999, -12.111548855,
-12.111503855, -12.1114687299999, -12.1114374799999,
-12.1113984799999, -12.1113711049998, -12.1113319799999,
-12.1112714799999, -12.111220729, -12.111183605, -12.1111484799999,
-12.1110996049998, -12.1110721049999, -12.1110194799999,
-12.1109667299999, -12.110941355, -12.1108887299999,
-12.1108124799999, -12.1107812299999, -12.110693355,
-12.110621105, -12.1105663549999, -12.1105176049999,
-12.110445355, -12.1103574799999, -12.1102891049998,
-12.1102246049998, -12.110154355, -12.110101605, -12.1100391049998,
-12.1100058549999, -12.1099784799999, -12.1099531049998,
-12.109904355, -12.109839855, -12.109765605, -12.1097363549998,
-12.1096992299999, -12.1096933549998, -12.109640605,
-12.109609355, -12.109537105, -12.1094531049999, -12.1093984799999,
-12.1092929799999, -12.1089591049999, -12.1084492299999,
-12.1085429799999, -12.1087382299999, -12.1088828539999,
-12.109078105, -12.1091874799999, -12.109330105, -12.1095019799999,
-12.109630855, -12.1096972289999, -12.1097499799999,
-12.1098162299999, -12.109859355, -12.1099531049998,
-12.110035105, -12.110121105, -12.1102246049998, -12.1103319799999,
-12.108369105, -12.110941355, -12.110464855, -12.1104492299999,
-12.110476605, -12.110654355, -12.1108457299999, -12.1083457299999,
-12.1088574799999, -12.109753855, -12.108974605, -12.1100644799999,
-12.1100253549999, -12.1035507299999, -12.1028419799999,
-12.1035957299999, -12.1053023549999, -12.105966855,
-12.106320355, -12.1081992299999), .Dim = c(528L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-77.0149806109999,
-77.0146913619999, -77.0104413609999, -77.010398486, -77.009859362,
-77.009771486, -77.0095859859999, -76.9936172369999, -76.9942099859999,
-76.9945799869999, -76.9950399869999, -76.995459861, -76.995836861,
-76.996095611, -76.9964271109999, -76.997028111, -76.997319987,
-76.9974499859999, -76.997540236, -76.9977799869999, -76.998118236,
-76.998269987, -76.999059986, -76.9990886109999, -76.999329986,
-76.999479986, -76.9996199859999, -76.9999163609999, -76.9999999869999,
-77.0008904859999, -77.001599986, -77.002109987, -77.0025863609999,
-77.0046752359999, -77.0101698619999, -77.013029236, -77.013195362,
-77.0132538609999, -77.0132461109999, -77.0138027359999,
-77.0138027369999, -77.017294862, -77.017279236, -77.0182128609999,
-77.0182423619999, -77.018221736, -77.0182051109999, -77.0182081109999,
-77.018234362, -77.0240957359998, -77.0249198619999, -77.0251874859999,
-77.0258203609999, -77.025827361, -77.0261406109999, -77.026175736,
-77.0261517359999, -77.025949236, -77.025963486, -77.026003862,
-77.026141861, -77.0263104859999, -77.0265586109999, -77.027312486,
-77.027419862, -77.0274648609999, -77.0274667369999, -77.0273216119999,
-77.0187656109999, -77.0164121109999, -77.0165136109999,
-77.0164863609999, -77.0164336109999, -77.0163261109999,
-77.0161191109999, -77.016417986, -77.016470737, -77.0165527359999,
-77.0149806109999, -12.1077812299999, -12.1080409799999,
-12.107277355, -12.1076074799999, -12.1102461049998, -12.1102909799999,
-12.1123847299999, -12.1113216049999, -12.11243998, -12.1133999799999,
-12.1142899789999, -12.11531998, -12.1161301049999, -12.1166909799999,
-12.1173903549999, -12.1186724799999, -12.1193899799999,
-12.1198899799998, -12.1199857299999, -12.1202401049999,
-12.12047473, -12.1205799799999, -12.12175998, -12.1218202299999,
-12.1223699799999, -12.1224699799999, -12.1227498549999,
-12.1229762299999, -12.1230399799999, -12.1244692299999,
-12.12542998, -12.1259499799999, -12.1265618549999, -12.1236802299999,
-12.115691355, -12.1175273549999, -12.117685605, -12.1178672299999,
-12.1187929799999, -12.1188221049999, -12.119378855, -12.1194354799999,
-12.120548855, -12.1205601049999, -12.1205604799999, -12.120091605,
-12.1197148549999, -12.1194144799998, -12.119414105, -12.1198417299999,
-12.1192694799999, -12.1191757299999, -12.1191582299999,
-12.11912123, -12.1174628549999, -12.1171972299999, -12.1168923549999,
-12.11432623, -12.1141054799999, -12.11348248, -12.1119758549999,
-12.1103494799999, -12.1081992299999, -12.106320355, -12.105966855,
-12.1053023549999, -12.1035957299999, -12.1028419799999,
-12.1019218549999, -12.102296855, -12.1030644799999, -12.1032226049999,
-12.1033242299999, -12.1034278549999, -12.103562355, -12.1041426049999,
-12.1043476049999, -12.1055683549999, -12.1077812299999), .Dim = c(79L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-76.6407773609999, -76.639999986, -76.6390826109999,
-76.6384403599999, -76.6374961109999, -76.6363539859999,
-76.6357337359999, -76.633577611, -76.6320637349999,
-76.629448861, -76.6262734849998, -76.624083986, -76.622108861,
-76.6210996109999, -76.621283236, -76.6213748609999,
-76.6208243609999, -76.6209619859999, -76.6217877359999,
-76.6229346109999, -76.6241732359999, -76.625365986,
-76.625595361, -76.6252742359999, -76.6249531109999,
-76.6250908599999, -76.6259164859999, -76.626833986,
-76.627797361, -76.6280726109999, -76.628485486, -76.6298158609999,
-76.631237986, -76.631834361, -76.632109611, -76.632935486,
-76.634082236, -76.6354511109999, -76.6367888609999,
-76.639770611, -76.6431653609999, -76.645505111, -76.6485327359999,
-76.650413611, -76.6513769859999, -76.6520191109999,
-76.6521799859999, -76.6525899859999, -76.652669986,
-76.6527099859999, -76.652649986, -76.6524399859999,
-76.6523799859999, -76.6525699859999, -76.652669986,
-76.6529799859999, -76.652989986, -76.652859986, -76.652989986,
-76.6531699859999, -76.6533899849999, -76.653529986,
-76.6536501109999, -76.653869986, -76.6541699859999,
-76.6548499859999, -76.6561699859999, -76.6565999859999,
-76.6571899859999, -76.6586499859999, -76.6592499859999,
-76.6597299859999, -76.659949986, -76.6604898599999,
-76.6606699859999, -76.661159986, -76.661819986, -76.662059986,
-76.6625499859999, -76.662999986, -76.6631799859999,
-76.663659986, -76.664010111, -76.664059986, -76.6640299859999,
-76.6640899859999, -76.6647998609999, -76.665149986,
-76.6657899859999, -76.665939986, -76.666049985, -76.6662399859999,
-76.666819986, -76.667019986, -76.667239986, -76.6679999859999,
-76.6682899859999, -76.6687399859999, -76.6695399859999,
-76.6698599859999, -76.670239986, -76.6704499859999,
-76.671199986, -76.6720899859999, -76.672819986, -76.6733099859999,
-76.673989986, -76.674099986, -76.6741999859998, -76.674359986,
-76.6745499859999, -76.675449986, -76.6756499859999,
-76.676009861, -76.6766599859999, -76.6770199859999,
-76.6771199859999, -76.6771599859999, -76.6779099859999,
-76.6782499859999, -76.6784199859999, -76.6787799859999,
-76.6795101109999, -76.6809399859999, -76.6816599859999,
-76.682229986, -76.683589986, -76.684219986, -76.6847799859999,
-76.6858699859999, -76.686149986, -76.686391236, -76.686979986,
-76.6871199859999, -76.6874899859999, -76.6883199859999,
-76.6892799859999, -76.6899499859999, -76.690749986,
-76.691349986, -76.692069986, -76.6925799859999, -76.6934099859999,
-76.694639986, -76.6964599859999, -76.6977599859999,
-76.6988299859999, -76.699639986, -76.7001203609999,
-76.700266111, -76.7010699859999, -76.7017799859999,
-76.7024399859999, -76.702534111, -76.7031499859999,
-76.7042399859999, -76.704929986, -76.7051499859999,
-76.7061981109999, -76.706209986, -76.706839986, -76.7073999859999,
-76.708039986, -76.7087501109999, -76.709499986, -76.710699986,
-76.711589986, -76.711959986, -76.7122349859999, -76.7123999859999,
-76.712555111, -76.713759986, -76.714289986, -76.715421361,
-76.715799986, -76.7162373609999, -76.7171499859999,
-76.7176799859999, -76.7182299859999, -76.7190199859999,
-76.7196799859998, -76.7205899859998, -76.7213632359999,
-76.721819986, -76.722339986, -76.723531861, -76.724333986,
-76.725390111, -76.7262599859999, -76.727009986, -76.728146736,
-76.7292799859999, -76.7308099859999, -76.7315299859999,
-76.7321399859999, -76.7332699859999, -76.734489986,
-76.7355399859999, -76.736379986, -76.7374399859999,
-76.738729986, -76.739739986, -76.7401099859999, -76.7406401109999,
-76.742309986, -76.743069986, -76.7446099859999, -76.7468899859999,
-76.7481699859999, -76.749459986, -76.7498599859999,
-76.751239986, -76.7518399859999, -76.753229986, -76.754619986,
-76.755189861, -76.7558199859999, -76.7567899859999,
-76.758059986, -76.7588599859999, -76.7596499859999,
-76.7601199859999, -76.7605899859999, -76.7614499859998,
-76.7619999859999, -76.7625499859999, -76.763529986,
-76.7643399859999, -76.764689986, -76.765519986, -76.7661999859999,
-76.7667499859999, -76.7686299859999, -76.7694599859999,
-76.769769986, -76.771579861, -76.7725499859999, -76.773189986,
-76.774139986, -76.774769986, -76.775279986, -76.775939986,
-76.777179986, -76.778349986, -76.7787199859999, -76.7794101109999,
-76.7819301109999, -76.7853966109999, -76.7882037359999,
-76.7892031109999, -76.7891659859999, -76.789292986,
-76.7892266109999, -76.789015611, -76.788746111, -76.7886034859999,
-76.7886152359999, -76.7886113609999, -76.788806611,
-76.7888886109999, -76.788949111, -76.789076111, -76.7891444859999,
-76.7891582359999, -76.789390611, -76.789630861, -76.7898944859999,
-76.790140611, -76.790312361, -76.7903516109999, -76.7903066109999,
-76.790433611, -76.790705111, -76.790872986, -76.790972611,
-76.7910409859999, -76.7911231109999, -76.791273361,
-76.7913769859999, -76.7914218609998, -76.7917304859999,
-76.791857361, -76.7920819859999, -76.7922558609999,
-76.7924569859999, -76.792615236, -76.792712861, -76.792847611,
-76.7929589859999, -76.7930722359999, -76.793183611,
-76.793296861, -76.7934551109998, -76.7936484859999,
-76.7939121109999, -76.794046861, -76.7942481109999,
-76.794376986, -76.794480611, -76.794662111, -76.7948183609998,
-76.794923861, -76.7950136109998, -76.795103486, -76.7952167359999,
-76.7952382359999, -76.795433611, -76.7955761109998,
-76.7955468609999, -76.7957266109998, -76.7958691109999,
-76.795962861, -76.7961308609999, -76.796218611, -76.7964082359999,
-76.7964297359999, -76.796558611, -76.796640611, -76.7967011109998,
-76.796835986, -76.7969257359999, -76.7971132359999,
-76.797189486, -76.797374986, -76.7974804859999, -76.797615236,
-76.797712861, -76.797794986, -76.797908236, -76.798003861,
-76.7982363609999, -76.798304736, -76.7983867359999,
-76.7984766109999, -76.798558611, -76.7986797359999,
-76.7988437359999, -76.7989336109999, -76.798999986,
-76.799128861, -76.7992187359999, -76.799369111, -76.7994882359999,
-76.799617236, -76.799720736, -76.7998027359999, -76.7997891109999,
-76.7996542359999, -76.7995781109998, -76.799585986,
-76.799414111, -76.7992871109999, -76.799173861, -76.798790986,
-76.7986269859999, -76.798513611, -76.7984551109999,
-76.7984551109999, -76.798320361, -76.798222736, -76.798222736,
-76.7983417359999, -76.7984766109999, -76.7985507359999,
-76.7986347359999, -76.798851611, -76.799023361, -76.7992617359999,
-76.799392611, -76.799357361, -76.7994531109999, -76.799540986,
-76.799564486, -76.7994746109999, -76.799331986, -76.7991659859999,
-76.799201236, -76.7993086109999, -76.7994511109999,
-76.7996542359999, -76.7998183609999, -76.799960986,
-76.8001113609999, -76.800253986, -76.800306736, -76.8002909859999,
-76.8002009859999, -76.8001191109998, -76.8000898609999,
-76.800005861, -76.799992236, -76.799939486, -76.799841736,
-76.799720736, -76.799693361, -76.7997929859999, -76.799906111,
-76.7999042359999, -76.7997597369999, -76.799597611,
-76.799460986, -76.799247986, -76.7990508609999, -76.7989336109999,
-76.7989492359999, -76.7989843609999, -76.7992422359999,
-76.7994159859999, -76.799613111, -76.799822236, -76.8000409859999,
-76.800214861, -76.8003672359999, -76.800451236, -76.800925736,
-76.8014922359999, -76.801853486, -76.8026933609999,
-76.8030194859999, -76.803535111, -76.8037753609999,
-76.804066361, -76.8045293609999, -76.8048359869999,
-76.8050098609999, -76.8053066109999, -76.805521486,
-76.8058319859999, -76.806451236, -76.806863236, -76.807206986,
-76.807654236, -76.8080976109999, -76.808564361, -76.809081986,
-76.8095781109999, -76.809712861, -76.809896486, -76.8102208609999,
-76.810312486, -76.8104413609999, -76.8107871109999,
-76.811040986, -76.811271486, -76.811956986, -76.8123926109999,
-76.8126328609999, -76.8129316109999, -76.813249986,
-76.813626986, -76.813886736, -76.8140253609999, -76.8142069869999,
-76.8143124859999, -76.8145058609999, -76.8147051109999,
-76.815054736, -76.815316361, -76.815576111, -76.8159336109999,
-76.8160586109999, -76.8163398609999, -76.8165996109999,
-76.8172461109999, -76.8173613609999, -76.817429736,
-76.8175351109999, -76.817544986, -76.817468736, -76.8174102359999,
-76.817285111, -76.8172266109999, -76.8172168609999,
-76.817314486, -76.8173846109999, -76.8173613609999,
-76.817335986, -76.8173417359999, -76.8174413609999,
-76.817447236, -76.817468736, -76.8175176109999, -76.817574236,
-76.817595737, -76.817562486, -76.8175038609999, -76.817437361,
-76.8173593609999, -76.817281236, -76.8171954859999,
-76.8171269859999, -76.8170586109999, -76.8169746109999,
-76.816886736, -76.8168378609999, -76.816722611, -76.816646486,
-76.8165898609999, -76.8165448609999, -76.8165156109999,
-76.8165488619999, -76.8165703609999, -76.8164726109999,
-76.8163573609999, -76.8162676109999, -76.8162207359999,
-76.8162069859999, -76.816199236, -76.8159332359999,
-76.8154696109999, -76.8148912359999, -76.814501236,
-76.810298361, -76.807206486, -76.8037282359999, -76.800408236,
-76.7988964859999, -76.796353736, -76.7951774859999,
-76.7941108609999, -76.7919892359999, -76.7892356109999,
-76.7857573609999, -76.784297236, -76.7802984859999,
-76.776288736, -76.7745013609999, -76.7737767359999,
-76.7733106109999, -76.7723757359998, -76.7704917359999,
-76.7674056109999, -76.7669504859999, -76.766238111,
-76.7651639859999, -76.764595861, -76.764002236, -76.7638937359999,
-76.7637053609998, -76.763309611, -76.763151361, -76.7629337359999,
-76.7625181109999, -76.761410111, -76.760084111, -76.758798111,
-76.757412986, -76.7559091109999, -76.754603236, -76.753831486,
-76.7526047359999, -76.751793361, -76.750191361, -76.7498739859998,
-76.7494387359999, -76.749280361, -76.749260611, -76.748666986,
-76.747202736, -76.7462133609999, -76.745639486, -76.744986361,
-76.7441158609999, -76.7431661109999, -76.742239986,
-76.7419799859999, -76.740007486, -76.7392199859999,
-76.7378799859999, -76.7351899859999, -76.7343199859999,
-76.732849861, -76.7324299859999, -76.7318499859999,
-76.7311098609999, -76.7303599859999, -76.729470111,
-76.728589986, -76.7276799859999, -76.7272999859999,
-76.7265799859999, -76.726369986, -76.7259498609998,
-76.725669986, -76.7244899859999, -76.7238299859999,
-76.7231899859999, -76.7225999859999, -76.721789986,
-76.7214399859999, -76.7211999859999, -76.7199601109999,
-76.7198199859999, -76.719789986, -76.719539986, -76.7184399859999,
-76.7176499859999, -76.7169599859999, -76.701890111,
-76.700979861, -76.7005299859999, -76.7000299859999,
-76.698259986, -76.6970299859999, -76.6951899859999,
-76.6935399859999, -76.6929499859999, -76.692519986,
-76.691979986, -76.691799986, -76.6911199859999, -76.6909599859999,
-76.6904099859999, -76.6896599859999, -76.689319986,
-76.688980111, -76.6878699859999, -76.687379985, -76.6870199859999,
-76.686429986, -76.6845898609999, -76.684149986, -76.6830399859999,
-76.6823399859999, -76.682149986, -76.6816399859999,
-76.680969986, -76.6801599859999, -76.6796999859999,
-76.679439986, -76.679239986, -76.6789599859999, -76.6785099859999,
-76.678389986, -76.6776499859999, -76.6770699859999,
-76.6765499859999, -76.6758799859999, -76.6751699859999,
-76.674759986, -76.674599986, -76.674489986, -76.674439986,
-76.673519986, -76.6729599859999, -76.6722699859999,
-76.671859986, -76.671649986, -76.671109986, -76.6708098609999,
-76.670639986, -76.670569986, -76.6705399859999, -76.670159986,
-76.669689986, -76.6688799859999, -76.6672299859999,
-76.6667799859998, -76.6663799859999, -76.665619986,
-76.6652599859999, -76.6650399859999, -76.6646299859999,
-76.6643399859999, -76.6637399859998, -76.6634599859999,
-76.6631099859999, -76.662459986, -76.6622701109999,
-76.661659986, -76.6614399859999, -76.661269986, -76.661229986,
-76.661159986, -76.6612599859999, -76.661539986, -76.661699986,
-76.661739986, -76.6617099859999, -76.661380111, -76.6604199859999,
-76.659869986, -76.6595998609999, -76.6594299859999,
-76.6592499859999, -76.658869986, -76.6577599859999,
-76.6572799859999, -76.656729986, -76.656349985, -76.6561598609999,
-76.6559699859999, -76.6557999859999, -76.655399985,
-76.655179986, -76.654459861, -76.6541699859999, -76.6538999859999,
-76.6537099859999, -76.653949986, -76.6538799859999,
-76.6536799859999, -76.653029986, -76.6524199849999,
-76.6519599859999, -76.6514899859999, -76.651149986,
-76.6508399859999, -76.6501901109999, -76.6494699859999,
-76.6487199859999, -76.6474699859999, -76.647239986,
-76.6470299859999, -76.646659986, -76.6463799859999,
-76.6461699859998, -76.6458499859999, -76.6456399859999,
-76.645579986, -76.643050736, -76.6407773609999, -12.213771605,
-12.2146344799999, -12.215964855, -12.2177539799999,
-12.219222605, -12.219638355, -12.2198642299999, -12.21995598,
-12.2203229799999, -12.221561605, -12.2229159799999,
-12.2238593549999, -12.2253233549999, -12.2268831049999,
-12.22903923, -12.232112855, -12.2358744799999, -12.2381682299999,
-12.2398197299999, -12.2416547299999, -12.2433521049999,
-12.245278855, -12.246746855, -12.2482148549999, -12.2498663549999,
-12.25174723, -12.2531234799999, -12.255187855, -12.2570228549999,
-12.2584908549999, -12.2594083549999, -12.2616103549999,
-12.2639041049999, -12.26633548, -12.2695926049999, -12.27119823,
-12.2735378549999, -12.2771093549999, -12.27936398, -12.2811071049999,
-12.28317148, -12.2841807299999, -12.2842724799999, -12.2847771049999,
-12.286245105, -12.28858473, -12.29115998, -12.29151998,
-12.2916899799999, -12.29188998, -12.292379855, -12.2930899799999,
-12.293569981, -12.2946999799998, -12.2964399799999,
-12.2978799799999, -12.2986299799999, -12.2994799799999,
-12.3000399799999, -12.3004499799999, -12.3007899799999,
-12.3012499799999, -12.3033999799998, -12.3044198549999,
-12.30505998, -12.3055599799999, -12.306179856, -12.3065099799999,
-12.3071101049999, -12.30804998, -12.3086599799999, -12.3088899799999,
-12.3089399799999, -12.3089499799999, -12.30885998, -12.3084699799999,
-12.3082399799999, -12.3082399799999, -12.30838998, -12.3087399799999,
-12.3089799799999, -12.3094299799999, -12.3099899799999,
-12.31038998, -12.3112999799999, -12.31158998, -12.3125899799999,
-12.3129999799999, -12.3132899799999, -12.313429981,
-12.31401998, -12.31459998, -12.3154499799999, -12.3162399799999,
-12.31693998, -12.3176099799999, -12.3179499799999, -12.3183699799999,
-12.3193399799999, -12.31966998, -12.3198799799999, -12.3199099799999,
-12.31984998, -12.3195399799999, -12.3193699799999, -12.3193699809999,
-12.3195199799999, -12.32004998, -12.3211099799999, -12.3220699799999,
-12.322610105, -12.3239599799999, -12.3244299799998,
-12.32578998, -12.3268801049999, -12.3276499799999, -12.32842998,
-12.3301899799999, -12.3324399799999, -12.33303998, -12.3334899799999,
-12.3335899799999, -12.33388998, -12.3343599799999, -12.33486998,
-12.3351899799999, -12.335539981, -12.3358799809999,
-12.33609998, -12.3363701049999, -12.3366799799999, -12.3367628549999,
-12.3369099799999, -12.3370399799999, -12.337220105,
-12.3378999799999, -12.3382099799999, -12.3385599799999,
-12.33854998, -12.33873998, -12.339139981, -12.33933998,
-12.3398899799999, -12.3400299799999, -12.3406601049999,
-12.34086998, -12.3407001049999, -12.3403699799999, -12.33996573,
-12.33984298, -12.3392299799999, -12.3389299799999, -12.33886998,
-12.338928355, -12.3393099799999, -12.3396699799999,
-12.3400299799999, -12.3400999799999, -12.34007623, -12.3400999799999,
-12.3402299799999, -12.3402599799999, -12.3402099799999,
-12.3404299799998, -12.340289981, -12.34021998, -12.3403599799999,
-12.3403599809999, -12.34030373, -12.3402699799999, -12.3403488549999,
-12.34095998, -12.3410899799998, -12.3412548549999, -12.3413099799999,
-12.3414388559999, -12.3416999799999, -12.3417299809998,
-12.34190998, -12.3423699799999, -12.3425099799999, -12.3423899809998,
-12.3423543549999, -12.34215998, -12.3418499799999, -12.3416718549999,
-12.34143948, -12.3413211049998, -12.3417199809998, -12.34186998,
-12.342288605, -12.3427999799998, -12.3432098549999,
-12.3435299799999, -12.34350998, -12.3443999799999, -12.3451599799999,
-12.34570998, -12.34627998, -12.3467399799999, -12.34708998,
-12.3472699799999, -12.3477699799999, -12.34895998, -12.3502299799999,
-12.3514199799999, -12.35253998, -12.3534799799999, -12.3536399799999,
-12.35412998, -12.3542829799999, -12.3552298549999, -12.3557699809999,
-12.355999981, -12.356669981, -12.3570301049999, -12.35753998,
-12.3586099799999, -12.35978998, -12.3604399799999, -12.36095998,
-12.3613899799999, -12.3620599799999, -12.36311998, -12.3636799799999,
-12.3640499809999, -12.3645099799999, -12.3655099799999,
-12.3661899799999, -12.3673399799999, -12.36802998, -12.3683799799999,
-12.36932998, -12.3698499799999, -12.3704699799999, -12.3715299799999,
-12.37230998, -12.3729199799999, -12.3737099799999, -12.3739699799999,
-12.3743799799999, -12.3745499799999, -12.37547998, -12.376539981,
-12.37698998, -12.37740998, -12.379356355, -12.3823548549998,
-12.38399248, -12.3839256049999, -12.3838124809998, -12.3837011049999,
-12.3834609799999, -12.383236355, -12.3828007299999,
-12.3823732299999, -12.3819003559999, -12.3815859799999,
-12.3811074799999, -12.3807694799999, -12.380507855,
-12.3803281049999, -12.380191355, -12.380050605, -12.379695356,
-12.3792402309999, -12.3791582299999, -12.37911323, -12.3789179799999,
-12.3787676059999, -12.3785859799999, -12.37833398, -12.378138731,
-12.377755855, -12.377455105, -12.377337855, -12.3770137299999,
-12.3768262299999, -12.3767148549999, -12.3765722299999,
-12.3762499799999, -12.3761209799999, -12.3758437299999,
-12.3756562299999, -12.375484355, -12.3752441049999,
-12.375214855, -12.3749082299999, -12.374705105, -12.374433605,
-12.3743144799999, -12.3741269799999, -12.3739101059999,
-12.373775355, -12.3734747299999, -12.373265605, -12.3730781049999,
-12.3730038549999, -12.3728222299999, -12.37268748, -12.372433605,
-12.3723066049999, -12.3722909799999, -12.3720878559999,
-12.3720137299999, -12.3719003549999, -12.3717812299998,
-12.3717284799999, -12.3716503549999, -12.37139848, -12.37137698,
-12.3712187299998, -12.3711972299998, -12.37102148, -12.3709121049999,
-12.37074023, -12.3706641049999, -12.3705898549999, -12.370410105,
-12.3703339799999, -12.3701679799998, -12.370087855,
-12.36995898, -12.3698867299998, -12.36968948, -12.369623105,
-12.3693378549999, -12.369285105, -12.36926948, -12.3690878549999,
-12.369015605, -12.36880273, -12.3687226059999, -12.3686777299999,
-12.3685586059999, -12.36852148, -12.368355481, -12.36824998,
-12.3683066049999, -12.3684297299999, -12.3685137299998,
-12.3685586049999, -12.36855073, -12.3683398549999, -12.3683319799999,
-12.36822848, -12.3680996059999, -12.3679199799999, -12.3677714799999,
-12.367597605, -12.3674121049999, -12.3673574799999,
-12.3673574809999, -12.3672304799999, -12.36705073, -12.3669316049999,
-12.366765605, -12.3659707299998, -12.36575973, -12.3655507299998,
-12.365371105, -12.3651836049999, -12.3649668559999,
-12.3647343549999, -12.36458398, -12.3644277299999, -12.36434373,
-12.3644043549999, -12.364351605, -12.364267605, -12.3642286049999,
-12.36429298, -12.3644121049999, -12.3645117299998, -12.3645019809999,
-12.3645547299998, -12.3646621049999, -12.36468948, -12.364689481,
-12.3646972299999, -12.3646074799998, -12.3646074799998,
-12.36463673, -12.3646074799998, -12.3643906049999, -12.3642402299998,
-12.3639316049999, -12.36373048, -12.36356448, -12.36341598,
-12.36327348, -12.3631602299999, -12.3630859799999, -12.3631074799999,
-12.36318748, -12.3633007299998, -12.36350198, -12.3636777299998,
-12.36366598, -12.3637773549999, -12.3637948549999, -12.3637109799998,
-12.36355273, -12.3633398549999, -12.3631816049999, -12.36296873,
-12.3625859799998, -12.3622832299998, -12.362101605,
-12.3619277299999, -12.3616016049999, -12.3612753559999,
-12.3610566049999, -12.3609043549999, -12.36043748, -12.36012698,
-12.3599218549999, -12.35935548, -12.3589609799998, -12.3587031049999,
-12.3584981049999, -12.35842973, -12.35820698, -12.35794923,
-12.3578808549999, -12.3576913549999, -12.3575762299998,
-12.35733198, -12.35703898, -12.3568163549999, -12.3566797299998,
-12.35654098, -12.3562676049999, -12.3560957299998, -12.3557812299998,
-12.3555428549999, -12.35545898, -12.35536523, -12.3551836049999,
-12.355091855, -12.3550096049999, -12.35488673, -12.35484573,
-12.3546523549999, -12.3543613549999, -12.3541601049999,
-12.35393748, -12.35378323, -12.3536387299998, -12.3534843549999,
-12.3533007299999, -12.3533203549999, -12.3532617299998,
-12.3531074799999, -12.3530586049999, -12.3530683549999,
-12.35289448, -12.3527892299999, -12.3526738549999, -12.3526738549999,
-12.3527207299998, -12.3527109799999, -12.3526738549999,
-12.3522676049999, -12.3520371049999, -12.3518847299999,
-12.3515722299999, -12.3512441049999, -12.3509843549999,
-12.35067573, -12.3504531049999, -12.35011523, -12.34983398,
-12.3495663559999, -12.3493203549999, -12.3488574799998,
-12.3486093559999, -12.3484999799999, -12.34810548, -12.3478086049999,
-12.3477441049999, -12.34762498, -12.3474982299999, -12.3473788549999,
-12.3472656049999, -12.3471836049999, -12.34710748, -12.34702148,
-12.3469512299999, -12.3468593549999, -12.3467793549999,
-12.3466856049999, -12.3466054799999, -12.34654498, -12.34650973,
-12.3464296049999, -12.3463359799999, -12.346242355,
-12.3461406049999, -12.3460037309999, -12.3459491049999,
-12.3458398549999, -12.3457753549999, -12.3457304799999,
-12.34566998, -12.3455117299999, -12.3454257299999, -12.34537698,
-12.3450427299999, -12.344615855, -12.34415223, -12.34392473,
-12.342040605, -12.3401082299999, -12.3370164799999,
-12.3333378549999, -12.3319551049999, -12.3301308559999,
-12.3292871049999, -12.328398105, -12.3266301049999,
-12.325518981, -12.3249876049999, -12.3244836049999,
-12.3231034799999, -12.3221373549999, -12.3213161049999,
-12.3200599799998, -12.319224355, -12.31754798, -12.31527748,
-12.3126511049999, -12.3125126049999, -12.3124334799999,
-12.312056605, -12.311839855, -12.3113649799999, -12.3110538549999,
-12.3105141049999, -12.30970273, -12.308297855, -12.3069918549999,
-12.3065763549999, -12.3067148549998, -12.307308355,
-12.30809998, -12.3090696049999, -12.3094059809998, -12.3094257299999,
-12.3090101049999, -12.308139605, -12.3074469799999,
-12.3056777299999, -12.30529023, -12.3044393549999, -12.3033708559999,
-12.30250023, -12.30158998, -12.3003433549999, -12.2995123549999,
-12.298621855, -12.2975533549999, -12.2966431049999,
-12.296089105, -12.2957899799999, -12.295880105, -12.2961229799999,
-12.2962199799999, -12.29629998, -12.2963699799999, -12.2962799799998,
-12.29629998, -12.2961499799999, -12.2958299799999, -12.2956999799999,
-12.2954599799999, -12.2953699799999, -12.29539998, -12.2953399799999,
-12.2952699799999, -12.2949999799999, -12.2947899799999,
-12.2940299799998, -12.29365998, -12.2926699799999, -12.2923499799999,
-12.2917499799999, -12.29077998, -12.2899599799999, -12.28926998,
-12.28890998, -12.2873399799999, -12.2870999799999, -12.2868399799999,
-12.28663998, -12.28532998, -12.2846498549999, -12.2841999799999,
-12.2724199799999, -12.2717601049999, -12.27152998, -12.2713599799999,
-12.2709799799999, -12.2707799799999, -12.2700499799999,
-12.2698399799999, -12.2689099799999, -12.2683699799998,
-12.2678499799999, -12.2677599799999, -12.2677199799999,
-12.2676899799999, -12.2670999799999, -12.2666599799999,
-12.2660699799999, -12.26589998, -12.2648299799999, -12.2641899799999,
-12.26337998, -12.2626899799999, -12.26110998, -12.26085998,
-12.2603999799999, -12.26031998, -12.2602399799999, -12.25981998,
-12.258890105, -12.2582999799999, -12.25806998, -12.2578499799999,
-12.25761998, -12.2571301049999, -12.2566499799999, -12.2565899799999,
-12.2563999799999, -12.25616998, -12.2555299799999, -12.25499998,
-12.2545401049999, -12.2540599799999, -12.25373998, -12.2533499799999,
-12.2533099799999, -12.2527299799999, -12.2522899799999,
-12.2516599799999, -12.2511401049999, -12.2507799799999,
-12.250189855, -12.2497499799999, -12.2493699799999,
-12.24932998, -12.2490999799999, -12.2483199799999, -12.2476499799999,
-12.2469599799999, -12.2458099799999, -12.245110105,
-12.24470998, -12.2437699799999, -12.24304998, -12.24248998,
-12.24054998, -12.24020998, -12.2397999799998, -12.23966998,
-12.2390801049999, -12.2363999799999, -12.23604998, -12.2354799799999,
-12.23503998, -12.2341199799999, -12.2334699799998, -12.2324799799999,
-12.2319799799999, -12.2314399799999, -12.23095998, -12.2306999799999,
-12.2305199799999, -12.2300899799999, -12.22929998, -12.228700105,
-12.2283099799998, -12.2280599799998, -12.22742998, -12.2268499799998,
-12.2260898549999, -12.2255199799999, -12.2252699799998,
-12.2249799799999, -12.2247299799999, -12.2243901049999,
-12.22383998, -12.2230799799999, -12.22249998, -12.2216999799999,
-12.2212499799999, -12.2206099799999, -12.21904998, -12.21670998,
-12.21618998, -12.2158999799998, -12.2152599799999, -12.2147799799999,
-12.21447998, -12.2139499799999, -12.2137699799998, -12.2136799799999,
-12.21379998, -12.2137399799999, -12.2139499799999, -12.2138799799999,
-12.2138399799999, -12.2137099799999, -12.2134099799999,
-12.2130699799999, -12.21280998, -12.212329855, -12.21181998,
-12.21166998, -12.2121484799999, -12.213771605), .Dim = c(722L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-77.104439486, -77.1048573609999, -77.1050448609999,
-77.105988236, -77.1075644869999, -77.1091757359999,
-77.1093438609999, -77.1099766109999, -77.1104668609999,
-77.1109023619999, -77.1114746109999, -77.1115332369999,
-77.111900362, -77.1122948619999, -77.1126641109999,
-77.1129316109999, -77.1132538609999, -77.1135468609999,
-77.1137069869999, -77.113997986, -77.1141953609999,
-77.1144569859999, -77.114798862, -77.115220736, -77.1156444869999,
-77.116029236, -77.1164513609999, -77.116769486, -77.1172283609999,
-77.117398486, -77.117706987, -77.1180448609999, -77.118412112,
-77.1187031109999, -77.118917986, -77.1192988609999,
-77.1195898619999, -77.1201523609999, -77.120353487,
-77.1207128609999, -77.120921862, -77.121179737, -77.121562486,
-77.1220371109999, -77.122224737, -77.122408236, -77.122511736,
-77.1227793609999, -77.122966736, -77.123281236, -77.123529237,
-77.1239141119999, -77.1241913609999, -77.1245292369999,
-77.1247676109999, -77.1250448609999, -77.1254003609999,
-77.125626987, -77.1259257359999, -77.1262694869999,
-77.1265781119999, -77.127023486, -77.127718736, -77.128126986,
-77.1284726109999, -77.128792986, -77.129509737, -77.1298573619999,
-77.130289111, -77.130552736, -77.130800736, -77.131105486,
-77.1312871119999, -77.131689486, -77.131976611, -77.1322636109999,
-77.132593861, -77.132810486, -77.1329072359999, -77.132939487,
-77.119876986, -77.118355486, -77.1129883609999, -77.1086288609999,
-77.106886486, -77.1056191109999, -77.1053672359999,
-77.1048261109999, -77.104571112, -77.1043086109999,
-77.104109362, -77.1039551109999, -77.103958986, -77.1041386109999,
-77.104439486, -12.070195355, -12.0719902299999, -12.0719101049999,
-12.0742499799999, -12.0736191049999, -12.0763769799998,
-12.0763242299998, -12.077455105, -12.0772441049999,
-12.0784062299999, -12.0794062299998, -12.0794922299999,
-12.0793418549999, -12.0791076049999, -12.07892573, -12.078785105,
-12.07862498, -12.0785213549999, -12.0784492299999, -12.07831248,
-12.0782324799999, -12.078101605, -12.0779648549999,
-12.077777355, -12.0775996049999, -12.0773828549999,
-12.0772108549999, -12.0770703549999, -12.076900355,
-12.0768398549999, -12.0766699799998, -12.0764922299999,
-12.076337854, -12.0762069799999, -12.076121105, -12.0759531049999,
-12.075822355, -12.07559573, -12.075494105, -12.0753378549999,
-12.07524998, -12.075126855, -12.074986355, -12.0748086039999,
-12.0747558549999, -12.074654355, -12.0746211049999,
-12.0745176049999, -12.07445698, -12.0743769799998, -12.0742538549999,
-12.074123105, -12.0740253549999, -12.07386523, -12.07380073,
-12.07365823, -12.073503855, -12.0734159799999, -12.07330273,
-12.0731426049999, -12.0730351049999, -12.0728476049999,
-12.0725293539999, -12.0723418549999, -12.0721816049999,
-12.0720449799999, -12.0717499799999, -12.071580105,
-12.07138673, -12.071298855, -12.0712051049999, -12.0710547299998,
-12.0710078549999, -12.0708496049999, -12.0707422299998,
-12.0706152299999, -12.0704922299998, -12.0691621049999,
-12.0682081049999, -12.0679023549999, -12.06549023, -12.0651836049999,
-12.064167105, -12.06336898, -12.0632272299999, -12.0631211049999,
-12.0631679799999, -12.0633086049999, -12.0633506049999,
-12.06467973, -12.0657988549999, -12.0668203549999, -12.0675683549999,
-12.0687851049999, -12.070195355), .Dim = c(95L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-76.997798861,
-76.998095736, -76.9958202359999, -76.990234486, -76.9900781109999,
-76.989753986, -76.9886386109998, -76.987591736, -76.9869628609999,
-76.987976611, -76.988775362, -76.988287111, -76.9876231109999,
-76.9878064859999, -76.987852736, -76.9894374869999, -76.9906562359999,
-76.990808611, -76.9909512359999, -76.991027361, -76.991001986,
-76.990828112, -76.990113236, -76.987316361, -76.9896016109999,
-76.9897753609999, -76.992779362, -76.992951111, -76.9934257359999,
-76.993533236, -76.995371112, -76.9958319859999, -76.996343736,
-76.9973027359999, -76.9979082359999, -76.9982187369999,
-76.9985819869999, -76.9991093609999, -77.0041406109999,
-77.004160111, -77.004189486, -77.0042968609999, -77.0043476119999,
-77.004492236, -77.0048437369999, -77.0052148609999, -77.0056913609999,
-77.006019486, -77.006677736, -77.0074218609999, -77.0086209869999,
-77.008947236, -77.009220736, -77.0094667369999, -77.0098808609999,
-77.010050736, -77.010363236, -77.0102519869999, -77.010089987,
-77.010011737, -77.0098867359999, -77.0096523619999, -77.0095156109999,
-77.008874986, -77.007882862, -77.005601612, -77.005238236,
-77.0029628609999, -77.002499986, -76.996294861, -76.999517611,
-76.999927736, -77.0004082369999, -77.0006679859999, -77.0012323609999,
-77.0021347369999, -77.002292986, -77.0031562359999, -77.0028534859999,
-77.002134736, -77.0018729869999, -77.0018183619999, -77.001777362,
-77.0014804859999, -77.0011229859999, -77.0003504869999,
-77.0001014869999, -77.000075862, -77.000020111, -76.999933986,
-76.9999099859999, -76.9998572369999, -76.999727986, -76.999508986,
-76.999153736, -76.9989042359999, -76.9985553609999, -76.998312486,
-76.997798861, -12.0608398549999, -12.0636659799999, -12.0638788549999,
-12.06435548, -12.0644101039999, -12.0644472299998, -12.0642402299998,
-12.0641113549999, -12.0640351049999, -12.0681582299999,
-12.0714238549999, -12.0726016039999, -12.07351948, -12.073626105,
-12.0736511049999, -12.073632855, -12.073841855, -12.0739589799999,
-12.0741658549999, -12.07448048, -12.0750409799999, -12.07542173,
-12.076380855, -12.0799394799999, -12.08173048, -12.0817558549999,
-12.0816992299999, -12.08141598, -12.0817128549999, -12.0810078549999,
-12.0814316049999, -12.0815957299999, -12.0818554789999,
-12.082453105, -12.0828632299999, -12.0830332299999, -12.0831933549999,
-12.08339448, -12.0840762289999, -12.083623105, -12.08340623,
-12.0829257299999, -12.0827734799999, -12.0824199799999,
-12.0818203549999, -12.0813749799999, -12.0810019799999,
-12.080798855, -12.0805234799999, -12.0803379799999, -12.0800038549999,
-12.0798554799999, -12.0797089799999, -12.0795273549999,
-12.07910923, -12.078873105, -12.0782012299999, -12.0779394799999,
-12.0770176049999, -12.0768398549999, -12.0766797299999,
-12.0762909799998, -12.0761288549999, -12.0756093549999,
-12.0749297299999, -12.07361723, -12.0734121049999, -12.072109355,
-12.0719218549999, -12.0683242289999, -12.06418948, -12.063498105,
-12.06345898, -12.0634297299998, -12.06333598, -12.0630213549999,
-12.06293948, -12.0626172299998, -12.0615801049999, -12.0617832299999,
-12.061839854, -12.0618496049999, -12.0616953549999, -12.0617558549999,
-12.0617638539999, -12.06162498, -12.061548355, -12.0615092299999,
-12.06142398, -12.06094523, -12.060729855, -12.0606388549999,
-12.0605958549999, -12.0605647299999, -12.0605144799999,
-12.0605058549999, -12.0605048549999, -12.0605644799999,
-12.0608398549999), .Dim = c(99L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-77.0785722369999,
-77.078150361, -77.0778964869999, -77.077794861, -77.077757861,
-77.0776757359999, -77.077730486, -77.0779198609999, -77.0782694859999,
-77.078304736, -77.078367236, -77.0784082369999, -77.078566361,
-77.078695361, -77.079050737, -77.0795819869999, -77.0798476109998,
-77.0802109859999, -77.080587861, -77.080818361, -77.0808827369999,
-77.0809639869999, -77.081032361, -77.0806566109999, -77.0799744859999,
-77.0756142359999, -77.075603986, -77.071421861, -77.0721034859999,
-77.0722187359999, -77.072285111, -77.0735391119999, -77.073921861,
-77.0749141109998, -77.0737499859999, -77.0740937359999,
-77.0751152369999, -77.0761874869999, -77.077472611, -77.0776757359999,
-77.0777422359999, -77.0778007359999, -77.077851611, -77.077912111,
-77.078033236, -77.078152361, -77.0782422359999, -77.078320361,
-77.0784492359999, -77.0785136109999, -77.0786367369999,
-77.0787304859999, -77.078892611, -77.0791073619999, -77.0793047369999,
-77.079464861, -77.0797187359999, -77.0799744859999, -77.0801503609998,
-77.0803319859999, -77.080521486, -77.080876986, -77.0809062369999,
-77.080621112, -77.080714861, -77.080828111, -77.0808944869999,
-77.080964862, -77.0810586109998, -77.0811874869999, -77.081267611,
-77.0813828609998, -77.081451111, -77.0815722369999, -77.081701111,
-77.081941361, -77.0821601119999, -77.082304736, -77.0824334869999,
-77.082533236, -77.082642611, -77.082765611, -77.082921861,
-77.083148486, -77.083261611, -77.083349611, -77.0835018609999,
-77.083603486, -77.083736361, -77.0838672359999, -77.084005861,
-77.0841054859999, -77.0843672369999, -77.084458986, -77.0846074869999,
-77.0847343619999, -77.0848437369999, -77.0849648619999,
-77.085074236, -77.085308611, -77.0854648609999, -77.085542986,
-77.085630861, -77.0857968609998, -77.085878861, -77.086013612,
-77.0861367369999, -77.0863124859999, -77.0864356119999,
-77.0864999859999, -77.0866621109998, -77.086744112, -77.0868926109999,
-77.086960986, -77.086744111, -77.0868417359999, -77.0869121119999,
-77.086994112, -77.0871094869999, -77.0871953609999, -77.0873007359999,
-77.087544986, -77.0877109869999, -77.0878749869999, -77.0879784859999,
-77.088081986, -77.088355486, -77.0884569869999, -77.0886016109999,
-77.0887812359999, -77.089005862, -77.0891367369999, -77.089287111,
-77.0894297369999, -77.089578112, -77.089773486, -77.0899531109999,
-77.090164111, -77.090365236, -77.090691486, -77.0908259859999,
-77.090894486, -77.0909784859999, -77.0910194859999, -77.0911797369999,
-77.0912714869999, -77.0913944869999, -77.091523486, -77.0916698619999,
-77.0918007369999, -77.0919609859999, -77.0920624869999,
-77.092238236, -77.0924511119999, -77.0927012369999, -77.0928729859999,
-77.0930293609999, -77.093119111, -77.093279361, -77.093470736,
-77.0937597359999, -77.0939863609999, -77.0941542369999,
-77.094318362, -77.0945917359999, -77.0946854859999, -77.094810486,
-77.094917986, -77.0950136109998, -77.095156236, -77.0953106119999,
-77.095429736, -77.0955448609999, -77.095687486, -77.0958457359999,
-77.0960937359999, -77.0964102359999, -77.0967246109999,
-77.096880861, -77.0970763609999, -77.0972461119999, -77.097374986,
-77.0974746109999, -77.097726611, -77.097921861, -77.0982051109999,
-77.0985898609999, -77.0988437359999, -77.099058612, -77.0992461109999,
-77.099519486, -77.0997558609999, -77.099896486, -77.1000624869999,
-77.100203112, -77.1004648609999, -77.1006523609999, -77.1008534859999,
-77.101021486, -77.1011679869999, -77.101312486, -77.1014062369999,
-77.1015411109999, -77.1016953609999, -77.101830112, -77.102072236,
-77.1022499859999, -77.102429736, -77.1025429859999, -77.102736362,
-77.103089987, -77.1032128609999, -77.103554737, -77.103945486,
-77.1041072359999, -77.1042871109999, -77.104408237, -77.1045333609999,
-77.104687486, -77.1048398609999, -77.104972612, -77.105095736,
-77.1051816109999, -77.1052597359999, -77.105343736, -77.1054453619999,
-77.105523486, -77.1055957369999, -77.1056523619999, -77.105814486,
-77.105990236, -77.1061757369999, -77.106322236, -77.1063847359999,
-77.106523486, -77.106599612, -77.106671987, -77.1067324859999,
-77.1068183619998, -77.1068828619998, -77.1069413609999,
-77.1070136119998, -77.107113236, -77.107181611, -77.1072481109999,
-77.1072929869999, -77.1073691109999, -77.1074882359999,
-77.1075527359999, -77.107622986, -77.1077266109999, -77.1077968609999,
-77.1078554869999, -77.1079766109999, -77.1080781109999,
-77.1082148609999, -77.108306611, -77.1084141109999, -77.1087246109999,
-77.108966736, -77.109236486, -77.1094783619999, -77.109638736,
-77.109855486, -77.1100761119999, -77.110339862, -77.1106641109999,
-77.1108691109999, -77.1110058609999, -77.111064486, -77.1111211109999,
-77.1111913609999, -77.111259737, -77.111345737, -77.1114433609999,
-77.1115332369999, -77.1114746109999, -77.1109023619999,
-77.1104668609999, -77.1099766109999, -77.1093438609999,
-77.1091757359999, -77.1075644869999, -77.105988236, -77.1050448609999,
-77.1048573609999, -77.104439486, -77.1041386109999, -77.103958986,
-77.1039551109999, -77.104109362, -77.1043086109999, -77.104571112,
-77.104365236, -77.104119111, -77.1031662359998, -77.100860487,
-77.0979063609999, -77.097040986, -77.088171862, -77.087257361,
-77.0864953609999, -77.0857016109999, -77.083006236, -77.0826656109999,
-77.0817948609998, -77.0796068609999, -77.0790507359999,
-77.0790437359999, -77.078914111, -77.0785722369999, -12.0622832299998,
-12.0641016049999, -12.0652968549999, -12.06617398, -12.06687698,
-12.06822848, -12.0685468549999, -12.070257855, -12.0717266049999,
-12.07199223, -12.07285748, -12.0731016049999, -12.07351948,
-12.0737734799999, -12.0742558549999, -12.0748203549999,
-12.07502348, -12.075582105, -12.076373105, -12.076904355,
-12.0770918549999, -12.0775067289999, -12.0782953539999,
-12.0783646049998, -12.0784902299999, -12.0800813549999,
-12.0800717299999, -12.0815918549999, -12.0835839799999,
-12.0837714799999, -12.0837558549999, -12.0858144799999,
-12.0856797299999, -12.0875019799999, -12.0879609799999,
-12.088941355, -12.088595605, -12.0915351049999, -12.095025355,
-12.0955762299999, -12.0955449799999, -12.0955156049999,
-12.0954824799999, -12.0954512299999, -12.095400355, -12.095351605,
-12.0953124799999, -12.095287105, -12.0952168549999, -12.0951777299999,
-12.0951288549999, -12.0950859799999, -12.095015605, -12.0949043549999,
-12.094820355, -12.0947284789999, -12.0946054799999, -12.0944882299999,
-12.094388604, -12.0943066049999, -12.094246105, -12.094757855,
-12.0946953549999, -12.0941757299999, -12.0941034799999,
-12.0940293539999, -12.093974605, -12.0939082299999, -12.0938534799999,
-12.0937968549999, -12.093757855, -12.0937089799999, -12.093693355,
-12.093628855, -12.0935507299999, -12.093431605, -12.0933124799999,
-12.0932246049999, -12.093160105, -12.0931114799999, -12.0930429799999,
-12.0929843549999, -12.0929218549999, -12.092830105, -12.0927638549998,
-12.0927148549999, -12.0926484799999, -12.0925937299999,
-12.0925312299999, -12.0924746049999, -12.0923926049999,
-12.0923457299999, -12.0922324799999, -12.0921953549999,
-12.0920996049999, -12.0920332299999, -12.091984355, -12.0919199799999,
-12.0918593549999, -12.0917617299999, -12.0916954799999,
-12.0916757299999, -12.0916249799999, -12.0915351049999,
-12.091496105, -12.091431605, -12.0913731049999, -12.0912988549999,
-12.0912519799999, -12.0912207299999, -12.0911874799999,
-12.0911972299999, -12.091474605, -12.091441355, -12.0909882299999,
-12.0908867299999, -12.0908106049999, -12.0907363549999,
-12.090642605, -12.0905819799999, -12.0905117299999, -12.0903984799999,
-12.0903144799999, -12.0902109799999, -12.0901699789999,
-12.0901308549999, -12.0899707299999, -12.0899356049999,
-12.0898926049999, -12.0898047299999, -12.0897012299999,
-12.0896484799999, -12.0895663549999, -12.0895117299999,
-12.089445355, -12.0893867299999, -12.0893086049999, -12.089212855,
-12.089119105, -12.088964855, -12.088902355, -12.0888749799999,
-12.0888867299999, -12.0888163549999, -12.0887578539998,
-12.088681605, -12.0886132299999, -12.0885606049999, -12.0884746049999,
-12.088421855, -12.0883437299999, -12.0882988549999, -12.0881992289999,
-12.08811323, -12.0880077299998, -12.0879433549999, -12.0878691039999,
-12.087828105, -12.087746105, -12.0876426049999, -12.087548855,
-12.0874551049999, -12.0873847299999, -12.0872949789999,
-12.0871659799999, -12.087130854, -12.0870624799999, -12.086998105,
-12.086939354, -12.086880854, -12.0867988549999, -12.0867304799999,
-12.0866679799999, -12.0866074799999, -12.0865097299999,
-12.086392605, -12.0862461049999, -12.0861074799999, -12.086031105,
-12.0859472299999, -12.0858867299999, -12.085828105, -12.0857929799999,
-12.0856797299999, -12.085619105, -12.0855117289999, -12.08535348,
-12.0852187299999, -12.0851132299999, -12.084998105, -12.0848593549999,
-12.084736355, -12.084660105, -12.0845683549999, -12.084494105,
-12.0843944799998, -12.0843378549999, -12.084289105, -12.0842441049999,
-12.0842089799999, -12.084164105, -12.084162105, -12.0841269799999,
-12.0840918549999, -12.0840586049999, -12.0839982289999,
-12.0839454799999, -12.083900355, -12.083849605, -12.0837579799999,
-12.08363473, -12.083589855, -12.0834257299999, -12.0832558549999,
-12.083152355, -12.0830527299998, -12.0829902299999, -12.0829413549999,
-12.08286523, -12.082787105, -12.0827168549999, -12.0826444789999,
-12.0825801039999, -12.082484355, -12.0824082299999, -12.08233598,
-12.082279355, -12.082277355, -12.0823242299999, -12.08229298,
-12.0822207299999, -12.0821211049999, -12.0820429799999,
-12.0820194799999, -12.0819492299999, -12.0819082299999,
-12.081880855, -12.081847605, -12.0818047299999, -12.081757855,
-12.0817283549999, -12.081671855, -12.081609355, -12.08156823,
-12.0815332299999, -12.0814999799999, -12.081464855, -12.0814179799999,
-12.08138473, -12.081361355, -12.0813301049999, -12.081308604,
-12.0812891049999, -12.0812578549999, -12.0812089799999,
-12.0811404799999, -12.0810877289999, -12.081025355, -12.08089648,
-12.080787105, -12.0806738549999, -12.08057223, -12.0804708549999,
-12.080361355, -12.08023823, -12.0800918539999, -12.0799277299999,
-12.0798299799998, -12.079757855, -12.0797324799999, -12.0797012299999,
-12.0796679799999, -12.0796249799999, -12.0795762299999,
-12.0795391039999, -12.0794922299999, -12.0794062299998,
-12.0784062299999, -12.0772441049999, -12.077455105, -12.0763242299998,
-12.0763769799998, -12.0736191049999, -12.0742499799999,
-12.0719101049999, -12.0719902299999, -12.070195355, -12.0687851049999,
-12.0675683549999, -12.0668203549999, -12.0657988549999,
-12.06467973, -12.0633506049999, -12.0633749799998, -12.0633769799999,
-12.06330923, -12.0630724799999, -12.0626913549999, -12.0624668549999,
-12.0616738549999, -12.0615113549999, -12.0614098549999,
-12.06131898, -12.0609777299999, -12.0609352299999, -12.0607891049999,
-12.06021873, -12.0600722299999, -12.0601124799999, -12.0608593549999,
-12.0622832299998), .Dim = c(311L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-76.942315611,
-76.9373093609999, -76.9352223609999, -76.9327923609999,
-76.9301192359999, -76.9266191109999, -76.9236148609999,
-76.9222011109999, -76.9221553609999, -76.921825611, -76.921167236,
-76.921127986, -76.921081236, -76.9207131109999, -76.920515861,
-76.9194882359999, -76.9189511109999, -76.918290236, -76.9180156109999,
-76.9148242369999, -76.9125652359999, -76.9101164859999,
-76.9096113609999, -76.9097401109998, -76.910033486, -76.910959611,
-76.911080361, -76.911237236, -76.911466736, -76.9115752369999,
-76.911769486, -76.911801612, -76.9119554859999, -76.9120812359999,
-76.9121953609999, -76.9122733609999, -76.9122994859999,
-76.912362112, -76.9123828609999, -76.912417986, -76.912371862,
-76.9123141109999, -76.9122626109999, -76.9122422359999,
-76.9120408609999, -76.9118944859999, -76.9116419859999,
-76.911169236, -76.9113052359999, -76.9117321109998, -76.9127906109999,
-76.9139391109998, -76.914952611, -76.915110236, -76.9148624859999,
-76.9146823609998, -76.9148849859998, -76.9155381109999,
-76.9160764869999, -76.917140612, -76.9178677369999, -76.9186704859999,
-76.9195803619999, -76.9215874859999, -76.923433861, -76.9241822369999,
-76.924959111, -76.926109861, -76.926564736, -76.9274066109999,
-76.928523486, -76.930334361, -76.9347332359999, -76.9352246109999,
-76.9381039859999, -76.939863236, -76.939976611, -76.9401132359998,
-76.9403769859999, -76.9407266109999, -76.940865236, -76.9410448619999,
-76.941179737, -76.9413047359999, -76.941439486, -76.9417968609999,
-76.941884737, -76.941998111, -76.9422441109999, -76.942626987,
-76.942740236, -76.942884737, -76.942997986, -76.943148486,
-76.9432753619999, -76.9434042359999, -76.943673861, -76.9439198609999,
-76.944056486, -76.944228486, -76.9444336109999, -76.944669861,
-76.944792986, -76.945040986, -76.9453163609999, -76.9457031109999,
-76.9459002359999, -76.9464198609999, -76.9466718609999,
-76.946958986, -76.947281236, -76.947595736, -76.9479198609999,
-76.9482148609999, -76.948546861, -76.9488086119999, -76.9490136109999,
-76.9491757359999, -76.949542986, -76.949759736, -76.950244111,
-76.9503691109999, -76.9506834869999, -76.9510957359999,
-76.951437486, -76.951939361, -76.952226611, -76.9524687369999,
-76.952755861, -76.9532499859999, -76.953445361, -76.9536816109999,
-76.9541562369999, -76.954453111, -76.9548808619999, -76.9551797359999,
-76.955816362, -76.9561484859999, -76.9566601109999, -76.9574316109999,
-76.9576386119999, -76.9580253609998, -76.9584277359999,
-76.9587519859999, -76.958976611, -76.959298861, -76.9595409859999,
-76.9598729859999, -76.9600429859999, -76.9602597359999,
-76.9604863609999, -76.9607266109999, -76.961273487, -76.9613534859999,
-76.962081986, -76.9621972359999, -76.962484361, -76.9627363609999,
-76.9632656109999, -76.9634277359999, -76.9637324859999,
-76.9642714869998, -76.9643867359999, -76.964837861, -76.964980361,
-76.9652578609999, -76.9654374859999, -76.9657069859999,
-76.9661017359999, -76.9663359859999, -76.9668007359999,
-76.967089861, -76.9673769859999, -76.967654362, -76.967869112,
-76.9679609859999, -76.968181611, -76.9684941109999, -76.9690428609999,
-76.9697812359999, -76.9705134859999, -76.9706679859999,
-76.970992361, -76.9713047359999, -76.9716172369999, -76.9718906109999,
-76.972242237, -76.9724628609999, -76.9726074859999, -76.9728437359999,
-76.9730409869999, -76.973185611, -76.9736426109999, -76.9739784859999,
-76.9742069859999, -76.974503861, -76.9747012359999, -76.9749219869999,
-76.9752656109999, -76.9754707359999, -76.9759042359999,
-76.975669861, -76.9748417359999, -76.9743534859999, -76.9742617369999,
-76.973886737, -76.9734492359999, -76.9726249859999, -76.9723028609998,
-76.974268361, -76.975754861, -76.9771582369999, -76.9767832359999,
-76.9760379859999, -76.9747402369999, -76.972912736, -76.9725409859999,
-76.9717519869999, -76.9712382369999, -76.9704374859999,
-76.969070361, -76.966972611, -76.9649159859999, -76.963888611,
-76.9627792359999, -76.9614492359999, -76.9612315526725,
-76.9609413619999, -76.9608981743112, -76.9608612946934,
-76.9596533459714, -76.9591821566507, -76.9588323758829,
-76.9586238694387, -76.9585218330713, -76.9565260436452,
-76.9546879462609, -76.954569174914, -76.9544080748573, -76.9542060320099,
-76.9545189855222, -76.9543879551638, -76.954473139868, -76.9545650609649,
-76.9545717249385, -76.9543302643435, -76.9542833148024,
-76.9540366515411, -76.953885317821, -76.9535421995438, -76.9532090750031,
-76.9530163386617, -76.9529663699805, -76.9527641157951,
-76.9526617989717, -76.9524057535565, -76.9523353609999,
-76.952247986, -76.952079361, -76.952002486, -76.9518594859999,
-76.9516699859999, -76.9511449859999, -76.9506668666666,
-76.9504913609999, -76.9499993294127, -76.9499347359999,
-76.9495262359999, -76.949327736, -76.9492301109999, -76.949169861,
-76.9489821109999, -76.9488472359999, -76.948743486, -76.9485088609999,
-76.9480308609999, -76.947932861, -76.9478768609999, -76.9477798609999,
-76.947044736, -76.945793736, -76.9452572359999, -76.942315611,
-12.1824671049998, -12.1909391049999, -12.1944556049999,
-12.1985581049999, -12.2032609799999, -12.2090019799999,
-12.2127698549999, -12.2145429799999, -12.2147396049999,
-12.2161521049999, -12.2189738549999, -12.2191422299999,
-12.21930323, -12.2205694799999, -12.2212478549999, -12.22478323,
-12.2255194799999, -12.2260643549998, -12.2262909799999,
-12.2277988549999, -12.2284617299999, -12.22954923, -12.2297734799999,
-12.2301512299999, -12.2310182299999, -12.2334949799999,
-12.2338028549999, -12.23433998, -12.23491998, -12.235227105,
-12.2357928549999, -12.2359026049999, -12.2364282299999,
-12.2367442299999, -12.23703123, -12.237332855, -12.2374418549999,
-12.2376756049999, -12.2377558549999, -12.23827148, -12.23873348,
-12.2389601049999, -12.2391621049999, -12.2392422299999,
-12.23987698, -12.2402226049999, -12.2406866049999, -12.2414523549999,
-12.2416047299998, -12.242082855, -12.2429387299999, -12.2439296049999,
-12.24537098, -12.24647448, -12.2473077299998, -12.2482536049998,
-12.2489517299999, -12.2495146049999, -12.2497231049999,
-12.25013473, -12.2500293549999, -12.2496547299999, -12.2493871049999,
-12.2490392299999, -12.2490392299999, -12.24918373, -12.2493336049999,
-12.2496547299999, -12.2501364799999, -12.2525551049998,
-12.2518281049999, -12.2504606049998, -12.2471648549999,
-12.2467968549999, -12.245280855, -12.2477324799999, -12.24767573,
-12.24764448, -12.2475194799999, -12.24737498, -12.2473163549999,
-12.2471953549999, -12.2471113549999, -12.2470038549999,
-12.2469159799999, -12.2467676049999, -12.2467207299999,
-12.2466738549999, -12.2464746049999, -12.24630073, -12.24625198,
-12.2461718549999, -12.2461191049999, -12.24607623, -12.2459961049999,
-12.2458984799999, -12.24575973, -12.2456152299999, -12.2455391049999,
-12.24541598, -12.2452773549999, -12.2451601049999, -12.24509173,
-12.2450253549999, -12.24486523, -12.2446601049999, -12.24463473,
-12.24430273, -12.2441933549999, -12.24408598, -12.2438613549999,
-12.2437304799998, -12.2435839799999, -12.2433691049999,
-12.24321873, -12.24321873, -12.2430371049999, -12.2429023549999,
-12.2428027299999, -12.24261523, -12.24242573, -12.2423183549999,
-12.2421757299999, -12.2419784799998, -12.24183398, -12.2416093549999,
-12.2414844799999, -12.24132223, -12.2412051049999, -12.24098048,
-12.2409121049999, -12.2407207299998, -12.2405234799999,
-12.2403437299999, -12.2401641049999, -12.2400488549999,
-12.2395898549999, -12.2393398549999, -12.2391953549999,
-12.2388183549999, -12.23873823, -12.2385762299999, -12.2384141049999,
-12.23826173, -12.2381816049999, -12.2380117299999, -12.237929605,
-12.2378047299999, -12.2376523549999, -12.2375449799999,
-12.2374902299999, -12.2372753549999, -12.2370859799998,
-12.2369902299998, -12.2367813549999, -12.2367813549999,
-12.2366209799999, -12.23647848, -12.2362793549999, -12.2361269799998,
-12.23598248, -12.23573048, -12.2356328549999, -12.2354979799999,
-12.2353731049999, -12.2352812299999, -12.2351933549999,
-12.23509373, -12.23490623, -12.2348066049999, -12.23456448,
-12.234456855, -12.23430473, -12.2342226049999, -12.2341757299999,
-12.2341076049999, -12.23403323, -12.2338711049999, -12.2336718549999,
-12.2334356049999, -12.2331231049999, -12.23294923, -12.2328339799998,
-12.2326523549999, -12.2325762299999, -12.23255073, -12.2323398549999,
-12.2322793549999, -12.23214848, -12.23204298, -12.2319257299999,
-12.2318672299999, -12.2317538549999, -12.2315703549999,
-12.2314023549999, -12.2313183549999, -12.2312498549999,
-12.23114448, -12.23102148, -12.2309003549998, -12.2307481049999,
-12.23048248, -12.2291016049999, -12.2282597299999, -12.22814648,
-12.2274179799999, -12.2267031049998, -12.2252617299998,
-12.2246836049999, -12.2226396049999, -12.2211058549999,
-12.2197148549998, -12.2176367299999, -12.2135788549999,
-12.206453105, -12.19494973, -12.1922187299999, -12.192347605,
-12.1925117299999, -12.1926757299999, -12.1929159799999,
-12.193316355, -12.1930468549999, -12.192927605, -12.192810605,
-12.1926679799999, -12.1926344943605, -12.1925898549998,
-12.1924627831985, -12.1923542716046, -12.1916793021313,
-12.1916830605535, -12.1919233861152, -12.1922781792933,
-12.1924518033541, -12.1912952084097, -12.1902259657144,
-12.1901568742645, -12.1900212035387, -12.1898510527624,
-12.1892991075875, -12.1872892874554, -12.1866963257727,
-12.1864670198337, -12.1864503959031, -12.1862559050561,
-12.186183030875, -12.1862583145907, -12.1862930547214, -12.1863277948522,
-12.1863277948522, -12.186294482398, -12.1861921655748, -12.1860993665955,
-12.1860969871344, -12.1854731349469, -12.1851932299999,
-12.1852018549999, -12.1852238549999, -12.185289855, -12.1855389799999,
-12.1855898549999, -12.1857942299999, -12.1858725907895,
-12.1859013549999, -12.1859961592198, -12.1860086049999,
-12.18599848, -12.1860358549999, -12.1861091049999, -12.1862812299999,
-12.1865121049998, -12.1866011049999, -12.1866054799999,
-12.1865464799999, -12.18633648, -12.1862573549999, -12.18623323,
-12.1861737299999, -12.1857227299999, -12.1846453549999,
-12.184263605, -12.1824671049998), .Dim = c(283L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-76.6526688609999,
-76.652070236, -76.6515089859999, -76.6506858609999, -76.650798111,
-76.6508354859999, -76.650049736, -76.649189236, -76.6486279859999,
-76.647709611, -76.646736361, -76.645579986, -76.6456399859999,
-76.6458499859999, -76.6461699859998, -76.6463799859999,
-76.646659986, -76.6470299859999, -76.647239986, -76.6474699859999,
-76.6487199859999, -76.6494699859999, -76.6501901109999,
-76.6508399859999, -76.651149986, -76.6514899859999, -76.6519599859999,
-76.6524199849999, -76.653029986, -76.6536799859999, -76.6538799859999,
-76.653949986, -76.6537099859999, -76.6538999859999, -76.6541699859999,
-76.654459861, -76.655179986, -76.655399985, -76.6557999859999,
-76.6559699859999, -76.6561598609999, -76.656349985, -76.656729986,
-76.6572799859999, -76.6577599859999, -76.658869986, -76.6592499859999,
-76.6594299859999, -76.6595998609999, -76.659869986, -76.6604199859999,
-76.661380111, -76.6617099859999, -76.661739986, -76.661699986,
-76.661539986, -76.6612599859999, -76.661159986, -76.661229986,
-76.661269986, -76.6614399859999, -76.661659986, -76.6622701109999,
-76.662459986, -76.6631099859999, -76.6634599859999, -76.6637399859998,
-76.6643399859999, -76.6646299859999, -76.6650399859999,
-76.6652599859999, -76.665619986, -76.6663799859999, -76.6667799859998,
-76.6672299859999, -76.6688799859999, -76.669689986, -76.670159986,
-76.6705399859999, -76.670569986, -76.670639986, -76.6708098609999,
-76.671109986, -76.671649986, -76.671859986, -76.6722699859999,
-76.6729599859999, -76.673519986, -76.674439986, -76.674489986,
-76.674599986, -76.674759986, -76.6751699859999, -76.6758799859999,
-76.6765499859999, -76.6770699859999, -76.6776499859999,
-76.678389986, -76.6785099859999, -76.6789599859999, -76.679239986,
-76.679439986, -76.6796999859999, -76.6801599859999, -76.680969986,
-76.6816399859999, -76.682149986, -76.6823399859999, -76.6830399859999,
-76.684149986, -76.6845898609999, -76.686429986, -76.6870199859999,
-76.687379985, -76.6878699859999, -76.688980111, -76.689319986,
-76.6896599859999, -76.6904099859999, -76.6909599859999,
-76.6911199859999, -76.691799986, -76.691979986, -76.692519986,
-76.6929499859999, -76.6935399859999, -76.6951899859999,
-76.6970299859999, -76.698259986, -76.7000299859999, -76.7005299859999,
-76.700979861, -76.701890111, -76.7169599859999, -76.7176499859999,
-76.7184399859999, -76.719539986, -76.719789986, -76.7198199859999,
-76.7199601109999, -76.7211999859999, -76.7214399859999,
-76.721789986, -76.7225999859999, -76.7231899859999, -76.7238299859999,
-76.7244899859999, -76.725669986, -76.7259498609998, -76.726369986,
-76.7265799859999, -76.7272999859999, -76.7276799859999,
-76.728589986, -76.729470111, -76.7303599859999, -76.7311098609999,
-76.7318499859999, -76.7324299859999, -76.732849861, -76.7343199859999,
-76.7351899859999, -76.7378799859999, -76.7392199859999,
-76.740007486, -76.7419799859999, -76.742239986, -76.7431661109999,
-76.7441158609999, -76.744986361, -76.745639486, -76.7462133609999,
-76.747202736, -76.748666986, -76.749260611, -76.749280361,
-76.7494387359999, -76.7498739859998, -76.750191361, -76.751793361,
-76.7526047359999, -76.753831486, -76.754603236, -76.7559091109999,
-76.757412986, -76.758798111, -76.760084111, -76.761410111,
-76.7625181109999, -76.7629337359999, -76.763151361, -76.763309611,
-76.7637053609998, -76.7638937359999, -76.764002236, -76.764595861,
-76.7651639859999, -76.766238111, -76.7669504859999, -76.7674056109999,
-76.7704917359999, -76.7723757359998, -76.7733106109999,
-76.7737767359999, -76.7745013609999, -76.776288736, -76.7802984859999,
-76.784297236, -76.7857573609999, -76.7892356109999, -76.7919892359999,
-76.7941108609999, -76.7951774859999, -76.796353736, -76.7988964859999,
-76.800408236, -76.8037282359999, -76.807206486, -76.810298361,
-76.814501236, -76.8148912359999, -76.8154696109999, -76.8159332359999,
-76.816199236, -76.816177736, -76.816107486, -76.8160781109999,
-76.8160898609999, -76.8161406109999, -76.8161621109999,
-76.816480486, -76.816572236, -76.816849486, -76.817167986,
-76.817529236, -76.818074236, -76.8185566109999, -76.8189784859999,
-76.8192656109999, -76.8198926109999, -76.820304736, -76.8206738609999,
-76.821199236, -76.8216933609999, -76.8222481109999, -76.8229668609999,
-76.8232343609999, -76.8232851109999, -76.823439486, -76.8237694859999,
-76.824037236, -76.824201236, -76.824427736, -76.8245488609999,
-76.8245156109999, -76.824458986, -76.824490236, -76.824511736,
-76.8245156109999, -76.824470736, -76.8243457359999, -76.824277486,
-76.824206986, -76.8243027359999, -76.8243769859999, -76.8244921109999,
-76.8245723609999, -76.8245781109999, -76.8246152359999,
-76.824665986, -76.8247128609999, -76.824800736, -76.8248769859999,
-76.824966736, -76.8250038619999, -76.8250253609999, -76.825011736,
-76.824968736, -76.8249336109999, -76.8249843609999, -76.8251249859999,
-76.825238236, -76.8253808609999, -76.8254863609999, -76.8256016109999,
-76.8257208609999, -76.8258476109999, -76.8259081109999,
-76.8259472359999, -76.8260449859999, -76.826165986, -76.826259737,
-76.826374986, -76.8266718609999, -76.8267792359999, -76.8268867359999,
-76.826990236, -76.8270311109999, -76.827040987, -76.8270078609999,
-76.826968736, -76.8268828609999, -76.826648486, -76.8265136109999,
-76.826353486, -76.8262479859999, -76.8261016109999, -76.825949236,
-76.8258788609999, -76.825824236, -76.825679736, -76.825591736,
-76.825490236, -76.8254413609999, -76.8253748609999, -76.8252011109999,
-76.8251406109999, -76.825093736, -76.8250176109999, -76.8250351109999,
-76.8252226109999, -76.825529236, -76.8257422359999, -76.8259979859999,
-76.8262499859999, -76.826458986, -76.8265742359999, -76.8267792359999,
-76.826908236, -76.827001986, -76.8271016109999, -76.827206986,
-76.8273163609999, -76.8273771109999, -76.827585986, -76.827718736,
-76.8279766109999, -76.828105486, -76.8281972359999, -76.8282734859999,
-76.828372986, -76.8284023609999, -76.8283906109999, -76.828365236,
-76.8282968609999, -76.828234236, -76.828203112, -76.828177736,
-76.828134736, -76.8281308609999, -76.828146486, -76.8281913609999,
-76.8282676109999, -76.828406236, -76.828540986, -76.828626986,
-76.8287363609999, -76.829122986, -76.8293026109999, -76.8293769859999,
-76.8294316109999, -76.8297676109999, -76.829956986, -76.830138736,
-76.830251986, -76.8304198609999, -76.830656236, -76.8307636109999,
-76.830863236, -76.830919986, -76.830960986, -76.830968736,
-76.8309823609999, -76.8309766109999, -76.830947236, -76.8309628609999,
-76.8309628609999, -76.8309648619999, -76.8309766109999,
-76.830947236, -76.830929736, -76.830919986, -76.8308926109999,
-76.830884736, -76.830874986, -76.830833986, -76.8308047359999,
-76.8307479859999, -76.8307011109999, -76.830687486, -76.8306933609999,
-76.8307011109999, -76.8307031109999, -76.8307304859998,
-76.830814486, -76.8310234859999, -76.8311211109999, -76.8312812359999,
-76.831460986, -76.8316328609999, -76.8318808609999, -76.8319726109999,
-76.8321601109999, -76.832257861, -76.8324707359999, -76.832812486,
-76.832927736, -76.8330409869999, -76.8331093609999, -76.8332363609999,
-76.833408236, -76.8335058609999, -76.8337441109999, -76.8338613609999,
-76.833927736, -76.834042986, -76.834144486, -76.8343964859999,
-76.834501987, -76.834554736, -76.8346229859999, -76.834746111,
-76.8348496109999, -76.834834111, -76.8348281109999, -76.8348788609999,
-76.8349238609999, -76.834984361, -76.835019486, -76.835039111,
-76.8350371109999, -76.835001986, -76.8349354859999, -76.8348612359999,
-76.834804736, -76.8347283609999, -76.8346582359999, -76.8346288609999,
-76.834562486, -76.8345371109999, -76.834497986, -76.8344316109999,
-76.8345038609999, -76.8345351109999, -76.8346367359999,
-76.8348203609999, -76.8351191109999, -76.8352734859998,
-76.8354981109999, -76.8359453609999, -76.8363457359999,
-76.836757736, -76.8369727359999, -76.837148486, -76.8373163609999,
-76.837564486, -76.837658236, -76.8377481109999, -76.837796861,
-76.8378066109999, -76.837812486, -76.8377851109999, -76.8377206119999,
-76.8376913609999, -76.8377089859999, -76.8377206109999,
-76.837622986, -76.837554736, -76.837310486, -76.837060611,
-76.836644486, -76.836521486, -76.8363086109999, -76.8362051109999,
-76.8361406109999, -76.836036986, -76.8359628609999, -76.835906236,
-76.835841736, -76.8357734859999, -76.8357538609999, -76.8357461109999,
-76.8357148609999, -76.835697236, -76.8356913609999, -76.8356953609999,
-76.8357069859998, -76.835718736, -76.8357266109999, -76.835720736,
-76.835720736, -76.835710986, -76.8357051109999, -76.8357323609999,
-76.8358144859998, -76.835855486, -76.8360273609999, -76.8363261109999,
-76.8366113609999, -76.837054736, -76.8374121109999, -76.8376543609999,
-76.8376543609999, -76.837853486, -76.838052736, -76.8385586109999,
-76.838654236, -76.838912111, -76.8392128609999, -76.8393944859999,
-76.8394826109999, -76.8397343619999, -76.839908236, -76.8401211109999,
-76.8402558609999, -76.840581986, -76.840679736, -76.840831986,
-76.8409101109999, -76.841128861, -76.8412128609999, -76.841455111,
-76.841718736, -76.8418886109999, -76.842105486, -76.8423788609999,
-76.842634737, -76.8428106109999, -76.8429003609999, -76.8430801109999,
-76.8432676109999, -76.8434198609999, -76.8434823609999,
-76.8434823609999, -76.843337861, -76.8431601109999, -76.8430624859998,
-76.8430156109999, -76.8430097359999, -76.843097611, -76.842072236,
-76.839187486, -76.838945361, -76.8293828609999, -76.8279433609999,
-76.823692861, -76.8218496109999, -76.820320236, -76.819692736,
-76.819298986, -76.8192417359999, -76.8185751109999, -76.815947611,
-76.8145397359999, -76.8082612359999, -76.8052219859999,
-76.800804736, -76.799309986, -76.798899986, -76.7980399859999,
-76.7975899859999, -76.7973699859999, -76.797189986, -76.796249986,
-76.795969986, -76.795639986, -76.794559986, -76.793729986,
-76.7924299859999, -76.7919899859999, -76.790669986, -76.7903699859999,
-76.7900299859999, -76.7893699859999, -76.7890699859999,
-76.788439986, -76.787789986, -76.7873699859999, -76.7866199859999,
-76.7857899859999, -76.784609986, -76.783319986, -76.7816899859999,
-76.781169986, -76.7803399859999, -76.7799199859999, -76.7790799859999,
-76.7772799859999, -76.7768299859999, -76.7754599859999,
-76.774269986, -76.773759986, -76.7730799859999, -76.7718999859999,
-76.7714199859999, -76.7710799859999, -76.770489986, -76.769159986,
-76.768059986, -76.767739986, -76.7670599859999, -76.766659986,
-76.7665399859999, -76.7663998609999, -76.766369986, -76.766369986,
-76.766229986, -76.765769986, -76.765599986, -76.765149986,
-76.764409986, -76.7639599859999, -76.763719986, -76.7633799859999,
-76.7621901109999, -76.7607599859999, -76.760359986, -76.759689986,
-76.7593399859999, -76.759149986, -76.7589099859999, -76.758579986,
-76.7584199859999, -76.7581199859999, -76.7577599859999,
-76.757519986, -76.757279986, -76.756869986, -76.755989986,
-76.755319986, -76.754999986, -76.7543398609999, -76.753679986,
-76.7529999859998, -76.7525599859999, -76.7520899859999,
-76.751529986, -76.749979986, -76.7488099859999, -76.748129986,
-76.7474598609999, -76.7449799859999, -76.7426699859999,
-76.7415499859999, -76.7407399859999, -76.740069986, -76.738199986,
-76.7374699859999, -76.736449986, -76.7356699859998, -76.734989986,
-76.7348099859999, -76.7345199859999, -76.734239986, -76.733859986,
-76.733529986, -76.7334799859999, -76.733249986, -76.733089986,
-76.732709986, -76.7320899859999, -76.731199986, -76.7308799859999,
-76.729919986, -76.728839986, -76.7275699859999, -76.7249934859999,
-76.7231601109999, -76.722039986, -76.721251861, -76.7206999859999,
-76.7206299859999, -76.7206599859999, -76.7206999859999,
-76.721049986, -76.7214199859999, -76.7213899859999, -76.7212299859999,
-76.7204699859998, -76.7201799859999, -76.7188499859999,
-76.7185299859999, -76.7182699859999, -76.7173098609999,
-76.716659986, -76.716179986, -76.7157299859999, -76.715349986,
-76.7150699859999, -76.7145199859999, -76.7134499859999,
-76.7128999859999, -76.7122399859999, -76.711369986, -76.7097299859999,
-76.708849986, -76.7077099859999, -76.707139986, -76.7067799859999,
-76.7061801109999, -76.705689986, -76.7053199859999, -76.7043299859999,
-76.7039299859998, -76.702469986, -76.7016499859999, -76.7005699859999,
-76.700379986, -76.699929986, -76.699459986, -76.699280111,
-76.6990199859999, -76.6989099859999, -76.698729986, -76.698219986,
-76.6980699859999, -76.697879986, -76.6977099859999, -76.697499861,
-76.6970699859999, -76.696799986, -76.6965899859999, -76.696569986,
-76.6964999859999, -76.696289986, -76.6954199859999, -76.6952399859999,
-76.694259986, -76.6940899859999, -76.694069986, -76.6941799859999,
-76.6943999859999, -76.695049986, -76.6952399859999, -76.695269986,
-76.695229986, -76.6949701109999, -76.694609986, -76.693599986,
-76.692999986, -76.692769986, -76.6925399859999, -76.6922799859999,
-76.6919999859999, -76.6914299859999, -76.691089986, -76.6909599859999,
-76.6907399859999, -76.6905399859999, -76.6902899859999,
-76.6901199859999, -76.6891799859999, -76.6880901109999,
-76.6878299859999, -76.6867499859999, -76.6862399859999,
-76.685769986, -76.685179986, -76.6848699859999, -76.6846098609999,
-76.6841599859999, -76.683820111, -76.6836399859999, -76.6835799859999,
-76.683679986, -76.683609986, -76.683229986, -76.682859986,
-76.6825799859999, -76.682439986, -76.682149986, -76.6818299859999,
-76.681439986, -76.680360111, -76.679849986, -76.679599986,
-76.679429861, -76.6790499859999, -76.678839986, -76.6775899859999,
-76.676969986, -76.6766299859999, -76.676239986, -76.675160111,
-76.6743501109999, -76.674099986, -76.6738799859999, -76.673639986,
-76.6729299859999, -76.672509986, -76.6715399859999, -76.670699986,
-76.669809986, -76.669019986, -76.668139986, -76.667430111,
-76.665939986, -76.665099985, -76.664719985, -76.664519986,
-76.6643799859999, -76.663781361, -76.662733736, -76.6620312359999,
-76.6608628609999, -76.6592166109999, -76.6581689859999,
-76.657495485, -76.6564478609999, -76.6555873609998, -76.654689361,
-76.6534172359999, -76.6526688609999, -12.192557855, -12.1944659799999,
-12.1961871049999, -12.1976837299999, -12.1987688549999,
-12.2009389799999, -12.2037826049999, -12.2060274799999,
-12.2081602299999, -12.209711855, -12.2106173549999, -12.21166998,
-12.21181998, -12.212329855, -12.21280998, -12.2130699799999,
-12.2134099799999, -12.2137099799999, -12.2138399799999,
-12.2138799799999, -12.2139499799999, -12.2137399799999,
-12.21379998, -12.2136799799999, -12.2137699799998, -12.2139499799999,
-12.21447998, -12.2147799799999, -12.2152599799999, -12.2158999799998,
-12.21618998, -12.21670998, -12.21904998, -12.2206099799999,
-12.2212499799999, -12.2216999799999, -12.22249998, -12.2230799799999,
-12.22383998, -12.2243901049999, -12.2247299799999, -12.2249799799999,
-12.2252699799998, -12.2255199799999, -12.2260898549999,
-12.2268499799998, -12.22742998, -12.2280599799998, -12.2283099799998,
-12.228700105, -12.22929998, -12.2300899799999, -12.2305199799999,
-12.2306999799999, -12.23095998, -12.2314399799999, -12.2319799799999,
-12.2324799799999, -12.2334699799998, -12.2341199799999,
-12.23503998, -12.2354799799999, -12.23604998, -12.2363999799999,
-12.2390801049999, -12.23966998, -12.2397999799998, -12.24020998,
-12.24054998, -12.24248998, -12.24304998, -12.2437699799999,
-12.24470998, -12.245110105, -12.2458099799999, -12.2469599799999,
-12.2476499799999, -12.2483199799999, -12.2490999799999,
-12.24932998, -12.2493699799999, -12.2497499799999, -12.250189855,
-12.2507799799999, -12.2511401049999, -12.2516599799999,
-12.2522899799999, -12.2527299799999, -12.2533099799999,
-12.2533499799999, -12.25373998, -12.2540599799999, -12.2545401049999,
-12.25499998, -12.2555299799999, -12.25616998, -12.2563999799999,
-12.2565899799999, -12.2566499799999, -12.2571301049999,
-12.25761998, -12.2578499799999, -12.25806998, -12.2582999799999,
-12.258890105, -12.25981998, -12.2602399799999, -12.26031998,
-12.2603999799999, -12.26085998, -12.26110998, -12.2626899799999,
-12.26337998, -12.2641899799999, -12.2648299799999, -12.26589998,
-12.2660699799999, -12.2666599799999, -12.2670999799999,
-12.2676899799999, -12.2677199799999, -12.2677599799999,
-12.2678499799999, -12.2683699799998, -12.2689099799999,
-12.2698399799999, -12.2700499799999, -12.2707799799999,
-12.2709799799999, -12.2713599799999, -12.27152998, -12.2717601049999,
-12.2724199799999, -12.2841999799999, -12.2846498549999,
-12.28532998, -12.28663998, -12.2868399799999, -12.2870999799999,
-12.2873399799999, -12.28890998, -12.28926998, -12.2899599799999,
-12.29077998, -12.2917499799999, -12.2923499799999, -12.2926699799999,
-12.29365998, -12.2940299799998, -12.2947899799999, -12.2949999799999,
-12.2952699799999, -12.2953399799999, -12.29539998, -12.2953699799999,
-12.2954599799999, -12.2956999799999, -12.2958299799999,
-12.2961499799999, -12.29629998, -12.2962799799998, -12.2963699799999,
-12.29629998, -12.2962199799999, -12.2961229799999, -12.295880105,
-12.2957899799999, -12.296089105, -12.2966431049999, -12.2975533549999,
-12.298621855, -12.2995123549999, -12.3003433549999, -12.30158998,
-12.30250023, -12.3033708559999, -12.3044393549999, -12.30529023,
-12.3056777299999, -12.3074469799999, -12.308139605, -12.3090101049999,
-12.3094257299999, -12.3094059809998, -12.3090696049999,
-12.30809998, -12.307308355, -12.3067148549998, -12.3065763549999,
-12.3069918549999, -12.308297855, -12.30970273, -12.3105141049999,
-12.3110538549999, -12.3113649799999, -12.311839855, -12.312056605,
-12.3124334799999, -12.3125126049999, -12.3126511049999,
-12.31527748, -12.31754798, -12.319224355, -12.3200599799998,
-12.3213161049999, -12.3221373549999, -12.3231034799999,
-12.3244836049999, -12.3249876049999, -12.325518981, -12.3266301049999,
-12.328398105, -12.3292871049999, -12.3301308559999, -12.3319551049999,
-12.3333378549999, -12.3370164799999, -12.3401082299999,
-12.342040605, -12.34392473, -12.34415223, -12.344615855,
-12.3450427299999, -12.34537698, -12.3452617299999, -12.3451406049999,
-12.3450488549999, -12.34485748, -12.3446523549999, -12.34343573,
-12.3429336049999, -12.34254298, -12.3421113549999, -12.3416074799999,
-12.34110348, -12.3404882299999, -12.34010748, -12.3397482299998,
-12.33943948, -12.33916998, -12.3389863549999, -12.33892573,
-12.3387812299999, -12.33867773, -12.33848248, -12.3384413549999,
-12.33854673, -12.33885348, -12.33916998, -12.33930473, -12.3393867299999,
-12.33955273, -12.3396659799999, -12.3400468559998, -12.3401288549999,
-12.3401913549999, -12.3402558549999, -12.3403808549999,
-12.3404726049999, -12.3405898549999, -12.3406093549999,
-12.3406093549999, -12.3406992299999, -12.3407538549999,
-12.3407714799999, -12.3407519799999, -12.3407871049999,
-12.34092398, -12.3410234799999, -12.34111723, -12.3411661049999,
-12.3412284799999, -12.3412909799999, -12.3413359799999,
-12.3413906049999, -12.3414531049999, -12.3415176049999,
-12.3415801049999, -12.3416993549999, -12.3418144799999,
-12.342013731, -12.3421387299999, -12.3422656049999, -12.3423183549999,
-12.34232623, -12.34233398, -12.3423516049999, -12.3423689799999,
-12.3424141049999, -12.3426211049999, -12.34285548, -12.34295523,
-12.3430176049999, -12.3430332299999, -12.3430234799999,
-12.3429961059999, -12.3429413549999, -12.3428944799999,
-12.3427773549999, -12.3426699799998, -12.3425703559999,
-12.3424082299999, -12.3421271049999, -12.3419766049999,
-12.34180673, -12.34167973, -12.3415194799999, -12.3413476049999,
-12.3412499799999, -12.34115823, -12.34097073, -12.3408886049999,
-12.34081823, -12.3407617299999, -12.3406913549999, -12.3404492299999,
-12.3403691049999, -12.3402871049999, -12.34008198, -12.3400156049999,
-12.3398984799999, -12.33981448, -12.3396856049999, -12.339558606,
-12.3394394809999, -12.3393378549999, -12.3393106049999,
-12.33926373, -12.3392168559999, -12.3391816049999, -12.33912498,
-12.3390898549999, -12.3390332299999, -12.3390156049999,
-12.3389336049999, -12.3388593549999, -12.3386856059999,
-12.3385762299999, -12.3385312299999, -12.33846098, -12.3383048549999,
-12.3382051049999, -12.33798823, -12.33787898, -12.33770698,
-12.33750973, -12.33730073, -12.33717573, -12.3370038549999,
-12.3368769799999, -12.3366152299999, -12.33642573, -12.3363066049999,
-12.3361621049999, -12.3359707299999, -12.33589848, -12.33583398,
-12.3355058549999, -12.33532423, -12.3352598549999, -12.3352052299998,
-12.33495898, -12.3348398549999, -12.3348398549999, -12.334830106,
-12.334755856, -12.3346093549999, -12.3345273549999, -12.33448248,
-12.33440823, -12.33427348, -12.33420898, -12.3341074799999,
-12.3340371049999, -12.33394723, -12.3337402299999, -12.333550605,
-12.333423856, -12.3332422299999, -12.3329356049999, -12.33282423,
-12.3327461049999, -12.33251948, -12.3323124799999, -12.3321953549999,
-12.3320859799999, -12.3320312299999, -12.3319238549999,
-12.3318163549999, -12.33168948, -12.3315624799999, -12.331462856,
-12.3313906049999, -12.3313281049999, -12.3312187299999,
-12.3310078549999, -12.33091798, -12.3307461059999, -12.3305996049999,
-12.3304804799999, -12.330328105, -12.3302538549999, -12.3301249799999,
-12.3300801049999, -12.3299512299999, -12.3298319799999,
-12.3298222309999, -12.3298027299999, -12.329787105, -12.329775355,
-12.32971873, -12.3296816049998, -12.3296172299999, -12.3295722299999,
-12.3295624799999, -12.3295606049999, -12.3295507299999,
-12.3295859799999, -12.3296308549999, -12.32966598, -12.3296933549999,
-12.3296836049999, -12.3296367299999, -12.3295468549999,
-12.32945698, -12.3293574799999, -12.3293106049999, -12.32923048,
-12.329138605, -12.3290391049999, -12.3289258549999, -12.3288144799999,
-12.3287148549999, -12.3286152309999, -12.3285254809999,
-12.32835548, -12.3281913549999, -12.32807423, -12.32780473,
-12.3275606049999, -12.3273437299999, -12.3270996049999,
-12.3266757299999, -12.3266113549999, -12.3264746049999,
-12.3262656049999, -12.3257578549999, -12.3255937299999,
-12.3253749799999, -12.3250839799999, -12.324917855, -12.3248242299999,
-12.3248691049999, -12.3248769799999, -12.3247753549999,
-12.3245937299999, -12.324484355, -12.3242753549999, -12.3240586049999,
-12.323769355, -12.323652355, -12.3234531049999, -12.32333598,
-12.3230918549999, -12.3229199799999, -12.3227031049998,
-12.3223789799999, -12.322289105, -12.3220273549999, -12.3216856049999,
-12.3212559799999, -12.3211486049999, -12.32107623, -12.3210507299999,
-12.32104098, -12.32099998, -12.3209159799999, -12.320808605,
-12.3206913549998, -12.32044723, -12.3203788549998, -12.3203202299999,
-12.320222605, -12.3201503549998, -12.3200409799999, -12.3199336049998,
-12.3198339799999, -12.3197694799999, -12.3196524799999,
-12.3195723549999, -12.3192812299999, -12.3191562299999,
-12.3188847299999, -12.3187676049999, -12.3185819799999,
-12.3180957299999, -12.317412105, -12.3168418549999, -12.3161699799999,
-12.3155409799999, -12.3151426049998, -12.3150137299999,
-12.3147968549998, -12.314683605, -12.3143418549998, -12.3139902299999,
-12.3138769799999, -12.3136426049999, -12.31348048, -12.3132597299999,
-12.31324223, -12.3129687299999, -12.3128554799999, -12.3127949799999,
-12.3128066049998, -12.312943355, -12.3129668549998, -12.3129569799999,
-12.31292773, -12.3128144799999, -12.3128281049998, -12.312744105,
-12.312712855, -12.3127284799999, -12.312777355, -12.3128808549998,
-12.3130332299999, -12.31318748, -12.3133047299999, -12.3133847299999,
-12.3134121049998, -12.313277355, -12.3132069799999, -12.312955105,
-12.312624855, -12.3123106049999, -12.312169855, -12.3120409799999,
-12.3119316049999, -12.3117031049998, -12.3105878549998,
-12.307736355, -12.3070449799999, -12.2939336049999, -12.2919784799999,
-12.2878856049999, -12.28637573, -12.2849443549999, -12.2837874799999,
-12.28296548, -12.2828463549999, -12.2824933549998, -12.2817873549999,
-12.281474605, -12.2791207299999, -12.27741473, -12.2743086049999,
-12.2728299799999, -12.2722099799998, -12.27111998, -12.2704299799999,
-12.2699599799998, -12.2697099799998, -12.2689199799999,
-12.2683899799999, -12.2680299799999, -12.2673499799999,
-12.26673998, -12.2655099799999, -12.2651899799999, -12.26452998,
-12.2644199799998, -12.2643599799999, -12.26440998, -12.2643799799999,
-12.263969855, -12.26344998, -12.26328998, -12.26328998,
-12.2635699799999, -12.26369998, -12.264010105, -12.2640899799999,
-12.2641599799999, -12.2640899799999, -12.2639498549999,
-12.2633699799999, -12.2624299799999, -12.2623899799999,
-12.2624799799999, -12.2624899799999, -12.2624199799998,
-12.2621999799999, -12.2613199799999, -12.26107998, -12.2609199799999,
-12.2608499799999, -12.2608699799999, -12.2606499799999,
-12.26045998, -12.25974998, -12.25914998, -12.25887998, -12.25831998,
-12.25790998, -12.2573799799999, -12.25695998, -12.2561899799999,
-12.2556799799999, -12.25479998, -12.2538099799999, -12.2528499799999,
-12.2524499799999, -12.2521499799999, -12.2517699799999,
-12.2511799799999, -12.2509599799999, -12.25036998, -12.25015998,
-12.2501399799999, -12.2501698549999, -12.2502899799999,
-12.2503899799999, -12.2509199799998, -12.25200998, -12.2524799799999,
-12.2527699799999, -12.2529699799999, -12.2530199799999,
-12.25295998, -12.2528499799999, -12.25249998, -12.2523399799999,
-12.2519399799999, -12.2518099799999, -12.25178998, -12.251929855,
-12.2525699799999, -12.25311998, -12.25333998, -12.25340998,
-12.2533599799999, -12.25340998, -12.2536199799999, -12.25369998,
-12.2536399799999, -12.2528899799999, -12.2526899799999,
-12.2525399799999, -12.25220998, -12.2517699799999, -12.2515199799999,
-12.2509199799998, -12.25045998, -12.25004998, -12.2498799799999,
-12.24953998, -12.2491199799999, -12.24869998, -12.2480399799999,
-12.2474499799999, -12.24644998, -12.2461499799999, -12.24561998,
-12.2452499799999, -12.24470998, -12.2443412299999, -12.2439296049999,
-12.24261998, -12.24190923, -12.2409499799999, -12.2406099799999,
-12.2396099799999, -12.2391899799999, -12.23786998, -12.2358599799999,
-12.2354299799999, -12.2349799799999, -12.2333199799999,
-12.2325699799999, -12.2303099799998, -12.22949998, -12.2290399799999,
-12.2280199799999, -12.2275899799999, -12.2271999799999,
-12.2267599799999, -12.2261899799999, -12.2254999799999,
-12.2247899799999, -12.2238599799999, -12.22366998, -12.2235299799999,
-12.2234099799999, -12.22338998, -12.22325998, -12.2229599799999,
-12.2226599799999, -12.22237998, -12.22163998, -12.2208199799999,
-12.22046998, -12.2199099799999, -12.2197999799999, -12.2196599799999,
-12.2193099799998, -12.2184799799999, -12.2183899799998,
-12.2182999799999, -12.2180299799999, -12.2178599799999,
-12.2174399799999, -12.21733998, -12.2173199799999, -12.2174698549999,
-12.2174399799999, -12.2173299799999, -12.21713998, -12.216660105,
-12.21605998, -12.2154899799999, -12.2147199799999, -12.2141799799999,
-12.2137399799999, -12.21326998, -12.2119499799999, -12.2116799799999,
-12.21067998, -12.2104399799999, -12.2101499799999, -12.2099399799998,
-12.2096998549999, -12.2092799799998, -12.2090299799999,
-12.2088199799999, -12.2085799799999, -12.207999855, -12.20760998,
-12.2068699799999, -12.2062099799999, -12.2057799799999,
-12.20504998, -12.2047099799999, -12.20454998, -12.2043799799999,
-12.20418998, -12.2040699799999, -12.2037501049999, -12.2029199799999,
-12.2025299799998, -12.20234998, -12.20168998, -12.2012499799999,
-12.2010998549999, -12.200290105, -12.1998699799999, -12.1995399799999,
-12.1993199799999, -12.19914998, -12.19893998, -12.19839998,
-12.1980999799999, -12.1978499799999, -12.1976699799999,
-12.1966299799999, -12.1961399799999, -12.1953399799999,
-12.1947899799999, -12.1942099799999, -12.1940099799999,
-12.19380998, -12.1937499799999, -12.1937799799999, -12.1939799799999,
-12.1939999799999, -12.19393998, -12.1937999799999, -12.1933298549999,
-12.19313998, -12.19223998, -12.1914399799999, -12.19110998,
-12.19092998, -12.19076998, -12.19040998, -12.1901799799999,
-12.1897099799999, -12.1893399799999, -12.1887899799999,
-12.1886199799999, -12.1884299799999, -12.1877999799999,
-12.1874499799998, -12.1870199799999, -12.1867799799998,
-12.1863799799999, -12.1857999799999, -12.1852599799999,
-12.18489998, -12.1845899799999, -12.18426998, -12.182867105,
-12.1796119799999, -12.1779628549999, -12.1796119799999,
-12.182642605, -12.1837277299999, -12.18496248, -12.187993105,
-12.1895646049998, -12.19072448, -12.1916598549999, -12.192557855
), .Dim = c(813L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-76.677734361, -76.677873861,
-76.678101611, -76.679110486, -76.679768361, -76.6804482359999,
-76.681328111, -76.6816323609999, -76.681522736, -76.6817419859999,
-76.681917486, -76.6816982359999, -76.681018361, -76.6800534849999,
-76.679176236, -76.6782771109999, -76.6776411109999, -76.6772024859999,
-76.676807861, -76.676237611, -76.675316611, -76.673540235,
-76.6718954859999, -76.6698779859999, -76.6679922359999,
-76.6680466109999, -76.6683867359999, -76.669000861, -76.6692109859999,
-76.6703164859999, -76.6714788609999, -76.672421861, -76.673364735,
-76.673540236, -76.673737611, -76.674000736, -76.674417486,
-76.6747244859999, -76.675338486, -76.6764788609999, -76.6773341109999,
-76.6780139859999, -76.6783144849999, -76.6796687359999,
-76.6819094859999, -76.683411486, -76.6868094859999, -76.688798861,
-76.690626111, -76.6931376109999, -76.6940487359999, -76.695329111,
-76.697126611, -76.6985793609999, -76.699785861, -76.7014882359999,
-76.7023031109999, -76.7028944859999, -76.703145736, -76.705404486,
-76.708157861, -76.709290486, -76.7102016109999, -76.7115066109999,
-76.7130578609999, -76.714092111, -76.7151852359999, -76.715821236,
-76.715931111, -76.7166107359999, -76.7172904859999, -76.718130236,
-76.7189572359999, -76.7193738609999, -76.7195827359999,
-76.7198782359999, -76.720623861, -76.7212379859999, -76.7218519859999,
-76.723277486, -76.724507611, -76.725295611, -76.725996736,
-76.726654611, -76.728151861, -76.729678486, -76.7301344859999,
-76.730860486, -76.732042361, -76.732805736, -76.733618236,
-76.7347016109999, -76.7358836109999, -76.7371393609999,
-76.7382048609999, -76.7390846109999, -76.740391111, -76.7411037359999,
-76.7412689859999, -76.742482611, -76.744477111, -76.7460976109999,
-76.7480721109999, -76.750128861, -76.753622986, -76.7542032359999,
-76.755483611, -76.7559589859999, -76.756173861, -76.7569063609999,
-76.7572283609999, -76.7575644859999, -76.758597611, -76.7604453609999,
-76.7651874859999, -76.7667069859999, -76.7707988609999,
-76.774712861, -76.7749589859999, -76.7748027359999, -76.7746542359999,
-76.7749667359999, -76.775919871, -76.7760327119999, -76.7761269859999,
-76.7761287299999, -76.7761908229999, -76.7762095739999,
-76.7762121929999, -76.776667956, -76.7765974809999, -76.7766702019999,
-76.7767337329999, -76.7768300399999, -76.7776399079999,
-76.7778887119998, -76.778139236, -76.7783190059999, -76.7785071429999,
-76.7787109329999, -76.778949064, -76.7789941199999, -76.7790624919999,
-76.7791339329999, -76.7790791829999, -76.7790223659999,
-76.778996111, -76.7791269859999, -76.7793027359999, -76.7794882359999,
-76.7796054859999, -76.7797029859999, -76.7797029859999,
-76.7796249859999, -76.779539111, -76.779642611, -76.7797382359999,
-76.7798319859999, -76.7798729859999, -76.7798984859999,
-76.779878861, -76.779851611, -76.779851611, -76.779837861,
-76.7798242359999, -76.7798984859999, -76.7799726109999,
-76.7800117359999, -76.780087861, -76.7801913609999, -76.7802226109999,
-76.780193361, -76.780216861, -76.780349611, -76.7804472359999,
-76.780566361, -76.780630861, -76.780681611, -76.7808749859999,
-76.7809882359999, -76.7811054859999, -76.781158236, -76.781222611,
-76.781298861, -76.7813691109999, -76.781443361, -76.7815409859999,
-76.7816444859999, -76.781701111, -76.7818457359999, -76.7819141109999,
-76.7820117359999, -76.7820818609999, -76.7821699859999,
-76.782277361, -76.7823359859999, -76.7824413609999, -76.782542986,
-76.782599611, -76.782611361, -76.782580111, -76.7825839859999,
-76.7825117359999, -76.782630861, -76.7826777359999, -76.7827754859999,
-76.782888736, -76.7829784859999, -76.7830566109999, -76.783173861,
-76.7832988609999, -76.783400361, -76.783400361, -76.7833613609999,
-76.783376986, -76.7833534859999, -76.7833124859999, -76.7833301109998,
-76.783279361, -76.7831894859999, -76.783126986, -76.7830566109999,
-76.7829979859999, -76.7829257359999, -76.782878861, -76.7827734859999,
-76.7826582359999, -76.7823769859999, -76.7823359859999,
-76.7822246109999, -76.7821816109999, -76.7821562359999,
-76.7820332359999, -76.7819141109999, -76.7818457359999,
-76.781839986, -76.7818769859999, -76.7819453609998, -76.7819551109999,
-76.7818534859999, -76.781753861, -76.7816757359999, -76.7816132359999,
-76.7815117359999, -76.781419861, -76.7813339859999, -76.7812832359999,
-76.781179736, -76.781150361, -76.7812479859999, -76.781224611,
-76.7810742359999, -76.780935611, -76.7807713609999, -76.7808007359999,
-76.7809804859999, -76.7809707359999, -76.780912111, -76.7808106109999,
-76.7807089859999, -76.780642611, -76.7805391109998, -76.780445361,
-76.7804569859999, -76.7804609859999, -76.7804492359999,
-76.7803339859999, -76.7801797359999, -76.7800839859999,
-76.7799609859999, -76.7798867359999, -76.7798242359999,
-76.7798124859999, -76.7798339859999, -76.7798047359999,
-76.7798319859999, -76.779816361, -76.779857361, -76.7799297359999,
-76.7799101109999, -76.779923861, -76.7798672359999, -76.779857361,
-76.7799062359999, -76.7799882359999, -76.780087861, -76.7801659859999,
-76.780150361, -76.7802343609999, -76.7803242359999, -76.7804257359999,
-76.7805332359999, -76.7805841109999, -76.780566361, -76.780476736,
-76.7804297359999, -76.7804257359999, -76.7804882359999,
-76.7804667359999, -76.7803749859999, -76.780226611, -76.780050611,
-76.7799336109998, -76.7798729859999, -76.7797792359999,
-76.779734361, -76.7797402359999, -76.779822111, -76.7798256109999,
-76.7798222359999, -76.7798114859999, -76.7796659859999,
-76.779464861, -76.779267611, -76.779007861, -76.7788926109999,
-76.7788144859999, -76.7787284859999, -76.7786269859999,
-76.778529361, -76.778505861, -76.7785019859999, -76.7784512359999,
-76.7782773609999, -76.7781522359999, -76.7780058609999,
-76.7778984859999, -76.7777676109999, -76.7775604859999,
-76.7774589859999, -76.7773984859999, -76.777361361, -76.777351611,
-76.7773554859999, -76.777404361, -76.777505861, -76.7776074859999,
-76.777882861, -76.7779921109999, -76.7780371109999, -76.777919861,
-76.7778534859999, -76.7778124859999, -76.777796861, -76.777847611,
-76.7779374859999, -76.778044861, -76.778123111, -76.778259611,
-76.778382861, -76.778476611, -76.778347611, -76.778476611,
-76.7785799859999, -76.778662111, -76.778755861, -76.7788496109999,
-76.778902361, -76.7789902359999, -76.778962861, -76.779070361,
-76.7791308609999, -76.779234361, -76.7793672359999, -76.779642611,
-76.779816361, -76.7799882359999, -76.780089861, -76.7801152359999,
-76.780205111, -76.7802988609999, -76.780290861, -76.7802694859999,
-76.7802832359999, -76.7803652359999, -76.780599611, -76.7806542359999,
-76.7807324859999, -76.780921861, -76.781296861, -76.7814902359999,
-76.781591861, -76.781714861, -76.7817812359999, -76.781796861,
-76.781796861, -76.7818319859999, -76.7819394859999, -76.782056611,
-76.7822011109999, -76.7823124859999, -76.7824784859999,
-76.7826367359999, -76.7827676109998, -76.782849611, -76.782964861,
-76.7831249859999, -76.7832479859999, -76.7833632359999,
-76.7833516109998, -76.783226611, -76.783222611, -76.7833124859999,
-76.783410111, -76.7835351109999, -76.7836972359999, -76.7838417359999,
-76.783851611, -76.7837519859999, -76.7837832359999, -76.7838984859999,
-76.783955111, -76.784068361, -76.7841211109999, -76.784212861,
-76.784257861, -76.7843554859999, -76.784382861, -76.784369111,
-76.784380861, -76.7844336109998, -76.7846054859999, -76.784591986,
-76.784494111, -76.784380861, -76.7843262359999, -76.784220736,
-76.784113111, -76.783931611, -76.7838222359999, -76.783757861,
-76.783714861, -76.7836211109999, -76.7835468609998, -76.783419986,
-76.7833106109999, -76.7831582359999, -76.783107361, -76.782986361,
-76.782974611, -76.782849611, -76.7827519859999, -76.782703111,
-76.7826797359999, -76.782554736, -76.782421861, -76.7821601109999,
-76.7819902359999, -76.7819257359999, -76.7818886109999,
-76.781861361, -76.7819082359999, -76.7819551109999, -76.782048861,
-76.7821386109999, -76.7822674859999, -76.7823242359999,
-76.7824531109999, -76.7825332359999, -76.782580111, -76.7825234859999,
-76.7822714859999, -76.7822363609999, -76.7822714859999,
-76.782349611, -76.782421861, -76.782537111, -76.782652361,
-76.7827909859999, -76.7828749859999, -76.7829823609999,
-76.7831152359999, -76.7832479859999, -76.7833339859999,
-76.783398486, -76.783503861, -76.7835214859999, -76.783162111,
-76.7830722359999, -76.783076111, -76.7832089859999, -76.7834784859999,
-76.7836328609998, -76.783714861, -76.783787111, -76.7839882359999,
-76.7842284859999, -76.7843437359999, -76.784451111, -76.7845389859999,
-76.7845527359999, -76.7845134859999, -76.7845389859999,
-76.7847578609998, -76.7849687359999, -76.7852656109999,
-76.785767736, -76.786767611, -76.7872207359999, -76.7877558609999,
-76.7881113609998, -76.788482361, -76.7891816109999, -76.7895507359999,
-76.7897422359999, -76.7897148609999, -76.789570361, -76.789390611,
-76.7893457359999, -76.7892031109999, -76.7882037359999,
-76.7853966109999, -76.7819301109999, -76.7794101109999,
-76.7787199859999, -76.778349986, -76.777179986, -76.775939986,
-76.775279986, -76.774769986, -76.774139986, -76.773189986,
-76.7725499859999, -76.771579861, -76.769769986, -76.7694599859999,
-76.7686299859999, -76.7667499859999, -76.7661999859999,
-76.765519986, -76.764689986, -76.7643399859999, -76.763529986,
-76.7625499859999, -76.7619999859999, -76.7614499859998,
-76.7605899859999, -76.7601199859999, -76.7596499859999,
-76.7588599859999, -76.758059986, -76.7567899859999, -76.7558199859999,
-76.755189861, -76.754619986, -76.753229986, -76.7518399859999,
-76.751239986, -76.7498599859999, -76.749459986, -76.7481699859999,
-76.7468899859999, -76.7446099859999, -76.743069986, -76.742309986,
-76.7406401109999, -76.7401099859999, -76.739739986, -76.738729986,
-76.7374399859999, -76.736379986, -76.7355399859999, -76.734489986,
-76.7332699859999, -76.7321399859999, -76.7315299859999,
-76.7308099859999, -76.7292799859999, -76.728146736, -76.727009986,
-76.7262599859999, -76.725390111, -76.724333986, -76.723531861,
-76.722339986, -76.721819986, -76.7213632359999, -76.7205899859998,
-76.7196799859998, -76.7190199859999, -76.7182299859999,
-76.7176799859999, -76.7171499859999, -76.7162373609999,
-76.715799986, -76.715421361, -76.714289986, -76.713759986,
-76.712555111, -76.7123999859999, -76.7122349859999, -76.711959986,
-76.711589986, -76.710699986, -76.709499986, -76.7087501109999,
-76.708039986, -76.7073999859999, -76.706839986, -76.706209986,
-76.7061981109999, -76.7051499859999, -76.704929986, -76.7042399859999,
-76.7031499859999, -76.702534111, -76.7024399859999, -76.7017799859999,
-76.7010699859999, -76.700266111, -76.7001203609999, -76.699639986,
-76.6988299859999, -76.6977599859999, -76.6964599859999,
-76.694639986, -76.6934099859999, -76.6925799859999, -76.692069986,
-76.691349986, -76.690749986, -76.6899499859999, -76.6892799859999,
-76.6883199859999, -76.6874899859999, -76.6871199859999,
-76.686979986, -76.686391236, -76.686149986, -76.6858699859999,
-76.6847799859999, -76.684219986, -76.683589986, -76.682229986,
-76.6816599859999, -76.6809399859999, -76.6795101109999,
-76.6787799859999, -76.6784199859999, -76.6778604859999,
-76.6778823609999, -76.67773436, -76.6777069859999, -76.677734361,
-12.3379971049999, -12.3385859799999, -12.33954798, -12.3409514799999,
-12.3419383549999, -12.34362698, -12.3452148549999, -12.34685073,
-12.34919723, -12.3512148549999, -12.3532542309999, -12.3543068549999,
-12.3546358549999, -12.3545481059999, -12.354526231, -12.354789355,
-12.35544723, -12.3566533549999, -12.35764023, -12.3583201049999,
-12.3590437299999, -12.3598991049999, -12.3600744799999,
-12.3602499799998, -12.3602304799999, -12.3615739799999,
-12.3630131049998, -12.3641753549999, -12.36443823, -12.3658201049999,
-12.3673552299999, -12.3685833549999, -12.36976748, -12.3704034799999,
-12.37220173, -12.3729912299999, -12.3743508549998, -12.3751184799999,
-12.3762149799999, -12.3776403549999, -12.3779912299999,
-12.378429855, -12.3787363559999, -12.3801153549999, -12.3813218549999,
-12.38210973, -12.3828977299999, -12.383289105, -12.3837348549999,
-12.3839811049999, -12.3839564799999, -12.3837348549999,
-12.3833409799999, -12.3830208549999, -12.382971605, -12.3841914809998,
-12.3850779799999, -12.3854449799998, -12.3856009799999,
-12.3865219799999, -12.3876746049999, -12.3887089799999,
-12.3892257299999, -12.3895459799999, -12.3901862299999,
-12.3907278549999, -12.3911712299999, -12.3918729799999,
-12.391982856, -12.3926624809999, -12.392925605, -12.3930178549999,
-12.39305723, -12.3931229799999, -12.3934771049999, -12.39397823,
-12.3952941049998, -12.3960396049999, -12.39623698, -12.3959299799999,
-12.3953817299999, -12.3952832309999, -12.3957764799999,
-12.396149355, -12.3963912299999, -12.3965636049999, -12.3965541049999,
-12.3965391049998, -12.39614498, -12.3959726059999, -12.3960957299999,
-12.3967113549999, -12.39742548, -12.3979917299999, -12.3980322299999,
-12.3980656049999, -12.3982568549999, -12.3983611059999,
-12.3983226049999, -12.3980409799999, -12.39742548, -12.3971328549999,
-12.39663748, -12.3967402299999, -12.3972304799999, -12.3975486049999,
-12.3982133549999, -12.3994101059999, -12.4006718549998,
-12.4014687299999, -12.4002499799999, -12.3996972299999,
-12.3985449799999, -12.3968183559999, -12.392433605, -12.3909413549999,
-12.387238355, -12.3925624799999, -12.3931269799999, -12.3938613559999,
-12.3944707299999, -12.3954374799999, -12.397723997, -12.397994699,
-12.398220855, -12.3982242559999, -12.3983453439999, -12.3983819119999,
-12.3983870189999, -12.3981941219999, -12.3980258169999,
-12.3979579589999, -12.397953897, -12.398042732, -12.398789762,
-12.398668717, -12.398634108, -12.3985842039999, -12.398542485,
-12.3984746369999, -12.398648739, -12.39868168, -12.399170737,
-12.3997040389999, -12.4004471329999, -12.4005875799999,
-12.4006524809999, -12.400609356, -12.4005957299999, -12.4007538549999,
-12.4007578549998, -12.400568355, -12.4004531049999, -12.4004023549998,
-12.4003124799999, -12.4002597299999, -12.4002382299999,
-12.4002694799999, -12.4001426049998, -12.3999843559999,
-12.3998514799999, -12.399771605, -12.3997089799999, -12.3996152299999,
-12.3995137299999, -12.3994492299999, -12.3995351049999,
-12.3995859799999, -12.3996699799999, -12.3996406049999,
-12.399584105, -12.399378855, -12.399226605, -12.3990233549999,
-12.3989609799999, -12.3990253549999, -12.399007856, -12.3988066049999,
-12.398744106, -12.398757856, -12.398726605, -12.3985762299999,
-12.3984492299999, -12.3983418559999, -12.398140605, -12.3981229799999,
-12.3981992299999, -12.3983027299999, -12.398341855, -12.3983516059999,
-12.3983282299999, -12.3983437299999, -12.398433605, -12.3985468549999,
-12.3986172299999, -12.3986464799999, -12.398628855, -12.3986132309999,
-12.3985273549999, -12.3984413549999, -12.3983319799999,
-12.3982304799999, -12.3981269799999, -12.3981562299999,
-12.3981992299999, -12.3982422299999, -12.3982538559999,
-12.3982187299999, -12.3981992299999, -12.3982148549999,
-12.3982069799999, -12.398132855, -12.3980409799999, -12.3979141049998,
-12.3978437299999, -12.397724605, -12.397623105, -12.397529355,
-12.3974277299999, -12.3973593549999, -12.3972869799999,
-12.3971972299999, -12.3971308549999, -12.3970214799999,
-12.3969824799999, -12.3969687299999, -12.3971659809999,
-12.3967851059999, -12.396744105, -12.396695355, -12.3968301049999,
-12.3969356059999, -12.396986355, -12.396962855, -12.3970409799999,
-12.397212855, -12.3973242299999, -12.3974121049999, -12.397505855,
-12.3974454799999, -12.397505855, -12.3975878549999, -12.3975859799999,
-12.397525355, -12.3973731049998, -12.3973397299999, -12.3971797299999,
-12.3971797299999, -12.397320355, -12.397787106, -12.3979003549999,
-12.3979961059999, -12.3979687299999, -12.3977481049999,
-12.3976406049999, -12.3974824799999, -12.397373106, -12.397318355,
-12.3973144799999, -12.3972422309999, -12.397160105, -12.3970819799999,
-12.397150355, -12.3972617299999, -12.397320355, -12.3974159799999,
-12.3974336049999, -12.3973516049998, -12.3972909799999,
-12.3971856059999, -12.3971093559999, -12.396992105, -12.3968262309999,
-12.3967518549999, -12.3966367299999, -12.396486356, -12.396369105,
-12.3962753559999, -12.3963066049999, -12.3961484799999,
-12.3960937299999, -12.3959297309999, -12.3958554799999,
-12.3957441049999, -12.3956718549999, -12.3956718549999,
-12.3956132299999, -12.3955409809999, -12.3951503549999,
-12.3951054809999, -12.3951132299999, -12.395089856, -12.394984355,
-12.3948711049999, -12.394765606, -12.3946444809999, -12.3945566049999,
-12.3944062299999, -12.3943047309999, -12.3942499799999,
-12.3942304799999, -12.394203105, -12.394191355, -12.394183605,
-12.3942129799999, -12.394289106, -12.3943749799999, -12.3945373549998,
-12.394547481, -12.3945547299999, -12.394552855, -12.3944472309998,
-12.3943986049999, -12.394414105, -12.3944609799999, -12.394529355,
-12.394695355, -12.394755855, -12.394767605, -12.3948027299999,
-12.3948534799999, -12.3949668559999, -12.3950682299999,
-12.3951444799999, -12.3951269799999, -12.395058605, -12.3949981059999,
-12.3948593559999, -12.3945877299999, -12.394378855, -12.394191356,
-12.3940624799999, -12.393869105, -12.393677856, -12.3935586059999,
-12.3934882299999, -12.3934882299999, -12.3935449799999,
-12.393537105, -12.3934512299999, -12.393357355, -12.3933144799999,
-12.3931953549999, -12.3929804799999, -12.3928476049999,
-12.3926426049999, -12.3924648559999, -12.3923906049999,
-12.3923593549999, -12.3924141049999, -12.3923476049999,
-12.392162105, -12.391910105, -12.3917519799999, -12.3916582299999,
-12.391597605, -12.3915507299999, -12.3915312299999, -12.3915547299999,
-12.3916582299999, -12.391716855, -12.391716855, -12.391650355,
-12.391650355, -12.391683606, -12.3917012299999, -12.391716855,
-12.3917988549999, -12.3920819799999, -12.392162105, -12.3921152299999,
-12.391996105, -12.3919394799999, -12.3918281049999, -12.391724605,
-12.3916269799999, -12.391597605, -12.3915762299999, -12.3914961049999,
-12.3912343549999, -12.391162105, -12.391123105, -12.391111355,
-12.391162105, -12.3912207299999, -12.3913632299999, -12.3915586049999,
-12.391716855, -12.3917382299999, -12.391662105, -12.391642605,
-12.3917382299999, -12.391650355, -12.3916074799999, -12.391619105,
-12.3918242299999, -12.391956981, -12.3920038549999, -12.391945355,
-12.3918301049999, -12.3916444799999, -12.3915293549999,
-12.3914472299999, -12.3914687299999, -12.3914569799999,
-12.391406355, -12.391339855, -12.3912207299999, -12.391046855,
-12.3909394799999, -12.3909218559999, -12.390951355, -12.3909101049999,
-12.390806605, -12.3908534799999, -12.3908887299999, -12.390861355,
-12.3907382299999, -12.3906387299999, -12.390529355, -12.3904297299999,
-12.3902714809998, -12.3901953549999, -12.3900839799999,
-12.389994105, -12.389972605, -12.389976605, -12.390046855,
-12.3902069799999, -12.390181605, -12.3900839799999, -12.3900312299999,
-12.3899667299999, -12.3899238549999, -12.3898984799999,
-12.3898984799999, -12.3899297299999, -12.3900214799999,
-12.3900351059999, -12.389933605, -12.389912105, -12.3899804809999,
-12.389912105, -12.3896172299999, -12.3895351049999, -12.3895137299999,
-12.389466855, -12.3892656049999, -12.389078105, -12.388902355,
-12.3887266049999, -12.3884433549999, -12.3881582299999,
-12.3878808549999, -12.3878359799999, -12.3878788549999,
-12.3879316059999, -12.3879784799999, -12.3879707309999,
-12.3878788549999, -12.3878496049999, -12.3876582299999,
-12.3875663549999, -12.3873534799999, -12.3870898549999,
-12.3869472299999, -12.3868262309999, -12.3867284799999,
-12.3866562299999, -12.3866777299999, -12.3867714799999,
-12.3869082299999, -12.3870703549999, -12.3871444809998,
-12.387191355, -12.387185605, -12.3870703559999, -12.3867226049999,
-12.3865839799999, -12.3865058549999, -12.386287105, -12.385873106,
-12.3856426049999, -12.385568356, -12.385505855, -12.385431605,
-12.3853163549999, -12.3853457299999, -12.3854804799999,
-12.385535105, -12.3854356049999, -12.3853163549999, -12.385265605,
-12.3851367309999, -12.3850547299999, -12.3849824799999,
-12.3849512309999, -12.3854589799999, -12.385556605, -12.3858007299999,
-12.385841856, -12.385994105, -12.3859512299999, -12.3857051049999,
-12.3852812299999, -12.3848964799999, -12.3845996049999,
-12.384142605, -12.3839922299999, -12.3839256049999, -12.38399248,
-12.3823548549998, -12.379356355, -12.37740998, -12.37698998,
-12.376539981, -12.37547998, -12.3745499799999, -12.3743799799999,
-12.3739699799999, -12.3737099799999, -12.3729199799999,
-12.37230998, -12.3715299799999, -12.3704699799999, -12.3698499799999,
-12.36932998, -12.3683799799999, -12.36802998, -12.3673399799999,
-12.3661899799999, -12.3655099799999, -12.3645099799999,
-12.3640499809999, -12.3636799799999, -12.36311998, -12.3620599799999,
-12.3613899799999, -12.36095998, -12.3604399799999, -12.35978998,
-12.3586099799999, -12.35753998, -12.3570301049999, -12.356669981,
-12.355999981, -12.3557699809999, -12.3552298549999, -12.3542829799999,
-12.35412998, -12.3536399799999, -12.3534799799999, -12.35253998,
-12.3514199799999, -12.3502299799999, -12.34895998, -12.3477699799999,
-12.3472699799999, -12.34708998, -12.3467399799999, -12.34627998,
-12.34570998, -12.3451599799999, -12.3443999799999, -12.34350998,
-12.3435299799999, -12.3432098549999, -12.3427999799998,
-12.342288605, -12.34186998, -12.3417199809998, -12.3413211049998,
-12.34143948, -12.3416718549999, -12.3418499799999, -12.34215998,
-12.3423543549999, -12.3423899809998, -12.3425099799999,
-12.3423699799999, -12.34190998, -12.3417299809998, -12.3416999799999,
-12.3414388559999, -12.3413099799999, -12.3412548549999,
-12.3410899799998, -12.34095998, -12.3403488549999, -12.3402699799999,
-12.34030373, -12.3403599809999, -12.3403599799999, -12.34021998,
-12.340289981, -12.3404299799998, -12.3402099799999, -12.3402599799999,
-12.3402299799999, -12.3400999799999, -12.34007623, -12.3400999799999,
-12.3400299799999, -12.3396699799999, -12.3393099799999,
-12.338928355, -12.33886998, -12.3389299799999, -12.3392299799999,
-12.33984298, -12.33996573, -12.3403699799999, -12.3407001049999,
-12.34086998, -12.3406601049999, -12.3400299799999, -12.3398899799999,
-12.33933998, -12.339139981, -12.33873998, -12.33854998,
-12.3385599799999, -12.3382099799999, -12.3378999799999,
-12.337220105, -12.3370399799999, -12.3369099799999, -12.3367628549999,
-12.3366799799999, -12.3363701049999, -12.33609998, -12.3358799809999,
-12.335539981, -12.3351899799999, -12.33486998, -12.3343599799999,
-12.33388998, -12.3335899799999, -12.3334899799999, -12.335205855,
-12.336631355, -12.337685855, -12.337881355, -12.3379971049999
), .Dim = c(644L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-76.881337861, -76.8613672359999,
-76.8329687359999, -76.8324599859999, -76.8323913609999,
-76.8322699869999, -76.8318899859999, -76.8316499859999,
-76.8313099859999, -76.829499986, -76.829029986, -76.828079986,
-76.8268599869999, -76.826489986, -76.825589986, -76.8252299859999,
-76.8248999859999, -76.8243299869999, -76.8229299859999,
-76.8195599859999, -76.8193199859999, -76.8182399859999,
-76.817299986, -76.8160599859999, -76.8153899859999, -76.812929986,
-76.812429986, -76.812029861, -76.8111199869999, -76.8099399859999,
-76.8090599859999, -76.808129986, -76.8064999859999, -76.8044099859999,
-76.8029899859999, -76.8023799859999, -76.8012799859999,
-76.800679986, -76.800389986, -76.799879986, -76.799559986,
-76.7991801109999, -76.7979099859999, -76.797469986, -76.7962599859999,
-76.7942999859999, -76.7928599859999, -76.7919199859999,
-76.7910999859999, -76.7885194859999, -76.7882519859999,
-76.7872578609999, -76.786296861, -76.7858086109999, -76.785476611,
-76.7845409859999, -76.7835957359999, -76.7832753609999,
-76.7829999859999, -76.7827479859999, -76.7824941109999,
-76.7823359859999, -76.7821464859999, -76.781451111, -76.7806034859999,
-76.7802734859999, -76.7799726109999, -76.779503861, -76.7793104859999,
-76.7787031109999, -76.778482361, -76.7782909859999, -76.7780273609999,
-76.7778007359999, -76.7775839859999, -76.7770409859999,
-76.7768691109999, -76.776691361, -76.776378861, -76.7757402359999,
-76.7749433609999, -76.7739062359999, -76.773371111, -76.773046861,
-76.7722832359999, -76.772068361, -76.7719082359999, -76.7717832359999,
-76.771664111, -76.7714082359999, -76.771121111, -76.7709784859999,
-76.770642486, -76.770320361, -76.770048861, -76.769775361,
-76.7694492359999, -76.7691172359999, -76.768757861, -76.768349611,
-76.7682167359999, -76.768087861, -76.767664111, -76.7675117359999,
-76.767244111, -76.767050736, -76.766943361, -76.7667812359999,
-76.7665917359999, -76.7660819859999, -76.765919861, -76.7657558609999,
-76.7656192359999, -76.7654531109999, -76.764986361, -76.764822236,
-76.764390486, -76.764253861, -76.7641464859999, -76.763982361,
-76.7637909859999, -76.7631913609999, -76.7629454859999,
-76.7627266109999, -76.7622714859999, -76.7616444859999,
-76.7613301109999, -76.7605547359999, -76.7603124859999,
-76.760068361, -76.759851611, -76.7596894859999, -76.759496111,
-76.7590566109998, -76.7586152359999, -76.7582284859999,
-76.7579003609999, -76.757488236, -76.7570819859999, -76.756923861,
-76.7564529859999, -76.756320361, -76.756187486, -76.7560527359999,
-76.7558886109999, -76.755310486, -76.754681611, -76.754380861,
-76.754134736, -76.7538866109999, -76.753417986, -76.752732361,
-76.7522636109999, -76.751736361, -76.751544861, -76.7513573609999,
-76.7511406109999, -76.7509354859999, -76.7507714859998,
-76.7506288609999, -76.750330111, -76.749458986, -76.7489941109999,
-76.748812486, -76.748623111, -76.7483691109999, -76.7480253609999,
-76.747458986, -76.747238236, -76.7467909859998, -76.7465976109999,
-76.746414111, -76.746238236, -76.746122986, -76.7460136109999,
-76.7458886109999, -76.745542986, -76.745435486, -76.7453222359999,
-76.745224611, -76.745121236, -76.7446816109999, -76.7445742359999,
-76.7444999859999, -76.744359361, -76.744078111, -76.7436073609999,
-76.7433183609999, -76.7430683609999, -76.7428613609999,
-76.7426211109999, -76.742402361, -76.7417128609999, -76.7407871109999,
-76.7401113609999, -76.739949236, -76.739822236, -76.7396073609999,
-76.7393593609999, -76.7386836109999, -76.7383203609999,
-76.738144486, -76.737890611, -76.7373808609999, -76.736904236,
-76.7366621109999, -76.7364433609999, -76.735947236, -76.735414111,
-76.7353339859999, -76.735261736, -76.7351308609999, -76.7349843609999,
-76.7348476109999, -76.7346991109999, -76.734531236, -76.7344726109999,
-76.7344218609999, -76.7342323609999, -76.7341191109999,
-76.7338886109999, -76.7336464859999, -76.7333613609999,
-76.7331016109999, -76.732935611, -76.732761736, -76.7325429859999,
-76.7323573609999, -76.7321641109999, -76.7319648609999,
-76.731783236, -76.731591736, -76.731343736, -76.7308301109999,
-76.730177736, -76.729755736, -76.728716736, -76.7282891109999,
-76.727939486, -76.7273926109999, -76.7271757359999, -76.726800736,
-76.7260976109999, -76.7256601109999, -76.7255351109999,
-76.7254238609999, -76.7252323609999, -76.725029236, -76.7248203609999,
-76.7246093609999, -76.724501986, -76.7243944859999, -76.723949236,
-76.723177736, -76.722572236, -76.7221621109999, -76.7215371109999,
-76.7208359859999, -76.720355486, -76.719634736, -76.7193359859998,
-76.719154236, -76.7189433609999, -76.718677736, -76.7182832359999,
-76.7177343609999, -76.7174941109999, -76.717148486, -76.7167656109999,
-76.716511736, -76.7163007359999, -76.7155996109999, -76.714929736,
-76.7145586109999, -76.713904236, -76.7129998609998, -76.7121406109999,
-76.711304736, -76.7108808609999, -76.7090868609999, -76.7073199859999,
-76.7069399859999, -76.7066656109999, -76.7061198609999,
-76.7055166109999, -76.7051899859999, -76.7046999859999,
-76.704099986, -76.7032699859999, -76.7023499859998, -76.7013199859999,
-76.6995599859999, -76.698130861, -76.6977471109999, -76.696179236,
-76.6952571109999, -76.6948123609999, -76.6937269859999,
-76.6926817359999, -76.6912343609998, -76.6905108609999,
-76.6887441109999, -76.6860483609999, -76.6852252359999,
-76.683877486, -76.6815457359999, -76.6810813609999, -76.6792998609999,
-76.679516236, -76.6801412359999, -76.6817031109999, -76.683722611,
-76.6853329859999, -76.6865347359999, -76.6874241109999,
-76.688794236, -76.690332486, -76.691558361, -76.691558361,
-76.6911257359999, -76.6907651109999, -76.6901882359999,
-76.689154861, -76.688481736, -76.688337611, -76.6879199859999,
-76.6871299859999, -76.6864799859998, -76.686149986, -76.6854199859999,
-76.684479986, -76.6840699859999, -76.6836199859999, -76.6833499859999,
-76.6828799859999, -76.682328486, -76.681359986, -76.6796799859999,
-76.679475236, -76.679279986, -76.678939986, -76.678569986,
-76.6780399859999, -76.6778399849999, -76.676330111, -76.6757799859998,
-76.674972611, -76.674439986, -76.6741999859998, -76.6739399859999,
-76.6739799859999, -76.673929986, -76.673179986, -76.6722439859999,
-76.6719199849999, -76.671740111, -76.6714599859999, -76.6705392359999,
-76.6705267359999, -76.669719986, -76.6695099859999, -76.669309986,
-76.6687721109999, -76.6680302359999, -76.6675703609999,
-76.6663924859999, -76.6651907359999, -76.663916861, -76.662378486,
-76.661008486, -76.660339861, -76.660468236, -76.6604796109998,
-76.661080611, -76.6620312359999, -76.663220236, -76.6644433609999,
-76.6659139859999, -76.6672609859999, -76.669583111, -76.671750861,
-76.6738047359999, -76.6751823609999, -76.67713761, -76.6780527359999,
-76.679714986, -76.6818924859999, -76.6844254859999, -76.6867807359999,
-76.688735986, -76.6902467359999, -76.6915356109999, -76.693979736,
-76.696068361, -76.697739486, -76.698779111, -76.700156611,
-76.7007363609999, -76.702378611, -76.702900111, -76.703127611,
-76.7042894859999, -76.7054892359999, -76.7064668609999,
-76.7078001109999, -76.709399861, -76.7111329859999, -76.713576986,
-76.7162877359999, -76.718687486, -76.7202427359999, -76.7222793609999,
-76.7227998609999, -76.7229979859999, -76.7250866109999,
-76.726898486, -76.727499361, -76.7284416109998, -76.7287749859999,
-76.7309968609999, -76.7325077359999, -76.7339783609999,
-76.735885111, -76.7377516109999, -76.7397512359999, -76.7411288609999,
-76.741928736, -76.743084111, -76.744662111, -76.746048861,
-76.7481501109999, -76.7493943609999, -76.750727486, -76.7513941109999,
-76.7541937359999, -76.7569488609999, -76.7583708609999,
-76.758597486, -76.759615111, -76.761703736, -76.7652609859999,
-76.765303236, -76.767969611, -76.7693027359999, -76.770146986,
-76.7710358609999, -76.772496111, -76.7734693609999, -76.774013236,
-76.7760574859999, -76.7779682359999, -76.7798789859999,
-76.781434361, -76.783745111, -76.786746111, -76.7876249859999,
-76.7891367359999, -76.7891992359999, -76.7910331109998,
-76.792588361, -76.7930082359999, -76.7938771109999, -76.7951213609999,
-76.796721111, -76.7996096109999, -76.8032091109999, -76.8049299859999,
-76.8058754859999, -76.8075041109999, -76.8075196109999,
-76.810141486, -76.812941111, -76.8144964859999, -76.8160518609999,
-76.8168072359999, -76.817473736, -76.8181404859999, -76.8201401109999,
-76.8234729859999, -76.827472486, -76.8316941109999, -76.832839486,
-76.834269236, -76.835507111, -76.836936736, -76.837825987,
-76.838558236, -76.8394299859999, -76.840301736, -76.841051361,
-76.8418883609999, -76.842760111, -76.8436103609999, -76.843618111,
-76.843875611, -76.844276986, -76.8446606109999, -76.844995236,
-76.8452139859999, -76.845510111, -76.8458318609999, -76.845741736,
-76.845342737, -76.845009236, -76.845008111, -76.844879486,
-76.8445832359999, -76.843869986, -76.843872986, -76.8438109859999,
-76.843780361, -76.843610986, -76.8433272359999, -76.843152236,
-76.8431111109999, -76.8431329859999, -76.843172861, -76.8432901109999,
-76.8434436109999, -76.844029361, -76.8445036109999, -76.8446849859999,
-76.844531611, -76.844238611, -76.8437504859999, -76.843666736,
-76.8437699859999, -76.8439276109999, -76.8439457359999,
-76.8439233609999, -76.8436807359999, -76.8433459859999,
-76.8432343609999, -76.843276236, -76.8462301109999, -76.847647611,
-76.8492432359999, -76.849756486, -76.8501246109999, -76.8506046109999,
-76.8511401109999, -76.8512517359999, -76.851352111, -76.851486237,
-76.8517873609999, -76.852311862, -76.852546111, -76.8527943609999,
-76.853182112, -76.8533692359999, -76.853559111, -76.853617361,
-76.8539409859999, -76.8543089859999, -76.8546222359999,
-76.8549007359999, -76.855152361, -76.855737236, -76.8562061109998,
-76.8566233609998, -76.8569711109999, -76.8572818609999,
-76.857821111, -76.8582482359999, -76.8585157369999, -76.8588994859999,
-76.858990986, -76.859274236, -76.8596507359999, -76.8596581109999,
-76.8598134859999, -76.8600419859999, -76.8603344859999,
-76.8606726109999, -76.8609299859999, -76.861504236, -76.8615957359999,
-76.8616688609999, -76.861814986, -76.862034361, -76.862290361,
-76.862529986, -76.862674111, -76.8631128609999, -76.863688361,
-76.8641938609999, -76.8644563609999, -76.865205736, -76.8652092359999,
-76.8656262369999, -76.865716111, -76.866910612, -76.8667798609999,
-76.8657573609999, -76.865344986, -76.866481361, -76.866839236,
-76.866876361, -76.866677861, -76.866677861, -76.8675189859999,
-76.868067986, -76.8683658609999, -76.8705228609999, -76.8708343609999,
-76.8710419859999, -76.871734111, -76.8723571119999, -76.8726512359999,
-76.872512861, -76.8722271109999, -76.8722186109999, -76.871439986,
-76.8711977359999, -76.871163111, -76.871155486, -76.8716746109999,
-76.8726233609999, -76.872938361, -76.8737392359999, -76.8739768609999,
-76.8747839859999, -76.8752812359999, -76.8757761109999,
-76.8769191109999, -76.877401111, -76.8779366109999, -76.8789183609999,
-76.879293236, -76.8797229859999, -76.880297236, -76.881595986,
-76.8820243609999, -76.8825419859999, -76.883202486, -76.883595236,
-76.8840772359999, -76.884487736, -76.885326736, -76.886362111,
-76.887415236, -76.888396986, -76.889128861, -76.8897893609999,
-76.8904853609999, -76.890953111, -76.8911347359999, -76.8911347359999,
-76.8910252369999, -76.890812361, -76.8905632359999, -76.890475236,
-76.890357986, -76.8904286109999, -76.890556612, -76.890869111,
-76.8910977359999, -76.8918602359999, -76.892031486, -76.891875861,
-76.8912067359999, -76.8905531109999, -76.8898838609999,
-76.8890591109999, -76.8885299859999, -76.8877362359999,
-76.8872909859999, -76.8869582369999, -76.886226736, -76.8860877359999,
-76.8858532359999, -76.8855108609999, -76.8853397359999,
-76.885215236, -76.8850474859998, -76.884903986, -76.8847638609999,
-76.8844681109999, -76.8841724859999, -76.8836669859999,
-76.8834099859999, -76.8830957369999, -76.883132861, -76.883223361,
-76.883472236, -76.884063611, -76.884654986, -76.8847316109999,
-76.8847483609999, -76.884695361, -76.8845459859999, -76.8842347359999,
-76.883876861, -76.883098736, -76.881993861, -76.8812402359999,
-76.8811689859999, -76.8810756109999, -76.8812402359999,
-76.8814802359999, -76.881626736, -76.8819627359999, -76.8825073609999,
-76.882709737, -76.8830676109999, -76.883425611, -76.8833166109999,
-76.883425611, -76.8837523609999, -76.884188111, -76.8853397359999,
-76.8868337359999, -76.8884677359999, -76.8898372359999,
-76.8916579859999, -76.893525486, -76.8948327369999, -76.8955329859999,
-76.895735236, -76.8960621109999, -76.8960399869999, -76.896059986,
-76.8963199859999, -76.896339986, -76.896459986, -76.896959986,
-76.8981299869999, -76.898549986, -76.8987799859999, -76.899080111,
-76.8994099859999, -76.8996699859999, -76.9002399859999,
-76.900629986, -76.9006999859999, -76.900779861, -76.900849986,
-76.901605612, -76.9027743609999, -76.9036243609999, -76.9046109859999,
-76.904828486, -76.9067441109999, -76.909007612, -76.9113077359999,
-76.9125663609999, -76.9125846109999, -76.9119116109999,
-76.910781986, -76.9106349859999, -76.908200611, -76.9065777359999,
-76.9061451109999, -76.905658236, -76.9041436109999, -76.9038746109999,
-76.9029533609999, -76.9012419859999, -76.9010601119999,
-76.898113236, -76.897751237, -76.897381611, -76.8962538609999,
-76.8953801109999, -76.894727111, -76.894234361, -76.8921426109999,
-76.891667986, -76.890595736, -76.890132861, -76.8898886109999,
-76.890035111, -76.8906444859999, -76.8915468609999, -76.8915198609999,
-76.8914076109999, -76.891128861, -76.8908912359999, -76.890185486,
-76.889125486, -76.8886608609999, -76.8875789859999, -76.8866062359999,
-76.8858204859999, -76.885134611, -76.8848852359999, -76.8845247359999,
-76.8840371109998, -76.8840371109998, -76.8843239859999,
-76.884693361, -76.8851844859999, -76.885857986, -76.8862819859999,
-76.8864441109999, -76.8864441109999, -76.8864441109999,
-76.8862196109999, -76.886052611, -76.885808111, -76.8854963609999,
-76.8854042359999, -76.8854297359999, -76.885382862, -76.885598237,
-76.8861368609999, -76.887294986, -76.8887493609999, -76.889557361,
-76.889889986, -76.8903922359999, -76.8904536119999, -76.8905807369999,
-76.891119486, -76.8909578609999, -76.890093236, -76.889934361,
-76.889638111, -76.889133236, -76.887984361, -76.881337861,
-12.0722031049999, -12.1019668549999, -12.1450722299999,
-12.1455199799999, -12.1461422299999, -12.1474199799999,
-12.1469399799999, -12.14674998, -12.1466599799999, -12.1465999799999,
-12.1464099799999, -12.14584998, -12.1453899799999, -12.1453699799999,
-12.1451199799999, -12.1450699799999, -12.1448999799999,
-12.14474998, -12.1445299799999, -12.1435899799999, -12.1434701049999,
-12.1431399799999, -12.1429799799999, -12.1429399799999,
-12.14280998, -12.14200998, -12.1418999799999, -12.1419099799999,
-12.1420399799999, -12.141730105, -12.14161998, -12.1416999799999,
-12.1416698549999, -12.1417799799999, -12.1416799799999,
-12.14173998, -12.1419899799999, -12.1423099799999, -12.1425699799999,
-12.14333998, -12.14337998, -12.1433499799999, -12.1429899799999,
-12.1427999799999, -12.14254998, -12.1426201049999, -12.1424499799999,
-12.1423999799999, -12.1420399799999, -12.1403106049999,
-12.14024998, -12.13995698, -12.1394843549999, -12.1392343549999,
-12.1390371049999, -12.1384648549999, -12.137956855, -12.137794855,
-12.13766198, -12.1375546049999, -12.1374668549999, -12.1374217299999,
-12.1373964799999, -12.1373554799999, -12.13725198, -12.13721873,
-12.13721098, -12.13724998, -12.13725198, -12.13721098, -12.13717573,
-12.1371503549999, -12.1370781049999, -12.13699023, -12.13686523,
-12.1365332299999, -12.1364531049999, -12.1363731049999,
-12.1362753549999, -12.1360898549999, -12.13588673, -12.13560548,
-12.1354726049998, -12.1354121049999, -12.1352891049999,
-12.1352461049999, -12.13521098, -12.1351582299999, -12.1350859799999,
-12.13492573, -12.13470123, -12.1346288549998, -12.1345058549999,
-12.13441598, -12.13435548, -12.13432023, -12.1343047299999,
-12.1343242299999, -12.13436323, -12.13443748, -12.1344668549999,
-12.1345117299999, -12.1347224799999, -12.1347773549999,
-12.1348613549999, -12.1348887299999, -12.1348808549999,
-12.134863229, -12.1348203549999, -12.13468748, -12.1346621049999,
-12.13464448, -12.13464648, -12.1346641049999, -12.1347224799999,
-12.13474998, -12.1348516049999, -12.1348711049999, -12.1348808549999,
-12.1348731049999, -12.1348553549998, -12.13475198, -12.1347168549999,
-12.13470898, -12.134712855, -12.1349238549999, -12.135025355,
-12.13522848, -12.135285105, -12.1353222299999, -12.1353516049999,
-12.1353613549999, -12.1353437299999, -12.13529298, -12.13525973,
-12.135253855, -12.13527348, -12.1353203549999, -12.1354043549999,
-12.1354512299999, -12.13561723, -12.1356543549999, -12.1356718549999,
-12.1356738549999, -12.1356659799999, -12.1355606049999,
-12.13548248, -12.1354492299999, -12.1354336049999, -12.1354434799999,
-12.1354726049998, -12.13551373, -12.13554298, -12.1356016049999,
-12.1356036049999, -12.1355761049999, -12.135523355, -12.1354356049999,
-12.1353358549999, -12.13521098, -12.1348867299999, -12.1340703549999,
-12.1337207299999, -12.13359573, -12.1334961049999, -12.1333906049999,
-12.133292979, -12.1331601049999, -12.1331249799999, -12.13308398,
-12.1330586049999, -12.13301373, -12.1329512299999, -12.1328808549999,
-12.1327988549999, -12.1326914799999, -12.1323691049999,
-12.1322793549999, -12.1322069799999, -12.1321621049998,
-12.13212698, -12.1320391049999, -12.1320137299999, -12.131986355,
-12.13189648, -12.131671855, -12.13138673, -12.1312246049999,
-12.131109355, -12.1310468549999, -12.1310038549998, -12.1309687299999,
-12.1308926049999, -12.1307343549998, -12.1305937299999,
-12.1305507299999, -12.1305058549999, -12.1303906049999,
-12.13021873, -12.12969923, -12.1294043549999, -12.1292773549999,
-12.12911723, -12.12882223, -12.1286797299999, -12.1286367299999,
-12.128611355, -12.128578105, -12.128535105, -12.1285176049999,
-12.1284922299998, -12.1284023549999, -12.1282773549999,
-12.1281426049999, -12.12797073, -12.127755855, -12.1276641049999,
-12.1275663549999, -12.1271426049998, -12.1269628549999,
-12.126619105, -12.1262871049998, -12.1259277299999, -12.1256132299999,
-12.1254238549999, -12.1252538549999, -12.1250468549999,
-12.12488473, -12.12473248, -12.1245801049999, -12.1244628549999,
-12.1243476039999, -12.1242324799999, -12.124035105, -12.12381448,
-12.1236894799999, -12.1234159799999, -12.1233104799999,
-12.12324023, -12.1231621049998, -12.1231191049998, -12.1230312299999,
-12.1228457299999, -12.122423855, -12.1223242299999, -12.1222441049999,
-12.12213673, -12.1220468549998, -12.1219668549999, -12.121904355,
-12.1218867299999, -12.121878855, -12.121900355, -12.12187698,
-12.12183598, -12.12179298, -12.1216894799999, -12.1215391049998,
-12.1214257299999, -12.121240229, -12.1211699799999, -12.1211074799999,
-12.12098248, -12.120785105, -12.120443355, -12.119914105,
-12.1196894799999, -12.1194199799999, -12.1191523549999,
-12.11899023, -12.1188652299999, -12.11848048, -12.1181054799999,
-12.1179257299999, -12.117640605, -12.117312479, -12.1170194799999,
-12.116744105, -12.1166288549998, -12.1154467289999, -12.11401998,
-12.11388998, -12.1138598539999, -12.11379998, -12.1136118549999,
-12.1135099799999, -12.1135099799999, -12.11363998, -12.1139199799999,
-12.1142899799999, -12.1145799799999, -12.11493998, -12.114914105,
-12.1151878549999, -12.1165948549998, -12.1174086049999,
-12.11780098, -12.1187658549999, -12.120816105, -12.1228663549999,
-12.1247156049999, -12.1258223549999, -12.126886605, -12.12729823,
-12.1279721049999, -12.1294193549999, -12.129740855, -12.1309742299999,
-12.1312627299999, -12.1318636049999, -12.13278323, -12.134291355,
-12.1354689799998, -12.1369592299999, -12.1376563549999,
-12.1388101049999, -12.1397954799999, -12.141357855, -12.1423673549999,
-12.14325673, -12.1440739799999, -12.1449151049999, -12.146189105,
-12.1488091049998, -12.1504676049999, -12.1518299799999,
-12.1529099799999, -12.1535199799999, -12.15391998, -12.1553199799999,
-12.1565799799999, -12.1573599799999, -12.1579699799999,
-12.15874998, -12.1597199799999, -12.16032223, -12.16116998,
-12.1632699799999, -12.1636696049999, -12.1640498549999,
-12.16431998, -12.1643299799999, -12.164130105, -12.1641501049999,
-12.1650762299998, -12.16552998, -12.1666406049999, -12.1671199799999,
-12.16719998, -12.16719998, -12.1684401049999, -12.1690499799999,
-12.17002998, -12.1716148549999, -12.17219998, -12.1723699799998,
-12.17244998, -12.1724604799999, -12.17246073, -12.1724299799999,
-12.17248998, -12.17261998, -12.1729172299999, -12.173065605,
-12.173157605, -12.172965355, -12.1729413549999, -12.1730374799999,
-12.1731817299999, -12.1731817299999, -12.173455105, -12.174837855,
-12.1749603549998, -12.1765227299999, -12.1779628549999,
-12.1781153549999, -12.179015605, -12.1801358549999, -12.17994873,
-12.17930123, -12.1778159799999, -12.1767682299999, -12.175923855,
-12.1755683549999, -12.175710355, -12.1759683549999, -12.1763238549999,
-12.1773458549999, -12.179478855, -12.1812121049999, -12.1817897299999,
-12.1811232299999, -12.1800121049998, -12.17965673, -12.1791362299999,
-12.1788123549999, -12.1783236049998, -12.1783119799999,
-12.1782791049999, -12.1781578549999, -12.178104855, -12.17783473,
-12.1767237299999, -12.1753017299999, -12.1730798549999,
-12.1707689799999, -12.16974698, -12.168902605, -12.1685027299999,
-12.1682362299998, -12.1678806049999, -12.1671907299999,
-12.16701448, -12.1669473549999, -12.1662807299999, -12.165632855,
-12.1655129799999, -12.1653251049999, -12.1652587299999,
-12.1649032299999, -12.1645032299999, -12.1644141049999,
-12.1659252299999, -12.1672583549999, -12.1681027299999,
-12.1690803549999, -12.1717467299999, -12.1743686049999,
-12.17622448, -12.1774628549999, -12.1774347299999, -12.1773014799999,
-12.177790355, -12.17894573, -12.1822341049999, -12.1845893549999,
-12.184989355, -12.184932605, -12.18467823, -12.1842338549999,
-12.1846729799999, -12.18467823, -12.1853892299999, -12.1861447299999,
-12.187877855, -12.1891664799999, -12.1900117299999, -12.1904388549999,
-12.1906773549999, -12.1916106049999, -12.1939213549999,
-12.1956544799999, -12.1972542299999, -12.1987207299999,
-12.2006367299999, -12.2016797299999, -12.2028689799999,
-12.2029141049998, -12.20307573, -12.2024536049999, -12.2020048549999,
-12.2010759799999, -12.1996539799999, -12.1988984799999,
-12.1986763549999, -12.1981431049999, -12.1981599799999,
-12.1978766049999, -12.1977324799999, -12.197743105, -12.1980097299999,
-12.1980097299999, -12.1984541049999, -12.200053855, -12.2020981049999,
-12.2041422299998, -12.2055198549999, -12.2073417299999,
-12.2112523549999, -12.2141853549999, -12.2157406049999,
-12.2160938549999, -12.216146355, -12.2161637299999, -12.215937105,
-12.215937105, -12.2161812299998, -12.2166519799999, -12.217018105,
-12.2171401049999, -12.2175411049999, -12.2180642299999,
-12.218640605, -12.218658105, -12.2190699799999, -12.21952873,
-12.219571855, -12.21982923, -12.220163855, -12.2206014799999,
-12.2211677299999, -12.2216954799999, -12.2222746049999,
-12.2229459799999, -12.2233944799999, -12.2241279799999,
-12.2247354799999, -12.2258399799999, -12.2267083549999,
-12.22721123, -12.2274599799999, -12.2276483549999, -12.22779973,
-12.2279439799999, -12.2282837299999, -12.2284702299999,
-12.2288088549999, -12.2294476049999, -12.22974048, -12.230200855,
-12.2305494799999, -12.23082848, -12.2312609799999, -12.2317072299998,
-12.2320279799999, -12.23246023, -12.2331899799999, -12.2337491049999,
-12.2338133549999, -12.23389673, -12.23480373, -12.2354313549999,
-12.235961355, -12.23632398, -12.2377672299999, -12.2385796049999,
-12.239505605, -12.2395167299999, -12.239193105, -12.23878023,
-12.2382669799999, -12.2379211049999, -12.23741898, -12.236883355,
-12.23622498, -12.2351426049999, -12.2348302299999, -12.234661855,
-12.23467398, -12.2346164799998, -12.23455798, -12.2345401049999,
-12.2342387299999, -12.23388173, -12.2335377299999, -12.2331563549999,
-12.2330898549999, -12.2333092299999, -12.2336919799999,
-12.2345711049999, -12.2349999799999, -12.235237605, -12.235658105,
-12.2361076049999, -12.2363892299999, -12.2368004799999,
-12.2372392299999, -12.23797948, -12.2388516049999, -12.23884773,
-12.238756355, -12.238756355, -12.2386557299999, -12.2383358549999,
-12.23811998, -12.23762298, -12.2373488549999, -12.2371294799999,
-12.2368553549999, -12.2365811049999, -12.2364714799999,
-12.23628998, -12.23617898, -12.2358133549999, -12.2364792299999,
-12.2370636049999, -12.237367105, -12.23826273, -12.2382703549999,
-12.2392041049999, -12.2391613549999, -12.2386773549999,
-12.2383622299998, -12.2358969799999, -12.2348699799999,
-12.234100355, -12.2335589799999, -12.2331247299999, -12.2326406049999,
-12.2324171049999, -12.2308443549999, -12.2297608549999,
-12.229512605, -12.22785298, -12.2274551049999, -12.2270917299999,
-12.2263649799999, -12.225551605, -12.2250669799999, -12.22430573,
-12.2236643549999, -12.22366548, -12.2223333549999, -12.2218313549999,
-12.2212431049999, -12.220742855, -12.2204299799999, -12.219905355,
-12.21984198, -12.2197481049999, -12.2196479799999, -12.2190474799999,
-12.2187273549999, -12.2184779799999, -12.2176969799999,
-12.2174469799999, -12.2166437299999, -12.2157869799999,
-12.215287105, -12.2149344799999, -12.2144636049999, -12.2136092299999,
-12.2129129799999, -12.2123239799999, -12.2116098549999,
-12.2108958549999, -12.210538855, -12.2103961049999, -12.21032473,
-12.21032473, -12.21011048, -12.2096284799999, -12.2094321049999,
-12.2089502299999, -12.2082539799999, -12.2077617299999,
-12.2072969799999, -12.2064909799999, -12.20625223, -12.2057876049999,
-12.2051867299999, -12.204527105, -12.2036627299998, -12.202970605,
-12.2020273549998, -12.2014198549999, -12.2009787299999,
-12.1999982299999, -12.1993291049999, -12.1987688549999,
-12.1977884799999, -12.196652355, -12.195640855, -12.1946293549999,
-12.19285523, -12.1899451049999, -12.1884297299999, -12.18804648,
-12.1877196049999, -12.1876559799998, -12.18754848, -12.18728398,
-12.1867548549999, -12.185945605, -12.1852412299999, -12.1846383549999,
-12.1838447299999, -12.182817605, -12.181821605, -12.1809342299999,
-12.1804832299998, -12.1794999799999, -12.1784062299999,
-12.17777523, -12.17691948, -12.1757056049998, -12.17486523,
-12.1740609799999, -12.1738848549999, -12.173705355, -12.1732001049999,
-12.1726398549999, -12.172328605, -12.17130148, -12.1691383549999,
-12.1678594799999, -12.1667884799999, -12.1658392299999,
-12.1646132299998, -12.1640339799998, -12.163837105, -12.1631624799999,
-12.161435105, -12.1607192299999, -12.1595519799999, -12.1575133549999,
-12.156143855, -12.1551634799999, -12.15454098, -12.15427648,
-12.1539029799999, -12.15352948, -12.15290698, -12.1526112299999,
-12.15158423, -12.1502613549998, -12.1487362299999, -12.14733573,
-12.146495355, -12.1451102299999, -12.1442199799998, -12.14416998,
-12.14274998, -12.14213998, -12.1416099799999, -12.1409899799999,
-12.1401099799999, -12.13966998, -12.13936998, -12.1388099799998,
-12.1380199799999, -12.1375399799999, -12.13679998, -12.13612998,
-12.13583998, -12.1350099799999, -12.1347199799999, -12.1338409799999,
-12.13292023, -12.1322473549999, -12.1318409799998, -12.1317514799999,
-12.1315781049998, -12.13075973, -12.1288441049999, -12.12772073,
-12.126722355, -12.1245264799999, -12.1223334799998, -12.1221292299998,
-12.119586855, -12.1175853549999, -12.1168219799999, -12.1159624799998,
-12.1141773549999, -12.114067355, -12.1136904799999, -12.1135439799999,
-12.1135282299999, -12.1143711039999, -12.11424848, -12.11412323,
-12.1125839799999, -12.1099038549999, -12.1076683549999,
-12.1059902299999, -12.103453105, -12.1029882299999, -12.1015742289999,
-12.100378855, -12.0991582299999, -12.0981836049998, -12.097013605,
-12.0955977299999, -12.0946729799999, -12.0937377299999,
-12.093132855, -12.09303073, -12.0927276049999, -12.092715105,
-12.092692605, -12.09264023, -12.09251548, -12.0923658549999,
-12.0917173549999, -12.0911187299999, -12.0905567299999,
-12.0897968539998, -12.0894102299999, -12.0887118549999,
-12.087818355, -12.0873274799999, -12.0867787299999, -12.08624248,
-12.085831105, -12.0855559799999, -12.08550673, -12.0851824789999,
-12.0850457299999, -12.0848457299999, -12.0842969799999,
-12.0835097299999, -12.080101605, -12.0775769799999, -12.0763649799999,
-12.0761224799999, -12.0762034799999, -12.0758263549999,
-12.0754493549999, -12.0744499799999, -12.0714902289999,
-12.0708597299999, -12.069551105, -12.06720798, -12.0656997299999,
-12.063492605, -12.0630873549999, -12.061471355, -12.0593563549999,
-12.0617891049999, -12.0722031049999), .Dim = c(821L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-77.016611236,
-77.0155878619998, -77.0137949859999, -77.010771486, -77.007292986,
-77.0071288609999, -77.006324236, -77.0059823609999, -77.005371112,
-77.004501986, -77.003876986, -77.0031562359999, -77.002292986,
-77.0021347369999, -77.0012323609999, -77.0006679859999,
-77.0004082369999, -76.999927736, -76.999517611, -76.996294861,
-77.002499986, -77.0029628609999, -77.005238236, -77.005601612,
-77.007882862, -77.008874986, -77.0095156109999, -77.0096523619999,
-77.0098867359999, -77.010011737, -77.010089987, -77.0102519869999,
-77.010363236, -77.010050736, -77.0098808609999, -77.0094667369999,
-77.009220736, -77.008947236, -77.0086209869999, -77.0074218609999,
-77.006677736, -77.006019486, -77.0056913609999, -77.0052148609999,
-77.0048437369999, -77.004492236, -77.0043476119999, -77.0042968609999,
-77.004189486, -77.004160111, -77.0041406109999, -77.0099336109999,
-77.009925736, -77.009980487, -77.0100604869999, -77.0100918609999,
-77.0101073609999, -77.010013736, -77.0098297359999, -77.0228123609999,
-77.023017612, -77.023199236, -77.0235078609999, -77.024052736,
-77.0243534859999, -77.028068361, -77.0313106109999, -77.0353242359998,
-77.035408236, -77.0257636109999, -77.0174218619999, -77.0171444859999,
-77.016611236, -12.05888873, -12.0614043549999, -12.0611523539999,
-12.0608281049999, -12.0603339799999, -12.0605722299999,
-12.0610488549999, -12.0611797299998, -12.0614356039999,
-12.06210748, -12.062384729, -12.0626172299998, -12.06293948,
-12.0630213549999, -12.06333598, -12.0634297299998, -12.06345898,
-12.063498105, -12.06418948, -12.0683242289999, -12.0719218549999,
-12.072109355, -12.0734121049999, -12.07361723, -12.0749297299999,
-12.0756093549999, -12.0761288549999, -12.0762909799998,
-12.0766797299999, -12.0768398549999, -12.0770176049999,
-12.0779394799999, -12.0782012299999, -12.078873105, -12.07910923,
-12.0795273549999, -12.0797089799999, -12.0798554799999,
-12.0800038549999, -12.0803379799999, -12.0805234799999,
-12.080798855, -12.0810019799999, -12.0813749799999, -12.0818203549999,
-12.0824199799999, -12.0827734799999, -12.0829257299999,
-12.08340623, -12.083623105, -12.0840762289999, -12.084964855,
-12.085535105, -12.0859531049999, -12.0862773549999, -12.0865391049999,
-12.08672848, -12.0873769799999, -12.0891588549999, -12.0908106049999,
-12.090199355, -12.0899453549999, -12.089445355, -12.0885547299999,
-12.0880234799999, -12.0787109799999, -12.070767605, -12.0603808549999,
-12.0595488549999, -12.0585078549999, -12.057461105, -12.05826948,
-12.05888873), .Dim = c(73L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-76.940064486, -76.939423861,
-76.9363928609999, -76.9361501109999, -76.9359841109999,
-76.9358453609999, -76.9358152359999, -76.9357066109999,
-76.9355452359999, -76.9353496109999, -76.935183486, -76.9351467359999,
-76.935010736, -76.9347674859999, -76.9341868609999, -76.9334174859999,
-76.9322948609999, -76.930867236, -76.929389111, -76.928613236,
-76.9274734859999, -76.9268916109999, -76.926558861, -76.926180361,
-76.925155611, -76.9245812359999, -76.9243127359999, -76.9242273609999,
-76.923969486, -76.9230872359999, -76.9220878609999, -76.9215351119999,
-76.9214996109999, -76.921283236, -76.9203593619999, -76.9191854859999,
-76.9184218609999, -76.9174744859999, -76.9167089859999,
-76.914724486, -76.9146288609999, -76.913714361, -76.9120681109999,
-76.909898112, -76.9078216109999, -76.905913487, -76.9047773609999,
-76.903431611, -76.902240236, -76.9011621109999, -76.8997773609999,
-76.898605486, -76.8963691109998, -76.8918984859999, -76.889133236,
-76.889638111, -76.889934361, -76.890093236, -76.8909578609999,
-76.891119486, -76.8905807369999, -76.8904536119999, -76.8903922359999,
-76.889889986, -76.889557361, -76.8887493609999, -76.887294986,
-76.8861368609999, -76.885598237, -76.885382862, -76.8854297359999,
-76.8854042359999, -76.8854963609999, -76.885808111, -76.886052611,
-76.8862196109999, -76.8864441109999, -76.8864441109999,
-76.8864441109999, -76.8862819859999, -76.885857986, -76.8851844859999,
-76.884693361, -76.8843239859999, -76.8840371109998, -76.8840371109998,
-76.8845247359999, -76.8848852359999, -76.885134611, -76.8858204859999,
-76.8866062359999, -76.8875789859999, -76.8886608609999,
-76.889125486, -76.890185486, -76.8908912359999, -76.891128861,
-76.8914076109999, -76.8915198609999, -76.8915468609999,
-76.8906444859999, -76.890035111, -76.8898886109999, -76.890132861,
-76.890595736, -76.891667986, -76.8921426109999, -76.894234361,
-76.894727111, -76.8953801109999, -76.8962538609999, -76.897381611,
-76.897751237, -76.898113236, -76.9010601119999, -76.9012419859999,
-76.9029533609999, -76.9038746109999, -76.9041436109999,
-76.905658236, -76.9061451109999, -76.9065777359999, -76.908200611,
-76.9106349859999, -76.910781986, -76.911632611, -76.9126778609999,
-76.914358611, -76.9150351109999, -76.916469736, -76.917030486,
-76.9181508619999, -76.9182938609999, -76.9201794859999,
-76.920978861, -76.921737236, -76.923007986, -76.924381362,
-76.9257749859999, -76.928390612, -76.9295449859999, -76.931060487,
-76.933205237, -76.9350351109999, -76.9378516109999, -76.940791111,
-76.941190862, -76.941529236, -76.9418899859999, -76.942472236,
-76.943161236, -76.9437468609999, -76.9438497359999, -76.9442533609999,
-76.944930111, -76.945692736, -76.946166986, -76.9466961119999,
-76.947236361, -76.9475996109999, -76.947746111, -76.948086487,
-76.9483929859999, -76.9485768609999, -76.9487607359999,
-76.9490826109999, -76.9498489859999, -76.9503853609999,
-76.9505846109999, -76.9507686109999, -76.9511517359999,
-76.9520406109999, -76.9531134859999, -76.9540483609999,
-76.954508236, -76.9555503619999, -76.9562861109999, -76.957266986,
-76.9579687359999, -76.9582479869999, -76.9587536109999,
-76.9590909859999, -76.9598264859999, -76.960301611, -76.960868736,
-76.9608839859999, -76.9606034859999, -76.960071737, -76.9592287359999,
-76.9573282359999, -76.956619486, -76.956033237, -76.9556814859999,
-76.9555117369999, -76.955570361, -76.9557597359999, -76.9560917359999,
-76.956388611, -76.956716736, -76.957056611, -76.9573886109999,
-76.9579492359999, -76.9583124859999, -76.9592324869999,
-76.960402362, -76.9618944859999, -76.9631034859999, -76.9653749859999,
-76.9669609869999, -76.967568361, -76.969925611, -76.972933611,
-76.9730097359999, -76.9733359859999, -76.9738496109999,
-76.9738808609999, -76.9737929859999, -76.9744139859999,
-76.974621112, -76.9747597369999, -76.9748437369999, -76.9748729859999,
-76.975038736, -76.976255862, -76.975410112, -76.974498861,
-76.973154361, -76.9725278609999, -76.9719961119999, -76.971870861,
-76.9718437359999, -76.971672237, -76.9715291109999, -76.9712187369999,
-76.970902361, -76.9706582359999, -76.9703984859999, -76.9701269869999,
-76.9696172369999, -76.9680839869999, -76.9641649859999,
-76.960869111, -76.9585939859999, -76.953902361, -76.950581986,
-76.9443222359999, -76.9420663609999, -76.941186611, -76.9411154859999,
-76.940064486, -12.064048855, -12.0649336049999, -12.0640916049999,
-12.06413148, -12.0641564799999, -12.0641496049999, -12.0641526049999,
-12.0641632299998, -12.06422923, -12.0643133549999, -12.0643154799998,
-12.0643112299999, -12.0642951049999, -12.0641587299999,
-12.063801105, -12.063476604, -12.06318748, -12.06328123,
-12.063999355, -12.0645549799999, -12.0652828549999, -12.065425105,
-12.06550648, -12.0655989799999, -12.0653116049999, -12.0653312289999,
-12.0653403549999, -12.065374355, -12.065477105, -12.0658312299999,
-12.0660586049999, -12.0661161049999, -12.0661061049998,
-12.0660449789999, -12.0653749799999, -12.06375973, -12.0627031049999,
-12.0614888549999, -12.0605176049999, -12.0599176049998,
-12.059880354, -12.0595247299999, -12.0595059799999, -12.0594124799999,
-12.059375105, -12.05944998, -12.0595547299999, -12.0599003549999,
-12.0602851049999, -12.06043748, -12.0600156049999, -12.0595038549999,
-12.0589023549999, -12.0589061049999, -12.0593563549999,
-12.061471355, -12.0630873549999, -12.063492605, -12.0656997299999,
-12.06720798, -12.069551105, -12.0708597299999, -12.0714902289999,
-12.0744499799999, -12.0754493549999, -12.0758263549999,
-12.0762034799999, -12.0761224799999, -12.0763649799999,
-12.0775769799999, -12.080101605, -12.0835097299999, -12.0842969799999,
-12.0848457299999, -12.0850457299999, -12.0851824789999,
-12.08550673, -12.0855559799999, -12.085831105, -12.08624248,
-12.0867787299999, -12.0873274799999, -12.087818355, -12.0887118549999,
-12.0894102299999, -12.0897968539998, -12.0905567299999,
-12.0911187299999, -12.0917173549999, -12.0923658549999,
-12.09251548, -12.09264023, -12.092692605, -12.092715105,
-12.0927276049999, -12.09303073, -12.093132855, -12.0937377299999,
-12.0946729799999, -12.0955977299999, -12.097013605, -12.0981836049998,
-12.0991582299999, -12.100378855, -12.1015742289999, -12.1029882299999,
-12.103453105, -12.1059902299999, -12.1076683549999, -12.1099038549999,
-12.1125839799999, -12.11412323, -12.11424848, -12.1143711039999,
-12.1135282299999, -12.1135439799999, -12.1136904799999,
-12.114067355, -12.1141773549999, -12.1159624799998, -12.1168219799999,
-12.1175853549999, -12.119586855, -12.1221292299998, -12.1223334799998,
-12.121678355, -12.121227355, -12.1210428549998, -12.1206739799999,
-12.1198746049999, -12.1196036049999, -12.1190623549998,
-12.1189933549999, -12.1189318549999, -12.1190957299999,
-12.1195672289999, -12.1203869799999, -12.12100198, -12.121596355,
-12.1224999799999, -12.12291798, -12.123494105, -12.1237558549998,
-12.1234453549999, -12.122466855, -12.1221608549999, -12.1215123549999,
-12.12105223, -12.12099323, -12.1209604799998, -12.12076023,
-12.1204669799999, -12.1203259799999, -12.1197239799999,
-12.1191924799999, -12.1188534799999, -12.1188234799999,
-12.118733355, -12.1183619799999, -12.1179742299998, -12.1175351049999,
-12.115012355, -12.1135256049999, -12.1121463549999, -12.110935605,
-12.10990873, -12.10875923, -12.1075483549999, -12.106536854,
-12.10500423, -12.10439123, -12.103517605, -12.1021228549999,
-12.1009887299999, -12.100360355, -12.0992874799999, -12.0987203549999,
-12.0981226049999, -12.0973242299999, -12.0956397299999,
-12.094245105, -12.0937631049999, -12.0927124799999, -12.0909038549999,
-12.086474605, -12.0851564789999, -12.084246105, -12.0828574799999,
-12.081662105, -12.079562354, -12.07910498, -12.0787266049999,
-12.0784394799999, -12.07837498, -12.078003855, -12.0776972299998,
-12.0772871049999, -12.076921855, -12.0765624799998, -12.0762441049999,
-12.0760429799998, -12.0758204799999, -12.0759453549999,
-12.075755855, -12.0757069799998, -12.0760449799999, -12.076566355,
-12.078652355, -12.0811054799998, -12.081714855, -12.083296855,
-12.0838203549999, -12.0835019799999, -12.0829784799999,
-12.0820507299999, -12.0815819789999, -12.0793262299999,
-12.0774824799999, -12.0776503549999, -12.0778281049999,
-12.0780449799999, -12.0783906049999, -12.0787062299999,
-12.0781332289999, -12.07645123, -12.0743288549999, -12.07141073,
-12.0701273539999, -12.0688262299998, -12.0684467299999,
-12.0683231049999, -12.0675452299999, -12.0668692299998,
-12.0669336049999, -12.0670273549999, -12.0670819789999,
-12.0671288549999, -12.0670391039999, -12.0667929799998,
-12.0655877299999, -12.0640823549999, -12.06267573, -12.061876979,
-12.0613788549999, -12.05991798, -12.0566992299999, -12.0606699799998,
-12.0621683549999, -12.0622894799999, -12.064048855), .Dim = c(250L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-77.100860487, -77.1031662359998, -77.104119111,
-77.104365236, -77.104571112, -77.1048261109999, -77.1053672359999,
-77.1056191109999, -77.106886486, -77.1086288609999,
-77.1129883609999, -77.118355486, -77.119876986, -77.132939487,
-77.1342363619999, -77.127800736, -77.119492236, -77.1131367359999,
-77.1058417359999, -77.0979354859999, -77.087600736,
-77.087576111, -77.0877226109998, -77.087855486, -77.088052736,
-77.0882187359999, -77.0882676109999, -77.0883711109998,
-77.088255862, -77.088203111, -77.088167986, -77.088117236,
-77.0880332369999, -77.087882861, -77.0877676119999,
-77.0876132359999, -77.0872793609999, -77.087257361,
-77.088171862, -77.097040986, -77.0979063609999, -77.100860487,
-12.0630724799999, -12.06330923, -12.0633769799999, -12.0633749799998,
-12.0633506049999, -12.0633086049999, -12.0631679799999,
-12.0631211049999, -12.0632272299999, -12.06336898, -12.064167105,
-12.0651836049999, -12.06549023, -12.0679023549999, -12.0596933549999,
-12.059029355, -12.0579356049999, -12.05662698, -12.0550488549999,
-12.0535624799999, -12.0518657299999, -12.0519746049999,
-12.05314448, -12.0543163549999, -12.0559649799998, -12.0574099799999,
-12.0578183549999, -12.0587343549999, -12.0595078549999,
-12.0598691049999, -12.0601426049999, -12.06051173, -12.060716854,
-12.0609159799999, -12.060999979, -12.0610663549999,
-12.0614238539999, -12.0615113549999, -12.0616738549999,
-12.0624668549999, -12.0626913549999, -12.0630724799999
), .Dim = c(42L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-77.042060487, -77.0419843619999,
-77.0419904859999, -77.041930736, -77.0414666109999, -77.042307861,
-77.042974611, -77.043181111, -77.045669861, -77.0467353619999,
-77.0483006109999, -77.049658736, -77.054199236, -77.0603359859999,
-77.0611699859999, -77.0596371109999, -77.059317361, -77.0592073609999,
-77.0589277359999, -77.058790861, -77.0585859859999, -77.058490736,
-77.058472611, -77.058446862, -77.058156111, -77.0579042369998,
-77.0575976119999, -77.056742361, -77.055757236, -77.0553696109999,
-77.0540664869999, -77.0537162369999, -77.053701111, -77.0530799859999,
-77.050304986, -77.0472106109999, -77.046114361, -77.045109361,
-77.0447832359999, -77.042404236, -77.042060487, -12.05348248,
-12.0551971049999, -12.0551876049999, -12.0558103539999,
-12.0601738549999, -12.0611772299999, -12.0619726049999,
-12.06224523, -12.06525198, -12.0666682299999, -12.06857673,
-12.07025298, -12.0665468549999, -12.067421854, -12.0675253539999,
-12.0630122299999, -12.0620687299999, -12.06175998, -12.0609746049999,
-12.06045898, -12.0596874789999, -12.0589716049999, -12.05883598,
-12.0587549799998, -12.05783773, -12.0570547299999, -12.0558064799999,
-12.054495355, -12.053100855, -12.05254773, -12.0498553549999,
-12.0491346049999, -12.0491034789998, -12.0492142299999,
-12.04970873, -12.0503531049999, -12.0505572299999, -12.0507174799999,
-12.0507694799999, -12.0508731049999, -12.05348248), .Dim = c(41L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-76.939814486, -76.9379646109999, -76.952312986,
-76.9560433609999, -76.9610097359999, -76.9675688609999,
-76.972228736, -76.9734277359999, -76.9736372359999,
-76.9739889859999, -76.974826111, -76.975489486, -76.9780019859999,
-76.9808613609999, -76.9826692359999, -76.983199236,
-76.9839703609999, -76.9851848609999, -76.9862257359999,
-76.987223361, -76.988112486, -76.989044986, -76.9896522359999,
-76.989847361, -76.9896522369999, -76.989044986, -76.9885529859999,
-76.987945111, -76.9873206109999, -76.9868576109999,
-76.986447486, -76.9860053609999, -76.9858617359999,
-76.985671861, -76.984540861, -76.9850493609999, -76.9853769859999,
-76.986021986, -76.9863921109999, -76.987486361, -76.9880114869999,
-76.9881464859999, -76.988441361, -76.9879562359999,
-76.9873538609999, -76.986736986, -76.9861214869999,
-76.985115236, -76.984531236, -76.983234362, -76.9823944859999,
-76.981857361, -76.981007862, -76.979814486, -76.979035111,
-76.9783417359999, -76.9774277359999, -76.976236361,
-76.975119111, -76.9742167369999, -76.973191361, -76.9686562359999,
-76.965539112, -76.9643862369999, -76.9634964859999,
-76.962418737, -76.9588379859999, -76.9569082359999,
-76.955374986, -76.9552347369999, -76.9482266109999,
-76.945830111, -76.9439602359999, -76.9438242359999,
-76.9437187359999, -76.9435468619999, -76.9432617359999,
-76.942755861, -76.9428066109999, -76.942497986, -76.943060611,
-76.9428691109999, -76.9399609859998, -76.939814486,
-12.0391308549999, -12.043815105, -12.0495469799999,
-12.0510464799999, -12.053167979, -12.0560657299999,
-12.0579866049999, -12.0584767289999, -12.05810323, -12.0571288549999,
-12.0552499799999, -12.05393473, -12.0550468549999, -12.0552226049999,
-12.055883105, -12.0559624799999, -12.05607823, -12.0560564799999,
-12.0557963549999, -12.0550589799999, -12.0542348549999,
-12.0532373549999, -12.052131355, -12.0508301049999,
-12.049637355, -12.04872648, -12.0483933539999, -12.048028605,
-12.047768854, -12.0475513549999, -12.0474373549999,
-12.04730473, -12.047172105, -12.0469628549999, -12.0441657299999,
-12.0438231039999, -12.0435606049999, -12.0429443549999,
-12.0425943549999, -12.04150198, -12.0405901049999, -12.0403711049999,
-12.0397226049999, -12.0396341049999, -12.0396396049999,
-12.0397087299999, -12.03977773, -12.0399394799999, -12.0395683549999,
-12.0401426049999, -12.04034373, -12.0404356049999, -12.0405351049999,
-12.0406016049999, -12.0406288549999, -12.0402929799999,
-12.0404941049999, -12.0404687299999, -12.0402422299999,
-12.0399159789999, -12.0392148549999, -12.0357382289999,
-12.0333398549999, -12.0323558549999, -12.0317479799999,
-12.031239479, -12.02989998, -12.0294746049998, -12.0293593549999,
-12.0293359799999, -12.0281679799999, -12.027826229,
-12.0274996049999, -12.02778323, -12.0279746049999, -12.0281463549998,
-12.0282324799999, -12.0282988549999, -12.029456855,
-12.0307499799999, -12.03087498, -12.0323808549999, -12.0386074799999,
-12.0391308549999), .Dim = c(84L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-76.7294766109999,
-76.725958986, -76.7240442359999, -76.722338736, -76.7219531109999,
-76.721112236, -76.720269736, -76.7190099859998, -76.717169611,
-76.7146466109999, -76.7131933609999, -76.7123926109999,
-76.7113828609999, -76.710540861, -76.709867236, -76.7092793609999,
-76.7092793609999, -76.7093632359999, -76.709488236, -76.7091523609999,
-76.7083106109999, -76.707769486, -76.7074374859999, -76.707078111,
-76.707216736, -76.707197236, -76.7065644859999, -76.705929736,
-76.7054354859999, -76.7046229859999, -76.7043027359999,
-76.704148486, -76.7037694859999, -76.703115236, -76.702642611,
-76.702316361, -76.702222611, -76.7021132359999, -76.701710986,
-76.7010781109998, -76.7007402359999, -76.7005586109998,
-76.700035111, -76.699835986, -76.699525361, -76.699103361,
-76.6983632359999, -76.6976836109999, -76.6967597359999,
-76.6961016109998, -76.6950957359999, -76.6920957359999,
-76.6913203609998, -76.6904159859999, -76.6900527359999,
-76.6896172359999, -76.6892597359999, -76.6889784859999,
-76.687173861, -76.685951111, -76.6836933609999, -76.682734361,
-76.6821757359999, -76.6811582359999, -76.6809766109999,
-76.6803828609999, -76.6794707359999, -76.6793807359999,
-76.678601611, -76.6780799859999, -76.6776233609999, -76.677074486,
-76.676525611, -76.675777236, -76.6753531109999, -76.674629486,
-76.674355111, -76.674155486, -76.6742053609998, -76.674330111,
-76.6744207359999, -76.674654486, -76.674404986, -76.6738994859999,
-76.673631611, -76.6733946109999, -76.673506861, -76.674454861,
-76.6751534859999, -76.676301111, -76.6776233609999, -76.6786462359998,
-76.679120236, -76.6801432359999, -76.681989361, -76.6840851109999,
-76.6854322359999, -76.6875019859999, -76.6909726109999,
-76.6930626109999, -76.6948628609999, -76.696434611, -76.6966193609999,
-76.6979314859999, -76.6994533609999, -76.700426361, -76.7019732359999,
-76.7043183609999, -76.7051916109999, -76.7059399859999,
-76.706119611, -76.7066984859999, -76.707576611, -76.7087542359998,
-76.7097721109999, -76.711947611, -76.714841736, -76.7161589859999,
-76.716617986, -76.7165981109999, -76.7160192359999, -76.715440486,
-76.714721986, -76.7146621109999, -76.714405611, -76.714204986,
-76.7137961109999, -76.713264736, -76.7123042359999, -76.711364111,
-76.7108428609999, -76.709968736, -76.7091567359999, -76.708533486,
-76.707879361, -76.7073199859999, -76.7090868609999, -76.7108808609999,
-76.711304736, -76.7121406109999, -76.7129998609998, -76.713904236,
-76.7145586109999, -76.714929736, -76.7155996109999, -76.7163007359999,
-76.716511736, -76.7167656109999, -76.717148486, -76.7174941109999,
-76.7177343609999, -76.7182832359999, -76.718677736, -76.7189433609999,
-76.719154236, -76.719335986, -76.719634736, -76.720355486,
-76.7208359859999, -76.7215371109999, -76.7221621109999,
-76.722572236, -76.723177736, -76.723949236, -76.7243944859999,
-76.724501986, -76.7246093609999, -76.7248203609999, -76.725029236,
-76.7252323609999, -76.7254238609999, -76.7255351109999,
-76.7256601109999, -76.7260976109999, -76.726800736, -76.7271757359999,
-76.7273926109999, -76.727939486, -76.7282891109999, -76.728716736,
-76.729755736, -76.730177736, -76.7308301109999, -76.731343736,
-76.731591736, -76.731783236, -76.7319648609999, -76.7321641109999,
-76.7323573609999, -76.7325429859999, -76.732761736, -76.732935611,
-76.7331016109999, -76.7333613609999, -76.7336464859999,
-76.7338886109999, -76.7341191109999, -76.7342323609999,
-76.7344218609999, -76.7344726109999, -76.734531236, -76.7346991109999,
-76.7348476109999, -76.7349843609999, -76.7351308609999,
-76.735261736, -76.7353339859999, -76.735414111, -76.735947236,
-76.7364433609999, -76.7366621109999, -76.736904236, -76.7373808609999,
-76.737890611, -76.738144486, -76.7383203609999, -76.7386836109999,
-76.7393593609999, -76.7396073609999, -76.739822236, -76.739949236,
-76.7401113609999, -76.7407871109999, -76.7417128609999,
-76.742402361, -76.7426211109999, -76.7428613609999, -76.7430683609999,
-76.7433183609999, -76.7436073609999, -76.744078111, -76.744359361,
-76.7444999859999, -76.7445742359999, -76.7446816109999,
-76.745121236, -76.745224611, -76.7453222359999, -76.745435486,
-76.745542986, -76.7458886109999, -76.7460136109999, -76.746122986,
-76.746238236, -76.746414111, -76.7465976109999, -76.7467909859998,
-76.747238236, -76.747458986, -76.7480253609999, -76.7483691109999,
-76.748623111, -76.748812486, -76.7489941109999, -76.749458986,
-76.750330111, -76.7506288609999, -76.7507714859998, -76.7509354859999,
-76.7511406109999, -76.7513573609999, -76.751544861, -76.751736361,
-76.7522636109999, -76.752732361, -76.753417986, -76.7538866109999,
-76.754134736, -76.754380861, -76.754681611, -76.755310486,
-76.7558886109999, -76.7560527359999, -76.756187486, -76.756320361,
-76.7564529859999, -76.756923861, -76.7570819859999, -76.757488236,
-76.7579003609999, -76.7582284859999, -76.7586152359999,
-76.7590566109999, -76.759496111, -76.7596894859999, -76.759851611,
-76.760068361, -76.7603124859999, -76.7605547359999, -76.7613301109999,
-76.7616444859999, -76.7622714859999, -76.7627266109999,
-76.7629454859999, -76.7631913609999, -76.7637909859999,
-76.763982361, -76.7641464859999, -76.764253861, -76.764390486,
-76.764822236, -76.764986361, -76.7654531109999, -76.7656192359999,
-76.7657558609999, -76.765919861, -76.7660819859999, -76.7665917359999,
-76.7667812359999, -76.766943361, -76.767050736, -76.767244111,
-76.7675117359999, -76.767664111, -76.768087861, -76.7682167359999,
-76.768349611, -76.768757861, -76.7691172359999, -76.7694492359999,
-76.769775361, -76.770048861, -76.770320361, -76.770642486,
-76.7709784859999, -76.771121111, -76.7714082359999, -76.771664111,
-76.7717832359999, -76.7719082359999, -76.772068361, -76.7722832359999,
-76.773046861, -76.773371111, -76.7739062359999, -76.7749433609999,
-76.7757402359999, -76.776378861, -76.776691361, -76.7768691109999,
-76.7770409859999, -76.7775839859999, -76.7778007359999,
-76.7780273609999, -76.7782909859999, -76.778482361, -76.778703111,
-76.7793104859999, -76.779503861, -76.7799726109999, -76.7802734859999,
-76.7806034859999, -76.781451111, -76.7821464859999, -76.7823359859999,
-76.7824941109999, -76.7827479859999, -76.7829999859999,
-76.7832753609999, -76.7835957359999, -76.7845409859999,
-76.785476611, -76.7858086109999, -76.786296861, -76.7872578609999,
-76.7882519859999, -76.7885194859999, -76.7910999859999,
-76.7919199859999, -76.7928599859999, -76.7942999859999,
-76.7962599859999, -76.797469986, -76.7979099859999, -76.7991801109999,
-76.799559986, -76.799879986, -76.800389986, -76.800679986,
-76.8012799859999, -76.8023799859999, -76.8029899859999,
-76.8044099859999, -76.8064999859999, -76.808129986, -76.8090599859999,
-76.8099399859999, -76.8111199869999, -76.812029861, -76.812429986,
-76.812929986, -76.8153899859999, -76.8160599859999, -76.817299986,
-76.8182399859999, -76.8193199859999, -76.8195599859999,
-76.8229299859999, -76.8243299869999, -76.8248999859999,
-76.8252299859999, -76.825589986, -76.826489986, -76.8268599869999,
-76.828079986, -76.829029986, -76.829499986, -76.8313099859999,
-76.8316499859999, -76.8318899859999, -76.8322699869999,
-76.8323913609999, -76.8324599859999, -76.8329687359999,
-76.8613672359999, -76.881337861, -76.887984361, -76.889133236,
-76.8711777359999, -76.8519062359999, -76.848589486, -76.8450818609999,
-76.843876111, -76.8420492359999, -76.8401127359999, -76.835910986,
-76.833572736, -76.8319649859999, -76.8303572359999, -76.8282016109999,
-76.826411236, -76.824657486, -76.822830611, -76.821040236,
-76.8193229859999, -76.8173499859999, -76.8159248609999,
-76.8147192359999, -76.813148236, -76.8118027359999, -76.8098598609999,
-76.807338736, -76.805292611, -76.803246611, -76.8017484859999,
-76.799008236, -76.7969621109999, -76.7951564869999, -76.794441111,
-76.792394986, -76.790312361, -76.7884489859999, -76.786585486,
-76.784795236, -76.782858736, -76.7798423609999, -76.7774072359999,
-76.7771953609999, -76.7758222359999, -76.774800611, -76.7690026109999,
-76.7658199859999, -76.7621962359999, -76.760784111, -76.7604947359999,
-76.7576073609999, -76.7549803609999, -76.7540009859999,
-76.752900611, -76.7512936109999, -76.750222236, -76.749528986,
-76.748804236, -76.746850486, -76.745180486, -76.7432898609999,
-76.742713486, -76.741903361, -76.7401387359999, -76.737937486,
-76.737019236, -76.7361053609999, -76.7350024859999, -76.7346804859999,
-76.733805111, -76.7325761109999, -76.7294766109999, -11.999433605,
-11.999935605, -11.9995669799999, -11.9995939799999, -12.0004194799999,
-12.0015967299999, -12.002439105, -12.00369898, -12.0059616049999,
-12.0087557299999, -12.0103652299999, -12.0120058549998,
-12.013816355, -12.015289105, -12.0173944799999, -12.0190351049999,
-12.020591855, -12.022191355, -12.023833979, -12.0250957289999,
-12.0266523539999, -12.0274609799999, -12.02840823, -12.0294961049999,
-12.03062498, -12.031160105, -12.0323673549999, -12.032011729,
-12.0316816039999, -12.03088673, -12.030695355, -12.030662105,
-12.0305959799998, -12.03064648, -12.03086723, -12.0312851049999,
-12.0315468549999, -12.03165623, -12.0318124799999, -12.0319512299999,
-12.0321797299999, -12.0324336049999, -12.0340488539999,
-12.0343456039999, -12.0346464799999, -12.0348847299999,
-12.0350682299999, -12.035390605, -12.0360021049999, -12.0363398549999,
-12.0370606049999, -12.0406211049999, -12.0413769799999,
-12.0421953549999, -12.0427851039999, -12.0436836049999,
-12.0441464799999, -12.0444201049999, -12.0452538549999,
-12.04627148, -12.04795898, -12.0488944799999, -12.04925198,
-12.0496191049999, -12.0497284799999, -12.0503378549999,
-12.05149223, -12.0516641049999, -12.0523496049999, -12.0529798539999,
-12.0538979789999, -12.05519523, -12.0567669799999, -12.0586382299999,
-12.05983573, -12.062056105, -12.0631538549998, -12.0643763539999,
-12.066297355, -12.067270354, -12.067716355, -12.0688671039999,
-12.07046373, -12.071474855, -12.0720106049999, -12.07282623,
-12.0735076049999, -12.0745304799999, -12.0756282299999,
-12.0771251049999, -12.0782477299999, -12.079420355, -12.0805929799999,
-12.0824142299999, -12.0843851039999, -12.0858821049998,
-12.0864309799999, -12.0868711049999, -12.0876543539998,
-12.0882891049999, -12.0885264799999, -12.0884767299999,
-12.0884243549999, -12.0880526049999, -12.0871544799999,
-12.0863809799999, -12.086056605, -12.0859069799999, -12.0862562299999,
-12.0880774799999, -12.088778605, -12.08979648, -12.0905349789999,
-12.0910938549999, -12.0921916049999, -12.0943671049999,
-12.09682198, -12.0984187299999, -12.0993368549999, -12.1000753549998,
-12.10123298, -12.102350605, -12.10328873, -12.104665855,
-12.1059301049999, -12.1064807299999, -12.1076763549999,
-12.1088719799999, -12.1102004799999, -12.1116107299999,
-12.1123464799999, -12.1134804799999, -12.1137668549999,
-12.1138691049998, -12.113920105, -12.11401998, -12.1154467289999,
-12.1166288549998, -12.116744105, -12.1170194799999, -12.117312479,
-12.117640605, -12.1179257299999, -12.1181054799999, -12.11848048,
-12.1188652299999, -12.11899023, -12.1191523549999, -12.1194199799999,
-12.1196894799999, -12.119914105, -12.120443355, -12.120785105,
-12.12098248, -12.1211074799999, -12.1211699799999, -12.121240229,
-12.1214257299999, -12.1215391049998, -12.1216894799999,
-12.12179298, -12.12183598, -12.12187698, -12.121900355,
-12.121878855, -12.1218867299999, -12.121904355, -12.1219668549999,
-12.1220468549998, -12.12213673, -12.1222441049999, -12.1223242299999,
-12.122423855, -12.1228457299999, -12.1230312299999, -12.1231191049998,
-12.1231621049998, -12.12324023, -12.1233104799999, -12.1234159799999,
-12.1236894799999, -12.12381448, -12.124035105, -12.1242324799999,
-12.1243476039999, -12.1244628549999, -12.1245801049999,
-12.12473248, -12.12488473, -12.1250468549999, -12.1252538549999,
-12.1254238549999, -12.1256132299999, -12.1259277299999,
-12.1262871049998, -12.126619105, -12.1269628549999, -12.1271426049998,
-12.1275663549999, -12.1276641049999, -12.127755855, -12.12797073,
-12.1281426049999, -12.1282773549999, -12.1284023549999,
-12.1284922299999, -12.1285176049999, -12.128535105, -12.128578105,
-12.128611355, -12.1286367299999, -12.1286797299999, -12.12882223,
-12.12911723, -12.1292773549999, -12.1294043549999, -12.12969923,
-12.13021873, -12.1303906049999, -12.1305058549999, -12.1305507299999,
-12.1305937299999, -12.1307343549998, -12.1308926049999,
-12.1309687299999, -12.1310038549998, -12.1310468549999,
-12.131109355, -12.1312246049999, -12.13138673, -12.131671855,
-12.13189648, -12.131986355, -12.1320137299999, -12.1320391049999,
-12.13212698, -12.1321621049998, -12.1322069799999, -12.1322793549999,
-12.1323691049999, -12.1326914799999, -12.1327988549999,
-12.1328808549999, -12.1329512299999, -12.13301373, -12.1330586049999,
-12.13308398, -12.1331249799999, -12.1331601049999, -12.133292979,
-12.1333906049999, -12.1334961049999, -12.13359573, -12.1337207299999,
-12.1340703549999, -12.1348867299999, -12.13521098, -12.1353358549999,
-12.1354356049999, -12.135523355, -12.1355761049999, -12.1356036049999,
-12.1356016049999, -12.13554298, -12.13551373, -12.1354726049998,
-12.1354434799999, -12.1354336049999, -12.1354492299999,
-12.13548248, -12.1355606049999, -12.1356659799999, -12.1356738549999,
-12.1356718549999, -12.1356543549999, -12.13561723, -12.1354512299999,
-12.1354043549999, -12.1353203549999, -12.13527348, -12.135253855,
-12.13525973, -12.13529298, -12.1353437299999, -12.1353613549999,
-12.1353516049999, -12.1353222299999, -12.135285105, -12.13522848,
-12.135025355, -12.1349238549999, -12.134712855, -12.13470898,
-12.1347168549999, -12.13475198, -12.1348553549998, -12.1348731049999,
-12.1348808549999, -12.1348711049999, -12.1348516049999,
-12.13474998, -12.1347224799999, -12.1346641049999, -12.13464648,
-12.13464448, -12.1346621049999, -12.13468748, -12.1348203549999,
-12.134863229, -12.1348808549999, -12.1348887299999, -12.1348613549999,
-12.1347773549999, -12.1347224799999, -12.1345117299999,
-12.1344668549999, -12.13443748, -12.13436323, -12.1343242299999,
-12.1343047299999, -12.13432023, -12.13435548, -12.13441598,
-12.1345058549999, -12.1346288549998, -12.13470123, -12.13492573,
-12.1350859799999, -12.1351582299999, -12.13521098, -12.1352461049999,
-12.1352891049999, -12.1354121049999, -12.1354726049998,
-12.13560548, -12.13588673, -12.1360898549999, -12.1362753549999,
-12.1363731049999, -12.1364531049999, -12.1365332299999,
-12.13686523, -12.13699023, -12.1370781049999, -12.1371503549999,
-12.13717573, -12.13721098, -12.13725198, -12.13724998, -12.13721098,
-12.13721873, -12.13725198, -12.1373554799999, -12.1373964799999,
-12.1374217299999, -12.1374668549999, -12.1375546049999,
-12.13766198, -12.137794855, -12.137956855, -12.1384648549999,
-12.1390371049999, -12.1392343549999, -12.1394843549999,
-12.13995698, -12.14024998, -12.1403106049999, -12.1420399799999,
-12.1423999799999, -12.1424499799999, -12.1426201049999,
-12.14254998, -12.1427999799999, -12.1429899799999, -12.1433499799999,
-12.14337998, -12.14333998, -12.1425699799999, -12.1423099799999,
-12.1419899799999, -12.14173998, -12.1416799799999, -12.1417799799999,
-12.1416698549999, -12.1416999799999, -12.14161998, -12.141730105,
-12.1420399799999, -12.1419099799999, -12.1418999799999,
-12.14200998, -12.14280998, -12.1429399799999, -12.1429799799999,
-12.1431399799999, -12.1434701049999, -12.1435899799999,
-12.1445299799999, -12.14474998, -12.1448999799999, -12.1450699799999,
-12.1451199799999, -12.1453699799999, -12.1453899799999,
-12.14584998, -12.1464099799999, -12.1465999799999, -12.1466599799999,
-12.14674998, -12.1469399799999, -12.1474199799999, -12.1461422299999,
-12.1455199799999, -12.1450722299999, -12.1019668549999,
-12.0722031049999, -12.0617891049999, -12.0593563549999,
-12.0482266049999, -12.0376816049999, -12.0383369799999,
-12.0388487299999, -12.0389581039999, -12.0395427299999,
-12.039615855, -12.0401273549999, -12.04096773, -12.0424292299999,
-12.0445118539999, -12.0461559799999, -12.0468867299999,
-12.0475078549999, -12.0468137299999, -12.0453522299999,
-12.0449502299999, -12.0449502299999, -12.0441464789999,
-12.042867605, -12.0420273539999, -12.0416406049999, -12.0405292299999,
-12.0390677299999, -12.0380812299999, -12.0363639789999,
-12.0351582289999, -12.0331852299999, -12.03165073, -12.0302374789998,
-12.0296777299999, -12.0279603549999, -12.027192855, -12.0266451049999,
-12.0260971049999, -12.024964355, -12.0232471049999, -12.0223136049999,
-12.0217627299999, -12.021714855, -12.0214618549999, -12.021273854,
-12.0206434799999, -12.0200132289999, -12.0187529799999,
-12.0185174799999, -12.0184692289999, -12.0175722289999,
-12.0172718549999, -12.0168414799999, -12.0163579799998,
-12.015223605, -12.01386873, -12.0117889799999, -12.0100243539999,
-12.00646348, -12.0050772299999, -12.0038167289999, -12.00344998,
-12.0029344799999, -12.0026823549999, -12.0022012299999,
-12.0016424799999, -12.001075355, -12.0003821039999, -12.0002718549999,
-11.9999724799999, -11.9999724799999, -11.999433605), .Dim = c(487L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-77.083169986, -77.082632862, -77.081722611,
-77.0815468609999, -77.0983203609999, -77.099130862,
-77.0972968609999, -77.094458861, -77.093466986, -77.0928399859999,
-77.0918444869999, -77.090843987, -77.0897056109999,
-77.0888289869999, -77.088090361, -77.087492361, -77.086743237,
-77.085562486, -77.0849119859999, -77.0841911109999,
-77.0836199859999, -77.0829404859999, -77.082593612,
-77.083169986, -12.0392461049999, -12.0450371049999,
-12.0449568539999, -12.0470176049999, -12.04851948, -12.0399844799999,
-12.03926948, -12.03867773, -12.0384366049999, -12.0382899799999,
-12.0381423549998, -12.0379204799999, -12.037687105,
-12.0375244799999, -12.0373394799999, -12.0372879799999,
-12.0371498549999, -12.0368882299999, -12.0367821049999,
-12.0366753549999, -12.0364899799999, -12.0364178539999,
-12.0392051049999, -12.0392461049999), .Dim = c(24L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-77.004742236, -77.0029628609999, -77.0034297369999,
-77.0037303619999, -77.004783237, -77.0049199859999,
-77.005165986, -77.005513736, -77.0060253609999, -77.0064453609999,
-77.006716736, -77.0067812359999, -77.0068476109999,
-77.007259736, -77.007511736, -77.0076953609999, -77.008378861,
-77.0082089859999, -77.008093736, -77.0085156109999,
-77.0080861109999, -77.0073496109999, -77.0070078609999,
-77.007394486, -77.010896486, -77.010714862, -77.010884736,
-77.011019486, -77.010884737, -77.0109687359999, -77.011093736,
-77.0113183609999, -77.0116113609999, -77.0119863609999,
-77.0120924859999, -77.0122313609999, -77.0122636109999,
-77.0116016109999, -77.010312486, -77.009498487, -77.0077343609999,
-77.0075219859999, -77.0074181109999, -77.0073123609999,
-77.0071529859999, -77.006970361, -77.0067363609999,
-77.0064009859999, -77.0060563609998, -77.0057656109999,
-77.0053319869999, -77.005031236, -77.004720736, -77.004408236,
-77.0039981109999, -77.0037422359999, -77.003384736,
-77.0028534869999, -77.002349612, -77.001777362, -77.0018183619999,
-77.0018729869999, -77.002134736, -77.0028534859999,
-77.0031562359999, -77.003876986, -77.004501986, -77.005371112,
-77.0059823609999, -77.006324236, -77.0071288609999,
-77.007292986, -77.010771486, -77.0137949859999, -77.0155878619998,
-77.016611236, -77.0171444859999, -77.0174218619999,
-77.0257636109999, -77.035408236, -77.0353242359998,
-77.0313106109999, -77.028068361, -77.036290986, -77.0381132369999,
-77.037529236, -77.045669861, -77.043181111, -77.042974611,
-77.042307861, -77.0414666109999, -77.041930736, -77.0419904859999,
-77.0419843619999, -77.042060487, -77.042404236, -77.0447832359999,
-77.045109361, -77.046114361, -77.0472106109999, -77.050304986,
-77.0530799859999, -77.053701111, -77.0537162369999,
-77.0540664869999, -77.0553696109999, -77.055757236,
-77.056742361, -77.0575976119999, -77.0579042369998,
-77.058156111, -77.058446862, -77.058472611, -77.058490736,
-77.0585859859999, -77.058790861, -77.0589277359999,
-77.0592073609999, -77.059317361, -77.0596371109999,
-77.0611699859999, -77.0651484859999, -77.0656582359999,
-77.074955111, -77.077730486, -77.0776757359999, -77.077757861,
-77.077794861, -77.0778964869999, -77.078150361, -77.0785722369999,
-77.078914111, -77.0790437359999, -77.0790507359999,
-77.0796068609999, -77.0817948609998, -77.0826656109999,
-77.083006236, -77.0857016109999, -77.0864953609999,
-77.087257361, -77.0872793609999, -77.0876132359999,
-77.0877676119999, -77.087882861, -77.0880332369999,
-77.088117236, -77.088167986, -77.088203111, -77.088255862,
-77.0883711109998, -77.0882676109999, -77.0882187359999,
-77.088052736, -77.087855486, -77.0877226109998, -77.087576111,
-77.087600736, -77.0851484859999, -77.0782187359999,
-77.077482361, -77.077068362, -77.0768944869999, -77.0768672359999,
-77.077027362, -77.0786797359999, -77.0815468609999,
-77.081722611, -77.082632862, -77.083169986, -77.082593612,
-77.0829404859999, -77.0826557359999, -77.0821404869999,
-77.0817092359999, -77.0812143619999, -77.080655736,
-77.080174986, -77.0796871109999, -77.079079112, -77.0786207369999,
-77.078129986, -77.0777983619999, -77.077434986, -77.076795362,
-77.0759328619998, -77.0755016109999, -77.074914736,
-77.0744976109999, -77.074045486, -77.073317486, -77.0725076119999,
-77.0720866119999, -77.071506861, -77.071011986, -77.0703686109999,
-77.069788736, -77.0688908609999, -77.0681556109999,
-77.067293362, -77.0667557359999, -77.066189736, -77.065659737,
-77.0651396109999, -77.064602112, -77.0641767359999,
-77.063707736, -77.0631216109999, -77.0626973609999,
-77.062534736, -77.062181236, -77.0617852359999, -77.0613963609999,
-77.060823737, -77.0603358609999, -77.059904612, -77.0594874859999,
-77.0589713609999, -77.0586037369999, -77.0582148619999,
-77.0577623619999, -77.0574794859999, -77.0572391119999,
-77.0568784869999, -77.0566522359999, -77.0563412369999,
-77.056008861, -77.055612986, -77.055171736, -77.0549836119999,
-77.0545527359999, -77.0542193619999, -77.0535384869999,
-77.0532163609999, -77.0528838609999, -77.0526081109999,
-77.052296236, -77.0521774859999, -77.051649987, -77.051360987,
-77.051191236, -77.0510647369999, -77.050934737, -77.0506337359999,
-77.0503258609999, -77.049975111, -77.0499353609999,
-77.048651236, -77.0485826109999, -77.0483793609999,
-77.0481604859999, -77.048016611, -77.047965736, -77.047859361,
-77.0476883609999, -77.0475207359999, -77.0474318619999,
-77.0473052359999, -77.047209486, -77.047093112, -77.046939236,
-77.0468297369999, -77.046689487, -77.0465697359999,
-77.046446612, -77.0462413609999, -77.046091737, -77.0458029869999,
-77.045444362, -77.0451398609999, -77.0449038609999,
-77.0445446109999, -77.0442059869999, -77.0439528609999,
-77.043703111, -77.043470487, -77.042957362, -77.042276611,
-77.0420739859999, -77.041748736, -77.041379986, -77.0409117369999,
-77.040509486, -77.040178861, -77.039859361, -77.0395728609999,
-77.0392257359999, -77.038898236, -77.0384983609999,
-77.0382874859999, -77.0380889859999, -77.0380586109999,
-77.0377821109999, -77.037583736, -77.037294486, -77.037010736,
-77.0366141109999, -77.0363716109999, -77.036085111,
-77.0358647369999, -77.0354734859999, -77.0351869869999,
-77.0347407369999, -77.0341071109999, -77.0333047359999,
-77.032491987, -77.031819237, -77.031175861, -77.030878361,
-77.0301896119999, -77.029792986, -77.029159361, -77.0283488619999,
-77.0275559859999, -77.026685486, -77.0259746109999,
-77.0254182359999, -77.0248506119999, -77.024228111,
-77.023616486, -77.0229442359999, -77.022222486, -77.021803737,
-77.021357487, -77.0208394869999, -77.020150862, -77.0195833619999,
-77.0192719859999, -77.019026861, -77.0185804859999,
-77.0179193609999, -77.017357362, -77.016988236, -77.016652111,
-77.0163119869999, -77.0159709869999, -77.015607486,
-77.0154013609999, -77.015197486, -77.0148008609999,
-77.014530861, -77.0143159859999, -77.0141837359999,
-77.0140404859999, -77.0139027359999, -77.0136217359999,
-77.013368236, -77.013241611, -77.0131754859999, -77.0131093609999,
-77.0129771109999, -77.0128557359999, -77.012531111,
-77.0122847359999, -77.0122707369999, -77.012287611,
-77.0119884869999, -77.0116496109999, -77.0113903609999,
-77.0111012369999, -77.0106426109999, -77.010174111,
-77.009725486, -77.0080148609999, -77.008876986, -77.0087499869999,
-77.0059609869999, -77.0056679859999, -77.004742236,
-12.0416562299999, -12.0469492299999, -12.0472753549999,
-12.04735548, -12.04796098, -12.0482461049999, -12.04848048,
-12.04879098, -12.0491816049999, -12.04947248, -12.0496523549999,
-12.0496854799999, -12.04962498, -12.0490606049999, -12.0489062299999,
-12.0487461049999, -12.04765423, -12.04736723, -12.0472753549999,
-12.0464843549999, -12.0458711049999, -12.043956979,
-12.0428808549999, -12.04258598, -12.04376373, -12.04464848,
-12.0458516049999, -12.0458828549999, -12.0474218549999,
-12.0485409799999, -12.0496874799999, -12.0507343549999,
-12.05157423, -12.0525156049999, -12.052994355, -12.05335823,
-12.0536231049999, -12.0543691049999, -12.0561347299999,
-12.05692948, -12.0583574799999, -12.0585711049999, -12.0586757299999,
-12.0588163549999, -12.05922248, -12.0596878549999, -12.06028323,
-12.0604762299999, -12.0606388539999, -12.060662104,
-12.0605683549999, -12.0605273549999, -12.0606113549999,
-12.0606406049999, -12.0605586049999, -12.0605781039999,
-12.060724604, -12.06096873, -12.0612753549999, -12.0616953549999,
-12.0618496049999, -12.061839854, -12.0617832299999,
-12.0615801049999, -12.0626172299998, -12.062384729,
-12.06210748, -12.0614356039999, -12.0611797299998, -12.0610488549999,
-12.0605722299999, -12.0603339799999, -12.0608281049999,
-12.0611523539999, -12.0614043549999, -12.05888873, -12.05826948,
-12.057461105, -12.0585078549999, -12.0595488549999,
-12.0603808549999, -12.070767605, -12.0787109799999,
-12.0798496049999, -12.06767773, -12.0642089799998, -12.06525198,
-12.06224523, -12.0619726049999, -12.0611772299999, -12.0601738549999,
-12.0558103539999, -12.0551876049999, -12.0551971049999,
-12.05348248, -12.0508731049999, -12.0507694799999, -12.0507174799999,
-12.0505572299999, -12.0503531049999, -12.04970873, -12.0492142299999,
-12.0491034789998, -12.0491346049999, -12.0498553549999,
-12.05254773, -12.053100855, -12.054495355, -12.0558064799999,
-12.0570547299999, -12.05783773, -12.0587549799998, -12.05883598,
-12.0589716049999, -12.0596874789999, -12.06045898, -12.0609746049999,
-12.06175998, -12.0620687299999, -12.0630122299999, -12.0675253539999,
-12.0676074799999, -12.0676152299998, -12.067921855,
-12.0685468549999, -12.06822848, -12.06687698, -12.06617398,
-12.0652968549999, -12.0641016049999, -12.0622832299998,
-12.0608593549999, -12.0601124799999, -12.0600722299999,
-12.06021873, -12.0607891049999, -12.0609352299999, -12.0609777299999,
-12.06131898, -12.0614098549999, -12.0615113549999, -12.0614238539999,
-12.0610663549999, -12.060999979, -12.0609159799999,
-12.060716854, -12.06051173, -12.0601426049999, -12.0598691049999,
-12.0595078549999, -12.0587343549999, -12.0578183549999,
-12.0574099799999, -12.0559649799998, -12.0543163549999,
-12.05314448, -12.0519746049999, -12.0518657299999, -12.0514726049999,
-12.0500429799999, -12.0486443549999, -12.0480018549999,
-12.04745123, -12.04700973, -12.0466444799999, -12.04674023,
-12.0470176049999, -12.0449568539999, -12.0450371049999,
-12.0392461049999, -12.0392051049999, -12.0364178539999,
-12.0363873549999, -12.03623773, -12.0361599799999, -12.036068105,
-12.0358701039999, -12.035742855, -12.0356297299999,
-12.0355166049999, -12.0354966049999, -12.0353999799999,
-12.0353539799999, -12.03530373, -12.03510648, -12.0349933549999,
-12.0349227299999, -12.0348661039999, -12.0347601049999,
-12.034751604, -12.0345906049999, -12.0345226049999,
-12.0344207299999, -12.0343499799998, -12.0343499799998,
-12.0343146049999, -12.0343217299999, -12.0346328549999,
-12.0347883549999, -12.0348421049999, -12.0348466049999,
-12.0348703549999, -12.0350216049999, -12.03500423, -12.0350727299999,
-12.0351268549999, -12.0351873549998, -12.03519848, -12.035262105,
-12.035297355, -12.0353257299999, -12.035389354, -12.0354388539999,
-12.03555198, -12.0356579799999, -12.0357498549998, -12.0358913539999,
-12.035976105, -12.0360538549999, -12.036138729, -12.0362307299999,
-12.036322605, -12.0364216049998, -12.036478105, -12.03649223,
-12.03649223, -12.036428605, -12.0363862299999, -12.0364249799999,
-12.0364112299999, -12.0365287299999, -12.036619604,
-12.03677248, -12.0368397299999, -12.0368387299999, -12.0367821049999,
-12.0367083549999, -12.0366534799999, -12.0364099799999,
-12.0363217299999, -12.0362148549999, -12.0361566049999,
-12.036146355, -12.036050605, -12.0359719789999, -12.03589548,
-12.03588323, -12.0357476049999, -12.0357403549999, -12.0357289789999,
-12.0357153539999, -12.03578598, -12.0358109799999, -12.0358589789999,
-12.035985604, -12.0361601049999, -12.0362729789999,
-12.0364201049999, -12.0365739799999, -12.036710855,
-12.0368511049999, -12.0369947299999, -12.0372204799999,
-12.0374154799999, -12.0376173549999, -12.03779523, -12.0380292299999,
-12.038533604, -12.0387564799999, -12.0388283549999,
-12.038879605, -12.0388488549999, -12.03884198, -12.0388146049999,
-12.0388146049999, -12.038864605, -12.038824855, -12.038879605,
-12.0388926049999, -12.0389133549999, -12.0388697299999,
-12.03883123, -12.0388918549999, -12.0389083549999, -12.039001979,
-12.0390901049999, -12.039211354, -12.03938498, -12.0394923549999,
-12.0396263549999, -12.0397124799999, -12.0397256049999,
-12.0397843549999, -12.0398671049999, -12.040036604,
-12.040192105, -12.0403243549999, -12.0405007299999,
-12.0406439799999, -12.040748605, -12.0408808549999,
-12.0409744799999, -12.0411618539999, -12.0412996049998,
-12.0415647299998, -12.041929105, -12.04223073, -12.04262198,
-12.0427927299999, -12.0431178539999, -12.043272105,
-12.0434318549999, -12.0434123549999, -12.043426355,
-12.0434594799999, -12.0434979789999, -12.043547605,
-12.0435972299999, -12.0435972289999, -12.0436247289999,
-12.043674355, -12.0436798549999, -12.0437238549999,
-12.0437844799999, -12.043839605, -12.0439938549998,
-12.0440709799999, -12.044148105, -12.0442087299999,
-12.044258355, -12.044148105, -12.0439993549999, -12.043734855,
-12.0434924799999, -12.0432612299999, -12.0431213549999,
-12.0429722299999, -12.04264948, -12.04238498, -12.0420929799999,
-12.04183398, -12.0415199799999, -12.041150855, -12.0408643549999,
-12.040732105, -12.040148105, -12.0395804789999, -12.0392003549999,
-12.0385998549999, -12.0381866049999, -12.037674105,
-12.0372824799998, -12.0362491049999, -12.0347716049999,
-12.0346876049999, -12.0342327299999, -12.0335149799999,
-12.0328669799999, -12.0322887299999, -12.0317802299999,
-12.0312718549999, -12.03097273, -12.0306537289999, -12.0334212299999,
-12.0340898549999, -12.0343437299999, -12.03757623, -12.0380333549999,
-12.0416562299999), .Dim = c(369L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-76.944080736,
-76.943475737, -76.942849111, -76.942056736, -76.9415237359999,
-76.9412212359999, -76.9405729859999, -76.9402344859999,
-76.939953611, -76.9397514859999, -76.9391083609999, -76.938613986,
-76.938383487, -76.938167361, -76.9367341119998, -76.937909986,
-76.9389099859999, -76.9395701109999, -76.9411299859999,
-76.942069987, -76.943399986, -76.9439099859999, -76.944649861,
-76.9448899859999, -76.9455099859999, -76.945690611, -76.9460999859999,
-76.9466236109999, -76.9469499859999, -76.947340111, -76.9475496109999,
-76.9480499859999, -76.9483681109999, -76.949249987, -76.9501799869999,
-76.951079986, -76.9524292359999, -76.953177737, -76.953387236,
-76.9537651109999, -76.954358611, -76.9546959859999, -76.9551951109999,
-76.955356986, -76.9552347369999, -76.955374986, -76.9569082359999,
-76.9588379859999, -76.962418737, -76.9634964859999, -76.9643862369999,
-76.965539112, -76.9686562359999, -76.973191361, -76.9742167369999,
-76.975119111, -76.976236361, -76.9774277359999, -76.9783417359999,
-76.979035111, -76.979814486, -76.981007862, -76.981857361,
-76.9823944859999, -76.983234362, -76.984531236, -76.985115236,
-76.9861214869999, -76.986736986, -76.9873538609999, -76.9879562359999,
-76.988441361, -76.9881464859999, -76.9880114869999, -76.987486361,
-76.9863921109999, -76.986021986, -76.9853769859999, -76.9850493609999,
-76.984540861, -76.985671861, -76.9858617359999, -76.9860053609999,
-76.986447486, -76.9868576109999, -76.9873206109999, -76.987945111,
-76.9885529859999, -76.989044986, -76.9896522369999, -76.989847361,
-76.9896522359999, -76.989044986, -76.988112486, -76.987223361,
-76.9862257359999, -76.9851848609999, -76.9839703609999,
-76.983199236, -76.9826692359999, -76.9808613609999, -76.9780019859999,
-76.975489486, -76.974826111, -76.9739889859999, -76.9736372359999,
-76.9734277359999, -76.975833861, -76.978357361, -76.9800543619999,
-76.9818729859999, -76.981930612, -76.9820282359999, -76.9822664859999,
-76.9822783609999, -76.9824784859999, -76.9825488609999,
-76.9825017359999, -76.982477736, -76.9823848619999, -76.9824082359999,
-76.9825967359999, -76.982852361, -76.9834016109999, -76.9847221109999,
-76.9860544859999, -76.987082861, -76.9878424859999, -76.9888592359999,
-76.9902849859999, -76.9913952359999, -76.992587237, -76.9934987359999,
-76.993993487, -76.994055736, -76.994362111, -76.9945821109999,
-76.9947594869999, -76.9949461109998, -76.995089736, -76.9951663609999,
-76.9952511109999, -76.9952621109999, -76.995394486, -76.9955736119999,
-76.9958599859999, -76.995975362, -76.9960192359999, -76.9962289859999,
-76.9964252359999, -76.9965706109999, -76.9967651109999,
-76.997009237, -76.997261736, -76.9974237369999, -76.997656236,
-76.997798861, -76.998312486, -76.9985553609999, -76.9989042359999,
-76.999153736, -76.999508986, -76.999727986, -76.9998572369999,
-76.9999099859999, -76.999933986, -77.000020111, -77.000075862,
-77.0001014869999, -77.0003504869999, -77.0011229859999,
-77.0014804859999, -77.001777362, -77.002349612, -77.0028534869999,
-77.003384736, -77.0037422359999, -77.0039981109999, -77.004408236,
-77.004720736, -77.005031236, -77.0053319869999, -77.0057656109999,
-77.0060563609998, -77.0064009859999, -77.0067363609999,
-77.006970361, -77.0071529859999, -77.0073123609999, -77.0074181109999,
-77.0075219859999, -77.0077343609999, -77.009498487, -77.010312486,
-77.0116016109999, -77.0122636109999, -77.0122313609999,
-77.0120924859999, -77.0119863609999, -77.0116113609999,
-77.0113183609999, -77.011093736, -77.0109687359999, -77.010884737,
-77.011019486, -77.010884736, -77.010714862, -77.010896486,
-77.007394486, -77.0070078609999, -77.0073496109999, -77.0080861109999,
-77.0085156109999, -77.008093736, -77.0082089859999, -77.008378861,
-77.0076953609999, -77.007511736, -77.007259736, -77.0068476109999,
-77.0067812359999, -77.006716736, -77.0064453609999, -77.0060253609999,
-77.005513736, -77.005165986, -77.0049199859999, -77.004783237,
-77.0037303619999, -77.0034297369999, -77.0029628609999,
-77.004742236, -77.0056679859999, -77.0059609869999, -77.0087499869999,
-77.008876986, -77.0080148609999, -77.009725486, -77.009306736,
-77.008778362, -77.0080207359999, -77.0070934859999, -77.0061566119999,
-77.0057776109999, -77.0051196109999, -77.0041526109999,
-77.003673986, -77.0030259859999, -77.0023046109999, -77.001690111,
-77.0008626119999, -77.000453861, -76.999696236, -76.998948486,
-76.9982506109999, -76.9978518619999, -76.9972836119999,
-76.9967352359999, -76.9961669859999, -76.995837986, -76.9951801119999,
-76.994821111, -76.9944123609999, -76.9941233609999, -76.9936248609999,
-76.9928971119999, -76.9924184859998, -76.9916209859999,
-76.9912022359999, -76.9904744859999, -76.9899162359999,
-76.989407736, -76.989198361, -76.9889791109999, -76.988679986,
-76.9885104859999, -76.9882113619999, -76.987712986, -76.9870151109999,
-76.9865764859999, -76.985968236, -76.9854498619999, -76.984861737,
-76.984233612, -76.983505861, -76.9829476109999, -76.9823508609999,
-76.9820023609999, -76.9816756119999, -76.981484111, -76.9810442359999,
-76.980662486, -76.980395986, -76.980086236, -76.979697362,
-76.9794247359999, -76.9790486109999, -76.9787898609999,
-76.978509361, -76.978141611, -76.9778462359999, -76.9776086109999,
-76.9773709859999, -76.9771764859999, -76.976961236, -76.9766938609999,
-76.976391362, -76.9759376119999, -76.975585111, -76.9750948619999,
-76.9746483609999, -76.9741729859999, -76.973820111, -76.9734167359999,
-76.972955736, -76.972559611, -76.972177861, -76.971961861,
-76.971652111, -76.971019987, -76.9702836119999, -76.969793861,
-76.9693617359999, -76.9688647369999, -76.968331736, -76.967791486,
-76.9671361119999, -76.9664878609999, -76.966127736, -76.9654794859999,
-76.9650906109999, -76.9646007359999, -76.9639886109999,
-76.9631531119999, -76.962368111, -76.961806236, -76.960761861,
-76.9601639859999, -76.959443736, -76.9589827359999, -76.9576934859999,
-76.9570524869999, -76.9565627359999, -76.9562169869999,
-76.955626361, -76.955035736, -76.954661237, -76.9540849859999,
-76.953575362, -76.952639486, -76.9519737359999, -76.951290861,
-76.950670987, -76.949381736, -76.9484309869999, -76.9470986109999,
-76.9464574859999, -76.946046987, -76.9455212359999, -76.945089111,
-76.944613736, -76.944080736, -12.0207516049999, -12.0208884799999,
-12.020888479, -12.0208381049999, -12.02081648, -12.020946105,
-12.02118373, -12.0213206049999, -12.0214214799998, -12.021478105,
-12.0216079799999, -12.0219039799999, -12.021976105, -12.0219184799998,
-12.0214286049998, -12.0224999799999, -12.0225399799999,
-12.0226099799999, -12.02263998, -12.0227799799999, -12.0228298549999,
-12.0229599799999, -12.0232899799999, -12.0233399799999,
-12.023339979, -12.0233859799999, -12.0234899799999, -12.0237809799999,
-12.0239599799999, -12.0240799799999, -12.024083354, -12.0240913549999,
-12.0241388549999, -12.02425998, -12.02422998, -12.0243199799999,
-12.024179354, -12.024226605, -12.0246244799998, -12.0252721049999,
-12.02641898, -12.027039605, -12.027903105, -12.028456354,
-12.0293359799999, -12.0293593549999, -12.0294746049998,
-12.02989998, -12.031239479, -12.0317479799999, -12.0323558549999,
-12.0333398549999, -12.0357382289999, -12.0392148549999,
-12.0399159789999, -12.0402422299999, -12.0404687299999,
-12.0404941049999, -12.0402929799999, -12.0406288549999,
-12.0406016049999, -12.0405351049999, -12.0404356049999,
-12.04034373, -12.0401426049999, -12.0395683549999, -12.0399394799999,
-12.03977773, -12.0397087299999, -12.0396396049999, -12.0396341049999,
-12.0397226049999, -12.0403711049999, -12.0405901049999,
-12.04150198, -12.0425943549999, -12.0429443549999, -12.0435606049999,
-12.0438231039999, -12.0441657299999, -12.0469628549999,
-12.047172105, -12.04730473, -12.0474373549999, -12.0475513549999,
-12.047768854, -12.048028605, -12.0483933539999, -12.04872648,
-12.049637355, -12.0508301049999, -12.052131355, -12.0532373549999,
-12.0542348549999, -12.0550589799999, -12.0557963549999,
-12.0560564799999, -12.05607823, -12.0559624799999, -12.055883105,
-12.0552226049999, -12.0550468549999, -12.05393473, -12.0552499799999,
-12.0571288549999, -12.05810323, -12.0584767289999, -12.0595858549999,
-12.06068748, -12.0618234799999, -12.0630819799999, -12.0629592299999,
-12.0627512299999, -12.0625649799999, -12.0625557299999,
-12.0622464799999, -12.0618163549999, -12.06113548, -12.0610177299999,
-12.0605628549999, -12.06023823, -12.0600361049999, -12.0598967289999,
-12.0597797299999, -12.05970973, -12.05970973, -12.0595812299999,
-12.059288979, -12.0587397299999, -12.057395855, -12.056694605,
-12.056507605, -12.0566362299999, -12.0569814799998, -12.057024855,
-12.05750848, -12.0577048549999, -12.05791998, -12.05840348,
-12.0587289799999, -12.0588151049998, -12.058921105, -12.058934855,
-12.058962854, -12.05900023, -12.0590803549999, -12.059111979,
-12.05913348, -12.0592363549999, -12.0594278549999, -12.0596487299999,
-12.059944855, -12.0603038549999, -12.0608672299999, -12.0608984799998,
-12.0608984799998, -12.0608398549999, -12.0605644799999,
-12.0605048549999, -12.0605058549999, -12.0605144799999,
-12.0605647299999, -12.0605958549999, -12.0606388549999,
-12.060729855, -12.06094523, -12.06142398, -12.0615092299999,
-12.061548355, -12.06162498, -12.0617638539999, -12.0617558549999,
-12.0616953549999, -12.0612753549999, -12.06096873, -12.060724604,
-12.0605781039999, -12.0605586049999, -12.0606406049999,
-12.0606113549999, -12.0605273549999, -12.0605683549999,
-12.060662104, -12.0606388539999, -12.0604762299999, -12.06028323,
-12.0596878549999, -12.05922248, -12.0588163549999, -12.0586757299999,
-12.0585711049999, -12.0583574799999, -12.05692948, -12.0561347299999,
-12.0543691049999, -12.0536231049999, -12.05335823, -12.052994355,
-12.0525156049999, -12.05157423, -12.0507343549999, -12.0496874799999,
-12.0485409799999, -12.0474218549999, -12.0458828549999,
-12.0458516049999, -12.04464848, -12.04376373, -12.04258598,
-12.0428808549999, -12.043956979, -12.0458711049999, -12.0464843549999,
-12.0472753549999, -12.04736723, -12.04765423, -12.0487461049999,
-12.0489062299999, -12.0490606049999, -12.04962498, -12.0496854799999,
-12.0496523549999, -12.04947248, -12.0491816049999, -12.04879098,
-12.04848048, -12.0482461049999, -12.04796098, -12.04735548,
-12.0472753549999, -12.0469492299999, -12.0416562299999,
-12.0380333549999, -12.03757623, -12.0343437299999, -12.0340898549999,
-12.0334212299999, -12.0306537289999, -12.0303944799999,
-12.0302051049999, -12.0300256049999, -12.0299758549999,
-12.02995498, -12.0298362299999, -12.029646855, -12.02950723,
-12.0292879789999, -12.0290087299999, -12.0286227299999,
-12.0284504799999, -12.028231105, -12.0281314799999, -12.0278822299999,
-12.02781248, -12.027692854, -12.0276229799999, -12.0273338539999,
-12.0271444799999, -12.02705473, -12.02697498, -12.0269251049999,
-12.0269251049999, -12.026945105, -12.0269551049998, -12.0269551049998,
-12.026945105, -12.0268354799999, -12.0268354799999, -12.026825479,
-12.026905229, -12.0269949799999, -12.0269251039999, -12.0268653549999,
-12.0268354799999, -12.0267457289999, -12.0267357299999,
-12.0266361049999, -12.0265463549999, -12.0265164799999,
-12.0265263539999, -12.026376855, -12.0262672299999, -12.02624723,
-12.0261774799999, -12.026037855, -12.0259182299999, -12.0257343549999,
-12.0256721049999, -12.0256402289999, -12.0256336049999,
-12.02556648, -12.0255449799999, -12.0255449799999, -12.02556648,
-12.0256386049999, -12.0257316049999, -12.0257517299999,
-12.0258258549999, -12.0258558549999, -12.0258762299999,
-12.025941105, -12.0259554799998, -12.0259987299999, -12.02602748,
-12.0260891039999, -12.026142729, -12.0262436049999, -12.0262436049999,
-12.0262523549999, -12.0262436049999, -12.0261643549999,
-12.0261716049999, -12.0260707289999, -12.026041855, -12.0260491049999,
-12.0260634799999, -12.0260851039999, -12.0260923549999,
-12.02618598, -12.02625998, -12.02633723, -12.026409229,
-12.0265172299999, -12.0265677289999, -12.0266397299999,
-12.0265532299999, -12.0264812299999, -12.0263012299998,
-12.026236355, -12.025962729, -12.0257466049999, -12.0255377299999,
-12.0254297299999, -12.02526398, -12.0250442299999, -12.0248823549999,
-12.0245149799999, -12.0241476049999, -12.0238956049999,
-12.0236794799999, -12.0231357299999, -12.0228836049999,
-12.02270348, -12.02262423, -12.02260273, -12.022573855,
-12.0224226039999, -12.022307355, -12.0218756049999, -12.0212558549999,
-12.0209146049999, -12.0207459799999, -12.020737229, -12.0205787299999,
-12.020485105, -12.020485105, -12.0204923549999, -12.0205067299999,
-12.02051398, -12.0206147289999, -12.0206796039999, -12.0207516049999
), .Dim = c(362L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-77.020341736, -77.020322361,
-77.0199233609999, -77.0197682359999, -77.020002361, -77.0202336109999,
-77.020588361, -77.0209872359999, -77.021652236, -77.0219033609999,
-77.0220703609999, -77.0221621109999, -77.022217736, -77.0221489869999,
-77.022286611, -77.022404486, -77.022178486, -77.0215888609999,
-77.0209303609998, -77.0199674859999, -77.019476111, -77.0188372359999,
-77.0178646109999, -77.017127611, -77.0164494859999, -77.0157481109999,
-77.014714736, -77.0137656109999, -77.0128557359999, -77.0129771109999,
-77.0131093609999, -77.0131754859999, -77.013241611, -77.013368236,
-77.0136217359999, -77.0139027359999, -77.0140404859999,
-77.0141837359999, -77.0143159859999, -77.014530861, -77.0148008609999,
-77.015197486, -77.0154013609999, -77.015607486, -77.0159709869999,
-77.0163119869999, -77.016652111, -77.016988236, -77.017357362,
-77.0179193609999, -77.0185804859999, -77.019026861, -77.0192719859999,
-77.0195833619999, -77.020150862, -77.0208394869999, -77.021357487,
-77.021803737, -77.022222486, -77.0229442359999, -77.023616486,
-77.024228111, -77.0248506119999, -77.0254182359999, -77.0259746109999,
-77.026685486, -77.0275559859999, -77.0283488619999, -77.029159361,
-77.029792986, -77.0301896119999, -77.030878361, -77.031175861,
-77.031819237, -77.032491987, -77.0333047359999, -77.0341071109999,
-77.0347407369999, -77.0351869869999, -77.0354734859999,
-77.0358647369999, -77.036085111, -77.0363716109999, -77.0366141109999,
-77.037010736, -77.037294486, -77.037583736, -77.0377821109999,
-77.0380586109999, -77.0380889859999, -77.0382874859999,
-77.0384983609999, -77.038898236, -77.0392257359999, -77.0395728609999,
-77.039859361, -77.040178861, -77.040509486, -77.0409117369999,
-77.041379986, -77.041748736, -77.0420739859999, -77.042276611,
-77.042957362, -77.043470487, -77.043478486, -77.0434843619999,
-77.0435253609999, -77.043533236, -77.0435683609999, -77.0435961109999,
-77.043646361, -77.043734361, -77.043818361, -77.044019486,
-77.0440761109999, -77.043898487, -77.043841737, -77.0438334859999,
-77.043862361, -77.0438893609999, -77.0440378609999, -77.044206612,
-77.044312486, -77.044345737, -77.044420111, -77.0444472359999,
-77.0470816119999, -77.0500883619998, -77.0502418619999,
-77.050496112, -77.0505049859999, -77.050697237, -77.0508177359999,
-77.050964111, -77.051326111, -77.051330112, -77.051537986,
-77.052381736, -77.052969111, -77.050271486, -77.0497128609999,
-77.049351612, -77.0493391109999, -77.0493391109999, -77.049339112,
-77.0493184859999, -77.049235736, -77.049187487, -77.0490781119999,
-77.0489599859999, -77.0488703619999, -77.0487687359999,
-77.048787736, -77.0487669859999, -77.0488152359998, -77.048842861,
-77.048856611, -77.0487946109999, -77.048698111, -77.048644111,
-77.0487257359999, -77.0487808609999, -77.0488291119999,
-77.048822236, -77.0487658609999, -77.0488014859999, -77.0486521109999,
-77.0486361109998, -77.0485671109999, -77.0484913609999,
-77.0483809859999, -77.048318986, -77.0482432359999, -77.0482018609999,
-77.048187986, -77.048187986, -77.0481191109999, -77.0480639869999,
-77.047953736, -77.047767611, -77.047433611, -77.047257486,
-77.0469679859999, -77.046588861, -77.0463752359999, -77.0462649859999,
-77.0460994859998, -77.0459409869999, -77.045885861, -77.045716861,
-77.0456699859999, -77.0458066109999, -77.045865611, -77.045781361,
-77.045720737, -77.045698736, -77.045566612, -77.045372986,
-77.0453134859999, -77.045298111, -77.0452528609999, -77.0450767359999,
-77.0448769859999, -77.0439297359999, -77.0405136109999,
-77.0401334869999, -77.038039361, -77.033688862, -77.0334617359999,
-77.032697861, -77.031958736, -77.031152487, -77.030654236,
-77.029572236, -77.029132736, -77.0290108619999, -77.028567486,
-77.0284788609999, -77.0277474859999, -77.0270159859999,
-77.0259078609999, -77.025871361, -77.0255516109999, -77.0255253619999,
-77.025526611, -77.025530986, -77.025331361, -77.024622236,
-77.024393736, -77.023134361, -77.023118486, -77.0224501109999,
-77.022206236, -77.0219352359999, -77.0219181109999, -77.0213197359999,
-77.0206326109999, -77.0203444859999, -77.020341736, -12.01783023,
-12.0192036049999, -12.0202674799999, -12.0212871049998,
-12.022011979, -12.0227277299999, -12.023946854, -12.0247004789999,
-12.025165855, -12.0252783549998, -12.0254356049999, -12.025568355,
-12.026202105, -12.02677198, -12.02740098, -12.0280003549999,
-12.0284719799999, -12.02920898, -12.030270355, -12.0313512299999,
-12.0320194799999, -12.0331791039999, -12.0345941049999,
-12.0354588539999, -12.0361663549999, -12.036525355, -12.03692573,
-12.0371269799999, -12.0372824799998, -12.037674105, -12.0381866049999,
-12.0385998549999, -12.0392003549999, -12.0395804789999,
-12.040148105, -12.040732105, -12.0408643549999, -12.041150855,
-12.0415199799999, -12.04183398, -12.0420929799999, -12.04238498,
-12.04264948, -12.0429722299999, -12.0431213549999, -12.0432612299999,
-12.0434924799999, -12.043734855, -12.0439993549999, -12.044148105,
-12.044258355, -12.0442087299999, -12.044148105, -12.0440709799999,
-12.0439938549998, -12.043839605, -12.0437844799999, -12.0437238549999,
-12.0436798549999, -12.043674355, -12.0436247289999, -12.0435972289999,
-12.0435972299999, -12.043547605, -12.0434979789999, -12.0434594799999,
-12.043426355, -12.0434123549999, -12.0434318549999, -12.043272105,
-12.0431178539999, -12.0427927299999, -12.04262198, -12.04223073,
-12.041929105, -12.0415647299998, -12.0412996049998, -12.0411618539999,
-12.0409744799999, -12.0408808549999, -12.040748605, -12.0406439799999,
-12.0405007299999, -12.0403243549999, -12.040192105, -12.040036604,
-12.0398671049999, -12.0397843549999, -12.0397256049999,
-12.0397124799999, -12.0396263549999, -12.0394923549999,
-12.03938498, -12.039211354, -12.0390901049999, -12.039001979,
-12.0389083549999, -12.0388918549999, -12.03883123, -12.0388697299999,
-12.0389133549999, -12.0388926049999, -12.038879605, -12.038824855,
-12.038864605, -12.03876173, -12.0383359799999, -12.0379824799999,
-12.0376992299999, -12.0375176049999, -12.0374423549999,
-12.0373064799999, -12.0371464799999, -12.0370371039999,
-12.0368554799999, -12.03624998, -12.0358164799999, -12.0346444799999,
-12.0346317299999, -12.0339108549999, -12.03308723, -12.03110248,
-12.0294283549999, -12.0286641049998, -12.028567105, -12.0283504799999,
-12.0282714799999, -12.025910229, -12.0231478549999, -12.0229341049999,
-12.022537105, -12.02252773, -12.0217617299999, -12.0211179799999,
-12.0203351049999, -12.0184062299999, -12.017962855, -12.01723648,
-12.0136923539999, -12.0110326049999, -12.0105409799999,
-12.010802605, -12.0114609789999, -12.0121176049999, -12.01224173,
-12.01237273, -12.012489855, -12.0125449799999, -12.0125932299999,
-12.0126406049999, -12.0126966049999, -12.0128069799999,
-12.012915855, -12.0130964799999, -12.0132549799999, -12.0135168539999,
-12.0136753539999, -12.013916605, -12.0141096049999, -12.01434398,
-12.014482105, -12.01457148, -12.014661105, -12.0147368549999,
-12.0148541049999, -12.01491548, -12.0150194799999, -12.015123855,
-12.01527448, -12.0153709799999, -12.0154537299999, -12.0156812289999,
-12.015863855, -12.0160982299998, -12.01630498, -12.0165048549998,
-12.01669098, -12.0170287299999, -12.0171666049999, -12.0174423539999,
-12.0178283549999, -12.0178437299999, -12.0178421049999,
-12.0178421049999, -12.01775248, -12.0176836049998, -12.0176146049999,
-12.017442355, -12.0172493539999, -12.0171734799999, -12.0171466049999,
-12.016890605, -12.0166757299999, -12.0164949799999, -12.0159364799999,
-12.015209855, -12.0147089799999, -12.01434023, -12.0139739799999,
-12.0138613539999, -12.0136317299999, -12.01295873, -12.0122487289999,
-12.0117128549998, -12.0101211049999, -12.006964855, -12.0065756049999,
-12.004431605, -12.0012233549999, -12.0009346049999, -11.9999636049999,
-11.9987373549999, -11.997141729, -11.9963887299999, -11.9972109799999,
-11.99808273, -11.9983246049999, -11.99903398, -12.0004523549999,
-12.0031342299999, -12.0044863549998, -12.005705355, -12.00576448,
-12.00628173, -12.0063242299999, -12.0065268549999, -12.0072347299999,
-12.0090743539999, -12.009916604, -12.0100512299999, -12.010792855,
-12.0108069789998, -12.0114017299999, -12.0120887299999,
-12.013047855, -12.0131083549998, -12.0146598549999, -12.0157902299999,
-12.0170536049999, -12.01783023), .Dim = c(240L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-76.8350754859999,
-76.8346692359999, -76.8335946109999, -76.8324316109999,
-76.832397236, -76.832019111, -76.831936736, -76.8316387359998,
-76.8312716109999, -76.828815861, -76.8277766109999, -76.827592361,
-76.8261383609999, -76.823579861, -76.822685486, -76.8218731109999,
-76.821319111, -76.820783611, -76.819767986, -76.8191032359999,
-76.816881736, -76.814701236, -76.813349361, -76.811814861,
-76.8103898609999, -76.8087456109999, -76.8066264859999,
-76.805164986, -76.8034429859999, -76.8033381109999, -76.8019862359999,
-76.800780486, -76.7987344859999, -76.7973824859999, -76.7958114859999,
-76.7946839859998, -76.7939479859999, -76.7918288609999,
-76.7905134859999, -76.7892712359999, -76.7879558609999,
-76.7865309859999, -76.785361861, -76.784557986, -76.7843021109999,
-76.784265611, -76.783900111, -76.7838272359999, -76.783279111,
-76.7828772359999, -76.782858736, -76.784795236, -76.786585486,
-76.7884489859999, -76.790312361, -76.792394986, -76.794441111,
-76.7951564869999, -76.7969621109999, -76.799008236, -76.8017484859999,
-76.803246611, -76.805292611, -76.807338736, -76.8098598609999,
-76.8118027359999, -76.813148236, -76.8147192359999, -76.8159248609999,
-76.8173499859999, -76.8193229859999, -76.821040236, -76.822830611,
-76.824657486, -76.826411236, -76.8282016109999, -76.8303572359999,
-76.8319649859999, -76.833572736, -76.835910986, -76.8401127359999,
-76.8420492359999, -76.843876111, -76.8450818609999, -76.848589486,
-76.8519062359999, -76.8711777359999, -76.889133236, -76.8918984859999,
-76.8963691109998, -76.898605486, -76.8997773609999, -76.9011621109999,
-76.902240236, -76.903431611, -76.9047773609999, -76.905913487,
-76.9078216109999, -76.909898112, -76.9120681109999, -76.913714361,
-76.9146288609999, -76.914724486, -76.9167089859999, -76.9174744859999,
-76.9184218609999, -76.9191854859999, -76.9203593619999,
-76.921283236, -76.9214996109999, -76.9215351119999, -76.9220878609999,
-76.9230872359999, -76.923969486, -76.9242273609999, -76.9243127359999,
-76.9245812359999, -76.925155611, -76.926180361, -76.926558861,
-76.9268916109999, -76.9274734859999, -76.928613236, -76.929389111,
-76.930867236, -76.9322948609999, -76.9334174859999, -76.9341868609999,
-76.9347674859999, -76.935010736, -76.9351467359999, -76.935183486,
-76.9353496109999, -76.9355452359999, -76.9357066109999,
-76.9358152359999, -76.9358453609999, -76.9359841109999,
-76.9361501109999, -76.9363928609999, -76.939423861, -76.940064486,
-76.9411154859999, -76.941186611, -76.9420663609999, -76.9443222359999,
-76.950581986, -76.953902361, -76.9585939859999, -76.960869111,
-76.9641649859999, -76.9680839869999, -76.9696172369999,
-76.9701269869999, -76.9703984859999, -76.9706582359999,
-76.970902361, -76.9712187369999, -76.9715291109999, -76.971672237,
-76.9718437359999, -76.971870861, -76.9719961119999, -76.9725278609999,
-76.973154361, -76.974498861, -76.975410112, -76.976255862,
-76.976753861, -76.9774843609999, -76.978233111, -76.9784453619999,
-76.9796497359999, -76.979678236, -76.980594861, -76.981371111,
-76.9816913619999, -76.982669486, -76.983940861, -76.984012986,
-76.9842479859999, -76.987316361, -76.990113236, -76.990828112,
-76.991001986, -76.991027361, -76.9909512359999, -76.990808611,
-76.9906562359999, -76.9894374869999, -76.987852736, -76.9878064859999,
-76.9876231109999, -76.988287111, -76.988775362, -76.987976611,
-76.9869628609999, -76.987591736, -76.9886386109998, -76.989753986,
-76.9900781109999, -76.990234486, -76.9958202359999, -76.998095736,
-76.997798861, -76.997656236, -76.9974237369999, -76.997261736,
-76.997009237, -76.9967651109999, -76.9965706109999, -76.9964252359999,
-76.9962289859999, -76.9960192359999, -76.995975362, -76.9958599859999,
-76.9955736119999, -76.995394486, -76.9952621109999, -76.9952511109999,
-76.9951663609999, -76.995089736, -76.9949461109998, -76.9947594869999,
-76.9945821109999, -76.994362111, -76.994055736, -76.993993487,
-76.9934987359999, -76.992587237, -76.9913952359999, -76.9902849859999,
-76.9888592359999, -76.9878424859999, -76.987082861, -76.9860544859999,
-76.9847221109999, -76.9834016109999, -76.982852361, -76.9825967359999,
-76.9824082359999, -76.9823848619999, -76.982477736, -76.9825017359999,
-76.9825488609999, -76.9824784859999, -76.9822783609999,
-76.9822664859999, -76.9820282359999, -76.981930612, -76.9818729859999,
-76.9800543619999, -76.978357361, -76.975833861, -76.9734277359999,
-76.972228736, -76.9675688609999, -76.9610097359999, -76.9560433609999,
-76.952312986, -76.9379646109999, -76.939814486, -76.9399609859998,
-76.9428691109999, -76.943060611, -76.942497986, -76.9428066109999,
-76.942755861, -76.9432617359999, -76.9435468619999, -76.9437187359999,
-76.9438242359999, -76.9439602359999, -76.945830111, -76.9482266109999,
-76.9552347369999, -76.955356986, -76.9551951109999, -76.9546959859999,
-76.954358611, -76.9537651109999, -76.953387236, -76.953177737,
-76.9524292359999, -76.951079986, -76.9501799869999, -76.949249987,
-76.9483681109999, -76.9480499859999, -76.9475496109999,
-76.947340111, -76.9469499859999, -76.9466236109999, -76.9460999859999,
-76.945690611, -76.9455099859999, -76.9448899859999, -76.944649861,
-76.9439099859999, -76.943399986, -76.942069987, -76.9411299859999,
-76.9395701109999, -76.9389099859999, -76.937909986, -76.9367341119998,
-76.9363307359999, -76.9360066109999, -76.9356968609999,
-76.935264736, -76.934587736, -76.933903487, -76.9326926109999,
-76.931499486, -76.9304087359999, -76.928908862, -76.927204611,
-76.925823986, -76.9249377359999, -76.9240686109999, -76.9232504859999,
-76.922210862, -76.921324611, -76.9202678619999, -76.919534986,
-76.9189043609999, -76.918035236, -76.9172682359999, -76.9165523619999,
-76.9155638619999, -76.915018486, -76.9144389859999, -76.9142174859999,
-76.9138083609998, -76.913024362, -76.9124961109999, -76.9119507359999,
-76.9110643609999, -76.910501986, -76.9099907359999, -76.9095304859998,
-76.9090873609999, -76.908541986, -76.908201111, -76.907757986,
-76.9071784859999, -76.9067012359999, -76.906292236, -76.9056446109999,
-76.905252611, -76.9049117359999, -76.904707236, -76.904451611,
-76.9041107359999, -76.9038038609999, -76.9034459859999,
-76.9031392359999, -76.9028836109999, -76.902644987, -76.9023552359999,
-76.902065486, -76.901639361, -76.9013667359999, -76.901097361,
-76.9008872359999, -76.9006878609999, -76.900536986, -76.9003141109999,
-76.900167612, -76.899912861, -76.8996523609999, -76.899339986,
-76.8986647359999, -76.8982316109999, -76.897824111, -76.8973528619999,
-76.896836986, -76.896403861, -76.8960091109999, -76.895531486,
-76.8950538619999, -76.8944499859999, -76.893958486, -76.8936909859999,
-76.8934553609999, -76.8931178619999, -76.8926848609999,
-76.892315486, -76.8919842359999, -76.891774111, -76.8912264859999,
-76.890742486, -76.890436736, -76.8902329859999, -76.8899082369999,
-76.889666236, -76.889500611, -76.8888319869999, -76.888443486,
-76.8880359859999, -76.8876092359999, -76.887118861, -76.8865903609999,
-76.8862527369999, -76.885908861, -76.8853484859999, -76.884864486,
-76.884609736, -76.8840493609999, -76.8834379859999, -76.8829157359999,
-76.882578236, -76.882259861, -76.882074111, -76.8819223609999,
-76.881648486, -76.881470237, -76.881291861, -76.8808588609999,
-76.8804639859999, -76.880247486, -76.8800118609998, -76.879858986,
-76.879304986, -76.878725361, -76.8784133609999, -76.878069486,
-76.877693737, -76.877413486, -76.876929611, -76.8764456109999,
-76.8759361109999, -76.875694111, -76.8753757359999, -76.8749234859999,
-76.8746242359999, -76.8743184859999, -76.873910987, -76.873745361,
-76.8735607359999, -76.873426986, -76.8732741109999, -76.873159486,
-76.8729938609999, -76.8724334859999, -76.872108736, -76.871847611,
-76.8716438609999, -76.8714146109999, -76.871204361, -76.8709561109999,
-76.870491111, -76.8699817359999, -76.8696504859999, -76.869217486,
-76.8688544859999, -76.868536111, -76.868134861, -76.867895361,
-76.867668486, -76.8673957359999, -76.867007486, -76.866273361,
-76.8657671109999, -76.864881111, -76.864222986, -76.863514112,
-76.8626787359999, -76.8616336109999, -76.861327111, -76.8611297359999,
-76.8609004859999, -76.860696611, -76.8604673609999, -76.8602699859999,
-76.860021611, -76.8598942359999, -76.8597351109999, -76.8595057359998,
-76.8593019859999, -76.858977236, -76.8586078609999, -76.8583849859999,
-76.858130236, -76.857881861, -76.857748111, -76.8574361109999,
-76.857130362, -76.856913861, -76.854844111, -76.854583111,
-76.854359986, -76.854099111, -76.8536978609999, -76.853322111,
-76.8530356109999, -76.8528126109999, -76.8525197359999,
-76.8521312359999, -76.851940236, -76.851653611, -76.8513543609999,
-76.8510932359999, -76.850889486, -76.850583736, -76.8503736109999,
-76.8501316109999, -76.8496794869999, -76.849383861, -76.849118986,
-76.848851611, -76.8486604859999, -76.848361236, -76.848068236,
-76.847641611, -76.8473231109999, -76.8466991109999, -76.846030361,
-76.844602236, -76.843618111, -76.842828987, -76.841994987,
-76.841618361, -76.841438986, -76.8411519859999, -76.8411161109999,
-76.841026486, -76.840900861, -76.840927861, -76.8409098609999,
-76.8407753609999, -76.8406677359999, -76.840631861, -76.840631861,
-76.8404166109999, -76.8402911109999, -76.8398923609999,
-76.8396184859999, -76.839331611, -76.839026611, -76.8388742359999,
-76.8384347359999, -76.8381298609999, -76.8376907359999,
-76.837531611, -76.837207486, -76.836820611, -76.835333986,
-76.8350754859999, -11.996271355, -11.9962898539999, -11.995695355,
-11.995173855, -11.9951817299999, -11.9952679799999, -11.99525848,
-11.9957963549999, -11.996031355, -11.9968437299999, -11.9971893549999,
-11.9972506049999, -11.9978408549999, -11.9987671039999,
-11.9993181049999, -11.9999827299999, -12.0005552289999,
-12.0008876049999, -12.0011276049999, -12.0011742299999,
-12.001330105, -12.0020554789999, -12.00238423, -12.0021649799999,
-12.0012516049999, -12.0001189799999, -11.9989862299999,
-11.9984747299999, -11.9987502299999, -11.9987671049999,
-12.0001554799999, -12.00139773, -12.0030419799999, -12.00300548,
-12.00300548, -12.0030717299999, -12.00311498, -12.0034804799999,
-12.0034804799999, -12.0039553549998, -12.0047957299999,
-12.0059283549999, -12.0072072299999, -12.00925323, -12.01118973,
-12.012322355, -12.0150262299999, -12.0182413549999, -12.0195933549999,
-12.0213106049999, -12.0232471049999, -12.024964355, -12.0260971049999,
-12.0266451049999, -12.027192855, -12.0279603549999, -12.0296777299999,
-12.0302374789998, -12.03165073, -12.0331852299999, -12.0351582289999,
-12.0363639789999, -12.0380812299999, -12.0390677299999,
-12.0405292299999, -12.0416406049999, -12.0420273539999,
-12.042867605, -12.0441464789999, -12.0449502299999, -12.0449502299999,
-12.0453522299999, -12.0468137299999, -12.0475078549999,
-12.0468867299999, -12.0461559799999, -12.0445118539999,
-12.0424292299999, -12.04096773, -12.0401273549999, -12.039615855,
-12.0395427299999, -12.0389581039999, -12.0388487299999,
-12.0383369799999, -12.0376816049999, -12.0482266049999,
-12.0593563549999, -12.0589061049999, -12.0589023549999,
-12.0595038549999, -12.0600156049999, -12.06043748, -12.0602851049999,
-12.0599003549999, -12.0595547299999, -12.05944998, -12.059375105,
-12.0594124799999, -12.0595059799999, -12.0595247299999,
-12.059880354, -12.0599176049998, -12.0605176049999, -12.0614888549999,
-12.0627031049999, -12.06375973, -12.0653749799999, -12.0660449789999,
-12.0661061049998, -12.0661161049999, -12.0660586049999,
-12.0658312299999, -12.065477105, -12.065374355, -12.0653403549999,
-12.0653312289999, -12.0653116049999, -12.0655989799999,
-12.06550648, -12.065425105, -12.0652828549999, -12.0645549799999,
-12.063999355, -12.06328123, -12.06318748, -12.063476604,
-12.063801105, -12.0641587299999, -12.0642951049999, -12.0643112299999,
-12.0643154799998, -12.0643133549999, -12.06422923, -12.0641632299998,
-12.0641526049999, -12.064149605, -12.0641564799999, -12.06413148,
-12.0640916049999, -12.0649336049999, -12.064048855, -12.0622894799999,
-12.0621683549999, -12.0606699799998, -12.0566992299999,
-12.05991798, -12.0613788549999, -12.061876979, -12.06267573,
-12.0640823549999, -12.0655877299999, -12.0667929799998,
-12.0670391039999, -12.0671288549999, -12.0670819789999,
-12.0670273549999, -12.0669336049999, -12.0668692299998,
-12.0675452299999, -12.0683231049999, -12.0684467299999,
-12.0688262299998, -12.0701273539999, -12.07141073, -12.0743288549999,
-12.07645123, -12.0781332289999, -12.0790332299999, -12.0802852299999,
-12.0812088549999, -12.08147073, -12.0826097299999, -12.0826097299999,
-12.0832974799999, -12.0840898549999, -12.0846288549999,
-12.0847806049999, -12.08497798, -12.0847322299999, -12.083931605,
-12.0799394799999, -12.076380855, -12.07542173, -12.0750409799999,
-12.07448048, -12.0741658549999, -12.0739589799999, -12.073841855,
-12.073632855, -12.0736511049999, -12.073626105, -12.07351948,
-12.0726016039999, -12.0714238549999, -12.0681582299999,
-12.0640351049999, -12.0641113549999, -12.0642402299998,
-12.0644472299998, -12.0644101039999, -12.06435548, -12.0638788549999,
-12.0636659799999, -12.0608398549999, -12.0608984799998,
-12.0608984799998, -12.0608672299999, -12.0603038549999,
-12.059944855, -12.0596487299999, -12.0594278549999, -12.0592363549999,
-12.05913348, -12.059111979, -12.0590803549999, -12.05900023,
-12.058962854, -12.058934855, -12.058921105, -12.0588151049998,
-12.0587289799999, -12.05840348, -12.05791998, -12.0577048549999,
-12.05750848, -12.057024855, -12.0569814799998, -12.0566362299999,
-12.056507605, -12.056694605, -12.057395855, -12.0587397299999,
-12.059288979, -12.0595812299999, -12.05970973, -12.05970973,
-12.0597797299999, -12.0598967289999, -12.0600361049999,
-12.06023823, -12.0605628549999, -12.0610177299999, -12.06113548,
-12.0618163549999, -12.0622464799999, -12.0625557299999,
-12.0625649799999, -12.0627512299999, -12.0629592299999,
-12.0630819799999, -12.0618234799999, -12.06068748, -12.0595858549999,
-12.0584767289999, -12.0579866049999, -12.0560657299999,
-12.053167979, -12.0510464799999, -12.0495469799999, -12.043815105,
-12.0391308549999, -12.0386074799999, -12.0323808549999,
-12.03087498, -12.0307499799999, -12.029456855, -12.0282988549999,
-12.0282324799999, -12.0281463549998, -12.0279746049999,
-12.02778323, -12.0274996049999, -12.027826229, -12.0281679799999,
-12.0293359799999, -12.028456354, -12.027903105, -12.027039605,
-12.02641898, -12.0252721049999, -12.0246244799998, -12.024226605,
-12.024179354, -12.0243199799999, -12.02422998, -12.02425998,
-12.0241388549999, -12.0240913549999, -12.024083354, -12.0240799799999,
-12.0239599799999, -12.0237809799999, -12.0234899799999,
-12.0233859799999, -12.023339979, -12.0233399799999, -12.0232899799999,
-12.0229599799999, -12.0228298549999, -12.0227799799999,
-12.02263998, -12.0226099799999, -12.0225399799999, -12.0224999799999,
-12.0214286049998, -12.0215438539998, -12.0216231049999,
-12.0217527299999, -12.0218608549999, -12.02168073, -12.0217312299999,
-12.0218344799999, -12.0219537299999, -12.02197073, -12.02197073,
-12.022004855, -12.02186848, -12.021868479, -12.0218003539999,
-12.0215958549999, -12.021425355, -12.0212208549999, -12.0212208549999,
-12.0210674799999, -12.0209652299999, -12.0207947299999,
-12.0205391049998, -12.0205562299998, -12.020351605, -12.020351605,
-12.0202664799999, -12.0201301049999, -12.0198573549999,
-12.0195336049999, -12.0192949799999, -12.0189114799999,
-12.0186047299999, -12.0183831049999, -12.0182127299999,
-12.0180763539999, -12.0178377299999, -12.0178207289999,
-12.0179058549999, -12.0179058549999, -12.017684355, -12.0175309799999,
-12.0172753539999, -12.017121854, -12.0169684799999, -12.0169514799999,
-12.0168833549999, -12.0167469799999, -12.0165083549999,
-12.0162867299999, -12.0160652299999, -12.0159458549999,
-12.0158777299999, -12.0158266049999, -12.0156391049999,
-12.0155027299999, -12.01526423, -12.0150256049999, -12.0147829799999,
-12.014623855, -12.0146052299999, -12.0145792289999, -12.0145028539999,
-12.014439105, -12.014305355, -12.0141876039999, -12.0140819799999,
-12.0138914789999, -12.0137194799999, -12.0135794789999,
-12.0134966049999, -12.0133628549999, -12.0133692299999,
-12.0132673549999, -12.013139979, -12.0130699799998, -12.0130399799999,
-12.0128979789999, -12.0127961049999, -12.0127833549998,
-12.0127833539999, -12.0128024799999, -12.0127897289999,
-12.012745229, -12.0126878549999, -12.0126304799999, -12.0125158549999,
-12.0125096049999, -12.0124649799999, -12.01238223, -12.0122293549999,
-12.0121528549999, -12.0118727299999, -12.011707105, -12.0116626049999,
-12.0116179799999, -12.01141423, -12.0112486049999, -12.011057605,
-12.0109047299999, -12.01086973, -12.01083148, -12.0108123539998,
-12.010672229, -12.0104939799999, -12.01029023, -12.0102456049999,
-12.0100736049999, -12.0100947289999, -12.0101118549999,
-12.0101182299999, -12.0100863549999, -12.009990855, -12.00990173,
-12.00988898, -12.0098252299999, -12.0097043549999, -12.0095642299999,
-12.0093986049999, -12.0092967289999, -12.0091757299999,
-12.0089973549999, -12.0088254789999, -12.0087427299998,
-12.008774479, -12.0087936049999, -12.0087936049999, -12.0087363549999,
-12.008685355, -12.008551605, -12.008564355, -12.00860898,
-12.008589855, -12.00860898, -12.008672605, -12.008653479,
-12.008564355, -12.0084114799999, -12.008271355, -12.008214105,
-12.00820773, -12.0082459799999, -12.0082523549999, -12.0082268549999,
-12.0081441049999, -12.008042105, -12.00801673, -12.00791473,
-12.0077811049999, -12.0075963549999, -12.0074117299998,
-12.00727798, -12.0071378549999, -12.0070799799999, -12.0071251049998,
-12.0070564799999, -12.0069588549999, -12.0069082299999,
-12.0068576039999, -12.00680698, -12.0065538549999, -12.0064778549999,
-12.0064526049999, -12.0065001049999, -12.006341855, -12.00633548,
-12.00630998, -12.00630998, -12.006341855, -12.006399105,
-12.00640548, -12.0063672299999, -12.006290855, -12.0062462299999,
-12.0061826049999, -12.0060871049998, -12.0060807299998,
-12.00602973, -12.00602973, -12.006029729, -12.00601698,
-12.0060106039998, -12.006010605, -12.00601698, -12.0058832299999,
-12.0058642299999, -12.0058299799999, -12.00584098, -12.0056603539999,
-12.0055012299999, -12.0054056049999, -12.0053356049999,
-12.00525923, -12.0051827299999, -12.0051573549998, -12.005068104,
-12.005010855, -12.00497898, -12.0049279799999, -12.004819729,
-12.004711479, -12.0046923539999, -12.004686104, -12.0046679799999,
-12.00469873, -12.004692355, -12.004692355, -12.0045968539999,
-12.0044822299999, -12.004418605, -12.00432948, -12.004138355,
-12.0037308549999, -12.0029606049999, -12.00227273, -12.0016718549999,
-12.0010621049999, -12.0004792299999, -11.9999052299999,
-11.999259605, -11.9988112299998, -11.998317979, -11.997788855,
-11.9975557299999, -11.9971252299999, -11.9968024799999,
-11.9965872299999, -11.9962957299999, -11.99611648, -11.9959371049999,
-11.99573973, -11.9955741049999, -11.9954797299999, -11.9950133549999,
-11.9944753549999, -11.9942869789999, -11.99382073, -11.9934978539999,
-11.9929482299999, -11.99282098, -11.9925941039999, -11.9936323549999,
-11.9959204799999, -11.996271355), .Dim = c(549L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-76.729184736,
-76.7280914859999, -76.7263256109999, -76.7251483609999,
-76.7238029859999, -76.7231302359999, -76.7232984859999,
-76.722289361, -76.721196236, -76.7206076109999, -76.7193462359999,
-76.7168236109999, -76.7152259859999, -76.714792986, -76.7164873609999,
-76.717664486, -76.718505361, -76.7203553609999, -76.722338736,
-76.7240442359999, -76.725958986, -76.7294766109999, -76.7325761109999,
-76.733805111, -76.7346804859999, -76.7350024859999, -76.7361053609999,
-76.737019236, -76.737937486, -76.7401387359999, -76.741903361,
-76.742713486, -76.7432898609999, -76.745180486, -76.746850486,
-76.748804236, -76.749528986, -76.750222236, -76.7512936109999,
-76.752900611, -76.7540009859999, -76.7549803609999, -76.7576073609999,
-76.7604947359999, -76.760784111, -76.7621962359999, -76.7658199859999,
-76.7690026109999, -76.774800611, -76.7758222359999, -76.7771953609999,
-76.7774072359999, -76.7798423609999, -76.782858736, -76.7828772359999,
-76.783279111, -76.7838272359999, -76.783900111, -76.784265611,
-76.7843021109999, -76.784557986, -76.785361861, -76.7865309859999,
-76.7879558609999, -76.7892712359999, -76.7905134859999,
-76.7918288609999, -76.7939479859999, -76.7946839859998,
-76.7958114859999, -76.7973824859999, -76.7987344859999,
-76.800780486, -76.8019862359999, -76.8033381109999, -76.8034429859999,
-76.805164986, -76.8066264859999, -76.8087456109999, -76.8103898609999,
-76.811814861, -76.813349361, -76.814701236, -76.816881736,
-76.8191032359999, -76.819767986, -76.820783611, -76.821319111,
-76.8218731109999, -76.822685486, -76.823579861, -76.8261383609999,
-76.827592361, -76.8277766109999, -76.828815861, -76.8312716109999,
-76.8316387359998, -76.831936736, -76.832019111, -76.832397236,
-76.8324316109999, -76.8335946109999, -76.8346692359999,
-76.8350754859999, -76.835333986, -76.836820611, -76.837207486,
-76.8347132359999, -76.832246611, -76.8321177369999, -76.8317263609999,
-76.8312832359999, -76.8307681109998, -76.8305407359999,
-76.830301111, -76.829893861, -76.829522611, -76.829127361,
-76.8286242359999, -76.8281856109999, -76.827898611, -76.8277228609999,
-76.8273547359999, -76.827270861, -76.8270912359999, -76.8268721109999,
-76.8266891109998, -76.826444486, -76.8262887359999, -76.8257138609999,
-76.8253186109999, -76.825090986, -76.824683861, -76.824252611,
-76.8237137359999, -76.8232944859999, -76.8227794859999,
-76.8221504859999, -76.821593736, -76.821090736, -76.820551736,
-76.8201324859999, -76.819809111, -76.8194258609999, -76.8191503609999,
-76.8188389859999, -76.8184017359999, -76.817806736, -76.8172571109999,
-76.816669611, -76.8161137359999, -76.815554611, -76.815175611,
-76.814667986, -76.8144016109999, -76.8142158609999, -76.813964361,
-76.8135931109999, -76.8132457359999, -76.813006236, -76.8126828609999,
-76.812095986, -76.8117007359999, -76.811144111, -76.810814361,
-76.8103952359999, -76.810071862, -76.8095448609999, -76.8091854859999,
-76.808826236, -76.808454861, -76.808155486, -76.8079278609999,
-76.8075566109999, -76.8071613609999, -76.806849986, -76.8062843609999,
-76.805727111, -76.805309736, -76.8050054859999, -76.804637736,
-76.804346736, -76.803843736, -76.8034963609999, -76.8029352359999,
-76.8025023609999, -76.8021081109999, -76.801328486, -76.8007443609999,
-76.8000707359998, -76.799705111, -76.7992471109999, -76.798853986,
-76.7981187359999, -76.7977286109999, -76.797482111, -76.7970632359999,
-76.796628486, -76.7961557359999, -76.7957352359999, -76.795220236,
-76.794908861, -76.7942022359999, -76.7935074859999, -76.7932919859999,
-76.792884736, -76.7924501109998, -76.7917133609999, -76.7907241109999,
-76.7891454859999, -76.7886192359999, -76.787892986, -76.786987986,
-76.786419611, -76.785167611, -76.7842722359999, -76.7836622359999,
-76.7831464859999, -76.782714986, -76.782472986, -76.7820519859999,
-76.7815994859999, -76.7811363609999, -76.7804417359999,
-76.780010236, -76.7796629859999, -76.7793156109998, -76.7788421109999,
-76.7785684859999, -76.777947486, -76.7775369859999, -76.7771792359999,
-76.7768529859999, -76.776600361, -76.776389861, -76.7762109859999,
-76.775890611, -76.7755823609999, -76.7751719859999, -76.774883986,
-76.774663861, -76.7743333609999, -76.7738642359999, -76.773644361,
-76.7733063609999, -76.7729539859999, -76.772513611, -76.7721904859999,
-76.771870486, -76.7713301109999, -76.770885611, -76.770475236,
-76.770254111, -76.769885861, -76.7695999859999, -76.769341486,
-76.7691596109999, -76.768907111, -76.768643986, -76.7681387359999,
-76.7677809859999, -76.7674862359999, -76.767296861, -76.7671178609999,
-76.766770611, -76.766408986, -76.766105986, -76.765749736,
-76.765297236, -76.764991986, -76.764615361, -76.764230861,
-76.763809236, -76.763565236, -76.763318611, -76.763129111,
-76.762897611, -76.7625608609999, -76.7623608609999, -76.762202986,
-76.7619924859999, -76.7616978609999, -76.761445236, -76.761161111,
-76.7609401109999, -76.7608243609999, -76.7606664859999,
-76.760476986, -76.7601192359999, -76.759834486, -76.7596212359999,
-76.7594347359999, -76.7592758609999, -76.759062236, -76.758704861,
-76.758399986, -76.7580913609999, -76.7576578609999, -76.7572976109999,
-76.756981611, -76.756664986, -76.756191611, -76.755956111,
-76.755621611, -76.755215861, -76.7546464859999, -76.7541507359999,
-76.753832361, -76.7534257359999, -76.753078361, -76.7526306109999,
-76.7523913609999, -76.7521212359999, -76.751923486, -76.7517523609999,
-76.751594486, -76.7514154859999, -76.7512049859998, -76.7509629859999,
-76.7507314859999, -76.750575736, -76.750442611, -76.750258486,
-76.750040986, -76.7497757359999, -76.7495283609999, -76.749258486,
-76.7489757359999, -76.748805486, -76.7486266109999, -76.7485213609999,
-76.748405611, -76.7482371109999, -76.748042986, -76.747869236,
-76.7477108609999, -76.7474478609999, -76.7471742359999,
-76.7468792359999, -76.746542736, -76.7460902359999, -76.745493736,
-76.745013861, -76.7447438609999, -76.7440137359999, -76.743734611,
-76.7435036109999, -76.7433196109999, -76.743158611, -76.7429303609999,
-76.7425791109999, -76.7422357359999, -76.741945986, -76.7416981109999,
-76.7415269859999, -76.741409361, -76.7413019859999, -76.741076611,
-76.740861986, -76.740629986, -76.739613611, -76.739071236,
-76.7385299859999, -76.737085986, -76.736285986, -76.735409986,
-76.7342452359999, -76.7339504859999, -76.7331709859998,
-76.732954986, -76.732246236, -76.732167611, -76.7312462359999,
-76.7308942359999, -76.7306506109999, -76.7302444859999,
-76.729184736, -11.9642611049999, -11.9661111049999, -11.9683814799999,
-11.969895105, -11.9723336049998, -11.974183605, -11.9769586049999,
-11.9798176049999, -11.9836857299999, -11.9851152299998,
-11.98646073, -11.988226605, -11.98999248, -11.9923648549999,
-11.99268323, -11.9931037299999, -11.99503773, -11.99806498,
-11.9995939799999, -11.9995669799999, -11.999935605, -11.999433605,
-11.9999724799999, -11.9999724799999, -12.0002718549999,
-12.0003821039999, -12.001075355, -12.0016424799999, -12.0022012299999,
-12.0026823549999, -12.0029344799999, -12.00344998, -12.0038167289999,
-12.0050772299999, -12.00646348, -12.0100243539999, -12.0117889799999,
-12.01386873, -12.015223605, -12.0163579799998, -12.0168414799999,
-12.0172718549999, -12.0175722289999, -12.0184692289999,
-12.0185174799999, -12.0187529799999, -12.0200132289999,
-12.0206434799999, -12.021273854, -12.0214618549999, -12.021714855,
-12.0217627299999, -12.0223136049999, -12.0232471049999,
-12.0213106049999, -12.0195933549999, -12.0182413549999,
-12.0150262299999, -12.012322355, -12.01118973, -12.00925323,
-12.0072072299999, -12.0059283549999, -12.0047957299999,
-12.0039553549998, -12.0034804799999, -12.0034804799999,
-12.00311498, -12.0030717299999, -12.00300548, -12.00300548,
-12.0030419799999, -12.00139773, -12.0001554799999, -11.9987671049999,
-11.9987502299999, -11.9984747299999, -11.9989862299999,
-12.0001189799999, -12.0012516049999, -12.0021649799999,
-12.00238423, -12.0020554789999, -12.001330105, -12.0011742299999,
-12.0011276049999, -12.0008876049999, -12.0005552289999,
-11.9999827299999, -11.9993181049999, -11.9987671039999,
-11.9978408549999, -11.9972506049999, -11.9971893549999,
-11.9968437299999, -11.996031355, -11.9957963549999, -11.99525848,
-11.9952679799999, -11.9951817299999, -11.995173855, -11.995695355,
-11.9962898539999, -11.996271355, -11.9959204799999, -11.9936323549999,
-11.9925941039999, -11.99124698, -11.9903892299999, -11.9903364799999,
-11.990279105, -11.990123355, -11.9899317299999, -11.9896904799999,
-11.989344855, -11.9889976049999, -11.9888178539999, -11.988841855,
-11.9887819799999, -11.9887442289999, -11.9886476049999,
-11.9885883549999, -11.988578355, -11.9885663549999, -11.9884706049999,
-11.9883016049999, -11.9882398549999, -11.98827898, -11.98827898,
-11.9881831049999, -11.9879914799999, -11.9879556039999,
-11.9878717299999, -11.9877039799999, -11.9875483539999,
-11.9872728549998, -11.9870572299999, -11.986778479, -11.986458355,
-11.9861349799999, -11.9858116039998, -11.9855362299999,
-11.9854403549999, -11.9853326049999, -11.9851888549999,
-11.985009229, -11.9849583549998, -11.984750355, -11.9845583539999,
-11.9843748549999, -11.984211855, -11.9840481049999, -11.98393698,
-11.9839009799999, -11.983882104, -11.9837636049999, -11.98366773,
-11.9836318549999, -11.983595855, -11.983595855, -11.9835479799999,
-11.9835479799999, -11.9835359799998, -11.9836509799999,
-11.9834881049999, -11.9834881049999, -11.983500105, -11.9835599799999,
-11.9835599799999, -11.98352398, -11.9834881049999, -11.9834761049999,
-11.9834641049999, -11.98340423, -11.9833204799999, -11.9832366049999,
-11.98318123, -11.98298698, -11.9828413549999, -11.9827352299998,
-11.98260698, -11.9826257299999, -11.982458105, -11.98238623,
-11.9822062299999, -11.9821458539999, -11.98209073, -11.98184723,
-11.9817179799999, -11.9814166049999, -11.98135023, -11.9811101049999,
-11.9808984789999, -11.980637604, -11.9803652299998, -11.9802543549999,
-11.9800659799999, -11.9798703549999, -11.9796578549999,
-11.9793439789999, -11.9791044799999, -11.9788769799999,
-11.978793105, -11.9787691049999, -11.9787092289999, -11.9787571049999,
-11.9788398549999, -11.9784714799999, -11.978218855, -11.977976855,
-11.9779978549999, -11.9779559799999, -11.9776927299999,
-11.977640105, -11.977484605, -11.9771992289999, -11.9769138549999,
-11.9766823549999, -11.9764823549999, -11.9761982289999,
-11.9759982299999, -11.9757246049999, -11.9755352299999,
-11.97521948, -11.9751457299999, -11.9751457299999, -11.9751457299999,
-11.9751352299999, -11.9752404799999, -11.9751457289999,
-11.975156355, -11.975156355, -11.9751247299999, -11.97511423,
-11.9750931039999, -11.9750931049998, -11.975070355, -11.9750823549998,
-11.97482423, -11.97464423, -11.9744196049999, -11.9743798549999,
-11.9742821049999, -11.974257355, -11.9742742299999, -11.974303855,
-11.97435323, -11.9743977299999, -11.974412355, -11.9742959799999,
-11.97426173, -11.9741881039999, -11.97413548, -11.973977605,
-11.9737421049999, -11.9736534799999, -11.973451355, -11.973261855,
-11.973125105, -11.972914605, -11.9727462289999, -11.972693605,
-11.9726199799999, -11.972588355, -11.972588355, -11.972645605,
-11.97260123, -11.9726619799999, -11.9725988549999, -11.9724409799999,
-11.97218148, -11.97194873, -11.9716936049999, -11.971564605,
-11.9713674799999, -11.9712728549999, -11.9712096039999,
-11.9711569799999, -11.9709886049999, -11.97082023, -11.97069398,
-11.9706203549999, -11.9706203549999, -11.9706413549999,
-11.97082023, -11.9708728549999, -11.97091498, -11.9710097299998,
-11.97114648, -11.9712762299999, -11.9712922299999, -11.9713063549999,
-11.9713222299998, -11.9713436049999, -11.9713794799999,
-11.97140998, -11.97134948, -11.9712646049999, -11.97119398,
-11.9711321039998, -11.9710606049999, -11.9709436049999,
-11.9708854799999, -11.9708027289999, -11.9707024799999,
-11.9705151039999, -11.97016998, -11.9700108549999, -11.9699783549999,
-11.9698731049999, -11.9695781049999, -11.9694919789998,
-11.969345855, -11.9691936049999, -11.96909098, -11.9689679799999,
-11.96885223, -11.96875748, -11.9686943549999, -11.9687048539999,
-11.9687102299999, -11.9687337299999, -11.9687042299998,
-11.968667355, -11.9685946049999, -11.9684736049999, -11.9683042299999,
-11.9680684799999, -11.9679154799999, -11.96779973, -11.9677471049999,
-11.9677051049999, -11.96767348, -11.9676491049999, -11.9676884799998,
-11.9676907299999, -11.967694605, -11.967698605, -11.9677028549999,
-11.9677051049999, -11.9677051039999, -11.9676509799999,
-11.96753798, -11.96747448, -11.9670517289999, -11.9667249799999,
-11.9663271049999, -11.9659442289998, -11.9658047299998,
-11.9656938549999, -11.9656222299999, -11.9655149799999,
-11.9654398549999, -11.9653217299999, -11.96521473, -11.9650642299999,
-11.9649139799999, -11.96478523, -11.96477448, -11.9647999799999,
-11.96476523, -11.9646157299999, -11.9643301049999, -11.9633023549999,
-11.9625921049999, -11.9623099799999, -11.9619803549999,
-11.9619276049999, -11.961788355, -11.961746729, -11.9616104799999,
-11.961585355, -11.961554104, -11.961851855, -11.9622038549999,
-11.963016105, -11.9642611049999), .Dim = c(377L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-77.0285801109999,
-77.0279442359999, -77.0276418609999, -77.0276577359999,
-77.0276836109999, -77.027877111, -77.0285321109999, -77.029562487,
-77.0294512359999, -77.0293719859999, -77.0291368619999,
-77.0289521109999, -77.029103236, -77.029556737, -77.0301782359999,
-77.0303293619999, -77.0302998609999, -77.0302286109999,
-77.030144611, -77.0301951109999, -77.0302969859999, -77.0304302369999,
-77.0304638609999, -77.030346236, -77.0305646109999, -77.030654236,
-77.031152487, -77.031958736, -77.032697861, -77.0334617359999,
-77.033688862, -77.038039361, -77.0401334869999, -77.0405136109999,
-77.0439297359999, -77.0448769859999, -77.0450767359999,
-77.0452528609999, -77.045298111, -77.0453134859999, -77.045372986,
-77.045566612, -77.045698736, -77.045720737, -77.045781361,
-77.045865611, -77.0458066109999, -77.0456699859999, -77.045716861,
-77.045885861, -77.0459409869999, -77.0460994859998, -77.0462649859999,
-77.0463752359999, -77.046588861, -77.0469679859999, -77.047257486,
-77.047433611, -77.047767611, -77.047953736, -77.0480639869999,
-77.0481191109999, -77.048187986, -77.048187986, -77.0482018609999,
-77.0482432359999, -77.048318986, -77.0483809859999, -77.0484913609999,
-77.0485671109999, -77.0486361109998, -77.0486521109999,
-77.0488014859999, -77.0487658609999, -77.048822236, -77.0488291119999,
-77.0487808609999, -77.0487257359999, -77.048644111, -77.048698111,
-77.0487946109999, -77.048856611, -77.048842861, -77.0488152359998,
-77.0487669859999, -77.048787736, -77.0487687359999, -77.0488703619999,
-77.0489599859999, -77.0490781119999, -77.049187487, -77.049235736,
-77.0493184859999, -77.049339112, -77.0493391109999, -77.0493391109999,
-77.049351612, -77.0497128609999, -77.050271486, -77.052969111,
-77.0532121109999, -77.0536104859999, -77.0537499859999,
-77.057525861, -77.0593823619999, -77.061402361, -77.0619687359999,
-77.062528237, -77.0629082359999, -77.0631897369999, -77.0639138619999,
-77.064042736, -77.0652339869999, -77.065630861, -77.0662382369999,
-77.0642342369999, -77.061122986, -77.0598203609999, -77.059339861,
-77.0581243609999, -77.057997486, -77.0577014859999, -77.057618486,
-77.0576071119999, -77.0573632359999, -77.0571582359999,
-77.0570479859999, -77.0569956109999, -77.0567159859999,
-77.056442736, -77.056332111, -77.056148236, -77.0561112359999,
-77.0560348619999, -77.0557292359999, -77.0556938609999,
-77.0552936109999, -77.054773986, -77.054391862, -77.054176236,
-77.053986862, -77.0534442359998, -77.052896861, -77.052340987,
-77.052254236, -77.0521121109999, -77.051801486, -77.0514797359999,
-77.0501829859999, -77.0493328609999, -77.0485153609999,
-77.047926737, -77.0471256109999, -77.0460793619999, -77.044440986,
-77.0443953609999, -77.0429566109999, -77.0418448619999,
-77.041709861, -77.040373486, -77.0391799859999, -77.0374142359999,
-77.035893862, -77.034978236, -77.0340627369999, -77.0329346109999,
-77.0313324859999, -77.029457362, -77.0282812359999, -77.028716736,
-77.028792987, -77.0285801109999, -11.9646172299999, -11.965714105,
-11.96635248, -11.9666196049999, -11.9670546049999, -11.967578604,
-11.968569729, -11.971109355, -11.975673855, -11.977976105,
-11.980546105, -11.98219223, -11.98293123, -11.983754355,
-11.9848797299999, -11.98580348, -11.9860208549999, -11.9865426049999,
-11.9872481039999, -11.9884407299999, -11.988964854, -11.9896501049999,
-11.9907419799998, -11.9927408549999, -11.994672479, -11.9963887299999,
-11.997141729, -11.9987373549999, -11.9999636049999, -12.0009346049999,
-12.0012233549999, -12.004431605, -12.0065756049999, -12.006964855,
-12.0101211049999, -12.0117128549998, -12.0122487289999,
-12.01295873, -12.0136317299999, -12.0138613539999, -12.0139739799999,
-12.01434023, -12.0147089799999, -12.015209855, -12.0159364799999,
-12.0164949799999, -12.0166757299999, -12.016890605, -12.0171466049999,
-12.0171734799999, -12.0172493539999, -12.017442355, -12.0176146049999,
-12.0176836049998, -12.01775248, -12.0178421049999, -12.0178421049999,
-12.0178437299999, -12.0178283549999, -12.0174423539999,
-12.0171666049999, -12.0170287299999, -12.01669098, -12.0165048549998,
-12.01630498, -12.0160982299998, -12.015863855, -12.0156812289999,
-12.0154537299999, -12.0153709799999, -12.01527448, -12.015123855,
-12.0150194799999, -12.01491548, -12.0148541049999, -12.0147368549999,
-12.014661105, -12.01457148, -12.014482105, -12.01434398,
-12.0141096049999, -12.013916605, -12.0136753539999, -12.0135168539999,
-12.0132549799999, -12.0130964799999, -12.012915855, -12.0128069799999,
-12.0126966049999, -12.0126406049999, -12.0125932299999,
-12.0125449799999, -12.012489855, -12.01237273, -12.01224173,
-12.0121176049999, -12.0114609789999, -12.010802605, -12.0105409799999,
-12.0110326049999, -12.0099794799999, -12.0081161049999,
-12.0074783549999, -12.007954105, -12.0082039789999, -12.008361355,
-12.0046172299999, -12.0004033549999, -11.9975409799999,
-11.9959851049999, -11.9920632299999, -11.9913491039999,
-11.984797855, -11.98158598, -11.9776386049999, -11.9773496049999,
-11.9769023549999, -11.9769199799999, -11.9771347299999,
-11.9768422299999, -11.9763087289999, -11.975368729, -11.9751686049999,
-11.975141105, -11.9751183549999, -11.975131355, -11.97520198,
-11.9752353549999, -11.975248355, -11.975186605, -11.9750109799999,
-11.97481448, -11.9746799789999, -11.9744239799999, -11.97417173,
-11.9741543549999, -11.9739578539999, -11.97360623, -11.973285355,
-11.9731591049999, -11.9730483549998, -11.97278098, -11.9721252299999,
-11.97101348, -11.9706911049999, -11.970163355, -11.9696892289999,
-11.9695917299998, -11.9691988549999, -11.9685938549999,
-11.9677927299999, -11.9670079799999, -11.9663702289999,
-11.965896229, -11.9655621049998, -11.9655529799999, -11.96548748,
-11.9656183549999, -11.965613855, -11.96556923, -11.9652423549999,
-11.9643921049999, -11.9636237299999, -11.963067855, -11.9624138549999,
-11.9617437299999, -11.9612802299999, -11.9608806049999,
-11.9606777299998, -11.96251948, -11.9640194799999, -11.9646172299999
), .Dim = c(172L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-77.1121933609999,
-77.112027111, -77.111790986, -77.1111386119999, -77.1106797369999,
-77.1111314859999, -77.1112374859999, -77.1113338609999,
-77.1117808609999, -77.1124021109999, -77.1126504859999,
-77.1126471109999, -77.1126212359998, -77.1123144869999,
-77.112343736, -77.1127672359999, -77.113307736, -77.1139359859999,
-77.1146661109999, -77.1152317359999, -77.1156301119999,
-77.1157037359999, -77.115819986, -77.116199861, -77.116360486,
-77.1166233609999, -77.1170762359999, -77.117382987, -77.1179244859999,
-77.1181493609999, -77.1182343609999, -77.1182891109999,
-77.1183848619999, -77.1184277359999, -77.1184331109999,
-77.1184223609999, -77.1183421109999, -77.1180904869999,
-77.1179137359999, -77.1176836109999, -77.117377362, -77.1173088619999,
-77.117186487, -77.116243611, -77.114965236, -77.114064736,
-77.113256361, -77.1129843609999, -77.1128339869999, -77.1125391109999,
-77.1110729869999, -77.110404237, -77.1101706119999, -77.109486362,
-77.1070488609999, -77.104388736, -77.103770361, -77.1035883609999,
-77.103411611, -77.103293862, -77.1031149859999, -77.1030743619999,
-77.1027587359999, -77.1024882359999, -77.1003163609999,
-77.1001433609999, -77.099731861, -77.0993592359999, -77.0984919859999,
-77.098165986, -77.098246111, -77.0983398609999, -77.097739111,
-77.096162861, -77.095928987, -77.0954513609999, -77.0952692359999,
-77.0950178609999, -77.094771486, -77.094691111, -77.0945819859999,
-77.094322112, -77.0941933609999, -77.0941076109999, -77.0940487359999,
-77.0940326109999, -77.094080611, -77.094086236, -77.0942002359999,
-77.0944127359999, -77.0944203609999, -77.0944556109999,
-77.094409736, -77.094305736, -77.0939201109999, -77.093935361,
-77.094150486, -77.094225361, -77.094211612, -77.0941129859999,
-77.0941289869999, -77.0941757369999, -77.093511736, -77.0927519869999,
-77.0920626109999, -77.0917312369999, -77.091624112, -77.091608111,
-77.0916191109999, -77.0911526109999, -77.090799236, -77.0900604869999,
-77.089589861, -77.0891191109999, -77.087609362, -77.087285111,
-77.0872714869999, -77.0873104859999, -77.0874159859999,
-77.0877714869999, -77.087861361, -77.089839862, -77.0913749859999,
-77.090677736, -77.0914766109999, -77.0925801109999, -77.0932402369999,
-77.0940078609999, -77.0944159859999, -77.0961836119999,
-77.0949511109999, -77.095085986, -77.093462862, -77.0935878619999,
-77.093466986, -77.094458861, -77.0972968609999, -77.099130862,
-77.0983203609999, -77.0815468609999, -77.0786797359999,
-77.077027362, -77.0768672359999, -77.0768944869999, -77.077068362,
-77.077482361, -77.0782187359999, -77.0851484859999, -77.087600736,
-77.0979354859999, -77.1058417359999, -77.1131367359999,
-77.119492236, -77.127800736, -77.1342363619999, -77.132939487,
-77.1329072359999, -77.132810486, -77.132593861, -77.132771486,
-77.132941361, -77.1331503609999, -77.133357486, -77.133550736,
-77.1337578609999, -77.1341484859998, -77.1343886119999,
-77.134656236, -77.1349062359998, -77.135179737, -77.135396487,
-77.1359433609999, -77.1366113619999, -77.1373496109999,
-77.138039111, -77.1387148609999, -77.138986361, -77.139464861,
-77.140072236, -77.1404336119999, -77.140816361, -77.1420781109999,
-77.1427832359999, -77.1433691119999, -77.143902361, -77.144517611,
-77.1446582359999, -77.1447617359999, -77.1449277359999,
-77.145085987, -77.1452187359999, -77.145361361, -77.1454981109999,
-77.1456054859999, -77.1461582359999, -77.1463378609999,
-77.146455111, -77.1465351109999, -77.1466229859999, -77.1466797359999,
-77.1467207359999, -77.146736361, -77.1467402359999, -77.146736361,
-77.1467343619999, -77.146787111, -77.146962862, -77.147081986,
-77.1471288609999, -77.1475019859999, -77.1474101119999,
-77.1469297359999, -77.1469082369999, -77.1468613609999,
-77.146824236, -77.1468163619999, -77.1468731109999, -77.1469257369999,
-77.1469708609999, -77.147029236, -77.147095736, -77.1471777359999,
-77.1472499859999, -77.147355487, -77.147544861, -77.147763611,
-77.147869111, -77.147978487, -77.148113236, -77.1483496119999,
-77.1485253609999, -77.148697236, -77.1488183609999, -77.149046861,
-77.149191236, -77.149322236, -77.149386737, -77.1494238609999,
-77.1489804859999, -77.148999986, -77.150156237, -77.1501367359999,
-77.149578111, -77.149513611, -77.1494804869998, -77.1496386109999,
-77.149822236, -77.150056612, -77.150435487, -77.1506056109999,
-77.1508652359999, -77.1511269869999, -77.151419861, -77.151636737,
-77.1519042359999, -77.1521523619999, -77.1523222359999,
-77.1524979869999, -77.152654236, -77.1527382359999, -77.1527851119999,
-77.152796861, -77.1519161109999, -77.151919861, -77.1533652369999,
-77.1534512359999, -77.153425737, -77.153378862, -77.152955112,
-77.152914112, -77.152943361, -77.152976611, -77.1530156109999,
-77.153107361, -77.153249987, -77.153456986, -77.153540987,
-77.1538319859999, -77.1540097359999, -77.1542109869999,
-77.1544316109999, -77.154701237, -77.154874987, -77.155173862,
-77.155414111, -77.155699237, -77.1559569859999, -77.1561562359999,
-77.156232361, -77.156267612, -77.156419861, -77.156511861,
-77.156580111, -77.1566836109999, -77.156769487, -77.156876987,
-77.1569569869999, -77.157003862, -77.1570547359999, -77.1571054859999,
-77.1571464859999, -77.1571836109999, -77.1572519859999,
-77.1573416109999, -77.1574042359999, -77.1575332369999,
-77.157597611, -77.1576582369999, -77.1579297369999, -77.157992237,
-77.1579297369999, -77.1579568609999, -77.1579979859999,
-77.1580626109999, -77.158132861, -77.158214861, -77.1583769869999,
-77.1583086109999, -77.1582441119999, -77.1581874859999,
-77.158122987, -77.158078111, -77.1580156109999, -77.1579159859999,
-77.157796861, -77.1576972359999, -77.1575762359999, -77.1574843619999,
-77.157404237, -77.1574941109999, -77.1573242359999, -77.157244111,
-77.157189487, -77.1571288619999, -77.157070362, -77.157007861,
-77.1569062359999, -77.156833987, -77.1567521109999, -77.1566874859999,
-77.1565957359999, -77.156509737, -77.1564433619999, -77.1563926119999,
-77.156353487, -77.1563066119999, -77.156255861, -77.156206987,
-77.1560292359999, -77.155705112, -77.156462862, -77.156419862,
-77.155640612, -77.1555839859999, -77.1555097359999, -77.155412112,
-77.155185487, -77.1549784869999, -77.1546836109999, -77.1544101109999,
-77.1541152359999, -77.153679611, -77.153203111, -77.1529082359999,
-77.152513611, -77.152367237, -77.1522676119999, -77.1522148609999,
-77.1522422359999, -77.152285112, -77.1522578619999, -77.152191361,
-77.152124986, -77.152052737, -77.1519922369999, -77.1519354859999,
-77.151898487, -77.1518614859999, -77.151800736, -77.151769487,
-77.1518103609999, -77.1518027359999, -77.151712861, -77.1515371119999,
-77.1513359859999, -77.1510663609999, -77.1508144859999,
-77.1506152359999, -77.150435487, -77.1502461109999, -77.1500937359999,
-77.1499941119999, -77.149859361, -77.1498027359999, -77.1497148609999,
-77.149646487, -77.149560486, -77.149484236, -77.1493808609999,
-77.1492753619999, -77.1494023619999, -77.149285111, -77.1492832359999,
-77.1492304859999, -77.148621111, -77.1488183609999, -77.1491113619999,
-77.1491484859999, -77.149224611, -77.1488516109999, -77.1488926119999,
-77.150396487, -77.150365361, -77.1536679869999, -77.154632861,
-77.155664111, -77.1563808609999, -77.156320361, -77.1556562359999,
-77.1545859859999, -77.1536073619999, -77.1503027369998,
-77.1497051109999, -77.149826111, -77.147634736, -77.147324237,
-77.1490624859999, -77.149949237, -77.1499647359998, -77.149634737,
-77.1491113609999, -77.1489941119999, -77.1488281109999,
-77.148714861, -77.147515611, -77.1469238609999, -77.1444374869999,
-77.1443926109999, -77.1460058619999, -77.145997987, -77.1443906109999,
-77.144324237, -77.1459316119999, -77.145884736, -77.144292986,
-77.144171862, -77.1457988609999, -77.145748111, -77.1441269859999,
-77.144033236, -77.145685612, -77.1456622359999, -77.1440409859999,
-77.144007861, -77.1452694859998, -77.1457558619999, -77.146271486,
-77.145015612, -77.144017611, -77.1427284859999, -77.1427812359998,
-77.1427482359999, -77.142486361, -77.1420566109999, -77.141773486,
-77.1415839859999, -77.1413672359999, -77.141283237, -77.141107361,
-77.1408243609999, -77.140837861, -77.1413339859999, -77.1413534859998,
-77.1412499859999, -77.1410683619999, -77.1412753609999,
-77.1412792359999, -77.1409726109999, -77.140894487, -77.140908237,
-77.140925736, -77.140933611, -77.1409336119999, -77.1410253619999,
-77.1409863609999, -77.141142611, -77.140925736, -77.140915986,
-77.140915987, -77.1409061119999, -77.140896486, -77.140871111,
-77.140863237, -77.140847611, -77.1407382359999, -77.140828111,
-77.140822236, -77.140828111, -77.1408339859998, -77.140831986,
-77.140800736, -77.140775361, -77.1407499869999, -77.1407499859999,
-77.1407716119999, -77.1408047359999, -77.140859361, -77.140904237,
-77.1409433609999, -77.140970737, -77.1410097359999, -77.1410547359999,
-77.141097611, -77.141681486, -77.1425626119999, -77.1426424859999,
-77.1401543619999, -77.140341861, -77.140505861, -77.140494111,
-77.140392611, -77.1395586109999, -77.1390801119999, -77.1387656109999,
-77.139195236, -77.1422948619999, -77.142357487, -77.141081986,
-77.140580111, -77.1403808609999, -77.1406658609999, -77.143634736,
-77.143683611, -77.1407069859999, -77.141035111, -77.142556611,
-77.142626986, -77.1410976119999, -77.141185611, -77.1429531119999,
-77.1457871109999, -77.146281237, -77.1467011119999, -77.1474238619999,
-77.147550736, -77.1476191119999, -77.147685487, -77.147826111,
-77.1479864859999, -77.148197237, -77.1483437359999, -77.1484686119999,
-77.1485801109999, -77.148718737, -77.1488692359999, -77.1489687359999,
-77.149058611, -77.149029237, -77.148962861, -77.149249987,
-77.1491484869999, -77.149191236, -77.1492734859999, -77.1494257369999,
-77.149552737, -77.149609361, -77.1495899869999, -77.149583986,
-77.149787111, -77.1497422369999, -77.1499257359999, -77.1499804869999,
-77.1504882359999, -77.1510819869998, -77.1517929859999,
-77.1526464859999, -77.1532441119999, -77.1540117359999,
-77.1552246119999, -77.1555038609999, -77.1556837359999,
-77.1557402359999, -77.1558242359999, -77.1560781109999,
-77.156287111, -77.156283237, -77.155869111, -77.1557558619999,
-77.155144486, -77.154818362, -77.154320237, -77.1533104859999,
-77.1517304869998, -77.1510136109999, -77.150361361, -77.149859361,
-77.1494609859999, -77.1491347359999, -77.1488339859999,
-77.148716736, -77.1484999859999, -77.148220737, -77.1477128619999,
-77.1477266119999, -77.147773361, -77.147808611, -77.147843737,
-77.1478886119999, -77.1479257359999, -77.1479433619999,
-77.147830112, -77.148347611, -77.1484609859999, -77.1485156109999,
-77.1485547359999, -77.148542987, -77.148480487, -77.1483847359999,
-77.148283237, -77.1481894859999, -77.1477187359999, -77.1460957369999,
-77.1460176109999, -77.145945361, -77.145861361, -77.1457461109999,
-77.145640611, -77.145611362, -77.1456172359999, -77.1454863609999,
-77.145437487, -77.145365237, -77.145308611, -77.1452578609999,
-77.1451874859999, -77.145058611, -77.145048862, -77.145019486,
-77.144988237, -77.1449511119999, -77.1449198609999, -77.1449003609999,
-77.144872987, -77.144822237, -77.1447832359999, -77.1446582359999,
-77.144552736, -77.144531237, -77.1444922359999, -77.1444198619999,
-77.1443906119999, -77.1443319859999, -77.144292987, -77.1441894869999,
-77.1441347369999, -77.1440781109999, -77.1440253609999,
-77.143990236, -77.143925861, -77.1438731109999, -77.1438163619999,
-77.1437676119999, -77.143681611, -77.143621111, -77.1435176109999,
-77.143468736, -77.143414111, -77.143351611, -77.1432148609999,
-77.143158237, -77.143113236, -77.143027361, -77.142982361,
-77.1429746109999, -77.142960987, -77.1429198609999, -77.1428691119999,
-77.142777361, -77.1427382359998, -77.1427382359998, -77.1426894859999,
-77.1426073609999, -77.142546861, -77.1424766109999, -77.1424141109999,
-77.1423047359999, -77.1422324859999, -77.1421641119999,
-77.1421113619999, -77.1420274859999, -77.1419589859998,
-77.1418964859999, -77.1418339859999, -77.141769487, -77.141630861,
-77.141554737, -77.1414179859999, -77.1412656109999, -77.141121111,
-77.1410646109999, -77.1409551119999, -77.140915987, -77.1408789859999,
-77.1408281119999, -77.1407773619999, -77.1407226109999,
-77.140652361, -77.1405742359998, -77.1405078609999, -77.140451236,
-77.140328111, -77.1403261109999, -77.140392611, -77.1404783619999,
-77.1404863609999, -77.1404726119999, -77.1404433609999,
-77.1404121119999, -77.140374987, -77.140322236, -77.1403144859999,
-77.1403281119999, -77.140361361, -77.140406236, -77.1404453609999,
-77.1404374859999, -77.1404354859999, -77.140451236, -77.140439487,
-77.1404101109999, -77.1403593609999, -77.1402734859999,
-77.140224611, -77.140136737, -77.140083986, -77.140019486,
-77.139941361, -77.1399003609999, -77.1398711119999, -77.1398476119999,
-77.139798861, -77.1397519859999, -77.139724611, -77.1396874859998,
-77.1396288609999, -77.139564486, -77.1395078619999, -77.139470737,
-77.139449237, -77.139466737, -77.139478487, -77.139447236,
-77.1393867369999, -77.1393203609999, -77.1392636119999,
-77.139199236, -77.1391582369999, -77.139097611, -77.138966861,
-77.1387636109999, -77.138718737, -77.1387441109999, -77.1388144869998,
-77.138863236, -77.138923861, -77.1391464859998, -77.1392128609999,
-77.1392656119999, -77.1393066109999, -77.1393847359998,
-77.139447237, -77.1395781109999, -77.139718736, -77.1397851109999,
-77.1399257369999, -77.139994111, -77.140103611, -77.140146487,
-77.140234361, -77.140281237, -77.1403086119999, -77.140335987,
-77.140331987, -77.140292987, -77.140289111, -77.140318236,
-77.1404218609999, -77.1404492359999, -77.1404804859999,
-77.1405273619999, -77.140630861, -77.1407148609999, -77.1407304859999,
-77.1407363619999, -77.1407363609999, -77.1407246109999,
-77.1407051109999, -77.140710986, -77.140796861, -77.1408574859999,
-77.140894486, -77.140949236, -77.1409863609999, -77.1410194859999,
-77.1410527359999, -77.141177736, -77.1412812359999, -77.141451237,
-77.1415781109999, -77.1416562359998, -77.141996111, -77.1420898619999,
-77.1421503619999, -77.142161986, -77.1421308619999, -77.141962861,
-77.1418399859999, -77.141728486, -77.141630861, -77.1414823609999,
-77.141253736, -77.1407069859999, -77.1405097359998, -77.1402031109999,
-77.139953111, -77.139771487, -77.139550736, -77.139501986,
-77.139425737, -77.1393652359999, -77.1393124859999, -77.139236361,
-77.139187486, -77.139156236, -77.1390722359999, -77.1390156109999,
-77.1389413619999, -77.138839861, -77.138728487, -77.138667987,
-77.138591736, -77.138556611, -77.1384922359999, -77.138415986,
-77.138380861, -77.1383301119999, -77.138290986, -77.1382714859999,
-77.138175737, -77.1381308609999, -77.138070361, -77.138056611,
-77.1379784859998, -77.1379354859998, -77.1378926119999,
-77.137863237, -77.1378261119999, -77.137781236, -77.1377148609999,
-77.1376659869999, -77.137595737, -77.137533236, -77.1375116109999,
-77.1375058619999, -77.1374511119999, -77.1374433619999,
-77.1373847359999, -77.1372871109999, -77.137236361, -77.1371426119999,
-77.137074236, -77.136956986, -77.136863236, -77.1367948619999,
-77.1367481119999, -77.1367128609999, -77.136673861, -77.1366269869999,
-77.1366231119999, -77.1365683609999, -77.1365527359999,
-77.136499986, -77.136429737, -77.136349611, -77.136146486,
-77.1362714859999, -77.136343736, -77.1364003609999, -77.136425736,
-77.136417987, -77.1363769859998, -77.1363144859999, -77.136283237,
-77.1362519859999, -77.136228611, -77.136144486, -77.136103487,
-77.1360859859999, -77.1360976109999, -77.1360976109999,
-77.1360761119999, -77.136037111, -77.1360371119999, -77.136044861,
-77.136066361, -77.136078111, -77.1360293619999, -77.1359804859999,
-77.1359531119999, -77.135956987, -77.1359003609999, -77.135871111,
-77.135849611, -77.1358144869999, -77.1357948619999, -77.1357714859998,
-77.1357206119999, -77.135648486, -77.135572237, -77.135550737,
-77.135534987, -77.135529236, -77.1355333609999, -77.1355663609999,
-77.135611361, -77.1356426109999, -77.135646486, -77.1356093609999,
-77.1374238619999, -77.1374394859999, -77.136923737, -77.1355663609999,
-77.1355448619999, -77.1355058619999, -77.1354589859999,
-77.1354297359999, -77.135453236, -77.1354336109999, -77.1352656119999,
-77.135238236, -77.135261736, -77.1352401109999, -77.135226611,
-77.135197236, -77.1352089859998, -77.1351641119999, -77.1351602359999,
-77.1351426119999, -77.135083986, -77.135011737, -77.134964861,
-77.1349374869999, -77.1349277369999, -77.134892486, -77.1348788619999,
-77.134865361, -77.1348691109999, -77.1348613609999, -77.1348417359998,
-77.134835987, -77.134824237, -77.1348203609999, -77.134771486,
-77.134740236, -77.1347011109999, -77.134687486, -77.134677736,
-77.134675736, -77.1346503619999, -77.1345819869999, -77.1345409859999,
-77.1345177359999, -77.1345058609999, -77.134501986, -77.1344413609999,
-77.134404361, -77.1343867359998, -77.1343222359998, -77.134300737,
-77.1342753609999, -77.1342656109999, -77.134240236, -77.1342128619999,
-77.134175737, -77.134167987, -77.134164111, -77.1341484869999,
-77.134144611, -77.1341016109999, -77.1340742369999, -77.1340527359999,
-77.1340527359999, -77.134023486, -77.1339961119999, -77.133978486,
-77.1339551109999, -77.133949236, -77.133947236, -77.133927736,
-77.1338906109999, -77.1338691109999, -77.133833986, -77.1338261109999,
-77.1338066119999, -77.1337656109999, -77.1336933619999,
-77.133689611, -77.1336601109999, -77.1336073609999, -77.1335976109999,
-77.133605487, -77.1335996119999, -77.1335781119999, -77.1335878609999,
-77.1335624869999, -77.133558611, -77.133531236, -77.133490237,
-77.133460986, -77.133439487, -77.133417986, -77.133425737,
-77.1333906109999, -77.1333828619999, -77.133355486, -77.133331987,
-77.133330111, -77.133318361, -77.133288986, -77.1332714869999,
-77.133253861, -77.1332266109999, -77.1332187359998, -77.1331854859999,
-77.1331738609999, -77.1331426109999, -77.1330996109999,
-77.1330781109999, -77.1330683609999, -77.1330448609999,
-77.1330351109999, -77.132997986, -77.1329922359999, -77.132990236,
-77.133011736, -77.1330078619999, -77.1330019859998, -77.1329823619999,
-77.132986361, -77.132988236, -77.1329766109999, -77.132966986,
-77.1329531109999, -77.1329316119999, -77.1329336109999,
-77.1329277359999, -77.1329198609999, -77.1329003609999,
-77.1329003609999, -77.1328711109999, -77.132855486, -77.132845736,
-77.132841861, -77.132845736, -77.132835987, -77.132798861,
-77.132790987, -77.1327773619999, -77.132777361, -77.1327637369999,
-77.1326679869999, -77.1326132359998, -77.1326249859999,
-77.1327011109999, -77.132781361, -77.132824237, -77.132814487,
-77.1328066109999, -77.132767611, -77.1327422359998, -77.132761737,
-77.1327753609999, -77.1327988619999, -77.132814486, -77.1328496109999,
-77.132835986, -77.132820361, -77.132808486, -77.1328183619999,
-77.1328301109999, -77.132812486, -77.1327851109999, -77.1327656109999,
-77.1327753609999, -77.132820361, -77.1328398619999, -77.1328573609999,
-77.1328847359999, -77.132884737, -77.1328926119999, -77.132888737,
-77.1328788609999, -77.132876986, -77.132824236, -77.132757861,
-77.1327226109999, -77.1327011109999, -77.1326659869999,
-77.132687486, -77.132746111, -77.1327676119999, -77.132810487,
-77.1328573609999, -77.1329003609999, -77.1329354869999,
-77.1329999869999, -77.1330136109999, -77.133029361, -77.1330351109999,
-77.133050736, -77.1331093619999, -77.1331544859999, -77.1331503609999,
-77.1331561109999, -77.1332109859999, -77.1332422359999,
-77.133253861, -77.1332734859999, -77.133310486, -77.1333261119999,
-77.1333301119999, -77.133335986, -77.1333496109999, -77.133363236,
-77.1333476119999, -77.133376986, -77.1333926109999, -77.133419986,
-77.133429737, -77.1334941109999, -77.1335292369999, -77.1335409869999,
-77.1335351119999, -77.1335449869999, -77.133552736, -77.133621111,
-77.1337168609999, -77.1337694859999, -77.1338359869999,
-77.133894486, -77.133927736, -77.1339726109999, -77.1340156119999,
-77.1340273609999, -77.1340859859999, -77.134099611, -77.134111361,
-77.134146487, -77.1341816109999, -77.134240236, -77.1342968609999,
-77.1343281109999, -77.134363236, -77.1343886109999, -77.134425737,
-77.134456986, -77.134466861, -77.1344823609999, -77.134501986,
-77.1345156109999, -77.134531236, -77.1345566109999, -77.1345819859998,
-77.1346034869999, -77.1346251109999, -77.1346386119999,
-77.134656236, -77.1346913619999, -77.1347128609999, -77.134742236,
-77.1347676119999, -77.134781237, -77.1348066109999, -77.1348398609999,
-77.1348672359999, -77.134888611, -77.1349179859999, -77.1349471119999,
-77.1349746119999, -77.135001987, -77.135023486, -77.1350371109999,
-77.1350683609999, -77.135091737, -77.135103487, -77.1351113619999,
-77.1351211109999, -77.1351426109999, -77.1351523609999,
-77.1351621119999, -77.1351738619999, -77.1352109859999,
-77.1352538609999, -77.1353183609999, -77.1353788609999,
-77.1354276109999, -77.1354766109999, -77.1355234859999,
-77.1355683619999, -77.135648487, -77.1357284859998, -77.1358027369999,
-77.135863237, -77.135906236, -77.1359413619999, -77.1359668609999,
-77.1360038609999, -77.136044861, -77.136126987, -77.136189486,
-77.136242236, -77.136318361, -77.1363828619999, -77.136398487,
-77.136408236, -77.1364628609999, -77.1365078619999, -77.1365292359998,
-77.1365781109999, -77.1365781109999, -77.136597611, -77.136634736,
-77.136695361, -77.1367461119999, -77.136773486, -77.1368301119999,
-77.1368476119999, -77.1368944869999, -77.1369531119999,
-77.137033237, -77.137093737, -77.1371191109999, -77.137206987,
-77.1372578619999, -77.137314487, -77.137355486, -77.1373867359999,
-77.1373964859999, -77.137435486, -77.1374746119999, -77.137509736,
-77.1375448619999, -77.1375781109999, -77.1376757369999,
-77.137728486, -77.1377832359998, -77.1378048619999, -77.137845737,
-77.1378476109999, -77.1378691119999, -77.1379551119999,
-77.138013611, -77.1380371119999, -77.138050736, -77.1380644859998,
-77.138074236, -77.1380898619999, -77.138111361, -77.1377793619999,
-77.1357637359999, -77.1356816109999, -77.1354453619999,
-77.135304736, -77.135203111, -77.1347119869999, -77.1346949859999,
-77.1342468619999, -77.1339779859999, -77.133659236, -77.1336407359999,
-77.1333456119999, -77.1330069859999, -77.1329771109999,
-77.132668361, -77.132394486, -77.132225111, -77.1320209859999,
-77.131851736, -77.1316326109999, -77.1314881119999, -77.131368611,
-77.1312441109999, -77.1310549859999, -77.1309204859999,
-77.130751237, -77.130621737, -77.130457361, -77.130307987,
-77.1301137359999, -77.129844861, -77.1296551119999, -77.1293351109999,
-77.129192861, -77.1290551119999, -77.128920111, -77.128765861,
-77.1286613619999, -77.128488236, -77.1274629859998, -77.126456987,
-77.124031236, -77.1232968609999, -77.1229238609999, -77.1221601109999,
-77.121124987, -77.1205754869999, -77.120391361, -77.1202333609999,
-77.1200484859999, -77.1199308619999, -77.1194046109999,
-77.1182863609999, -77.1178403609999, -77.1175496109999,
-77.1174443619999, -77.117733861, -77.117760486, -77.118010111,
-77.118010111, -77.117874736, -77.117825861, -77.117483861,
-77.116839237, -77.1165234859999, -77.1165892359999, -77.116799737,
-77.117115487, -77.1175232369999, -77.1177074859999, -77.117470736,
-77.116923986, -77.1165384869998, -77.1162011119999, -77.1157481109999,
-77.114793987, -77.114552986, -77.113926486, -77.1131939869999,
-77.112702486, -77.1121933609999, -11.9735214789999, -11.9738201049999,
-11.9742441049999, -11.97484573, -11.9754413549999, -11.9760717299999,
-11.97643798, -11.9773488549999, -11.9775641049999, -11.9786969799999,
-11.9795294799999, -11.9796124789999, -11.9802452299999,
-11.9812677299999, -11.981983355, -11.9827721049999, -11.9832542299999,
-11.9840867299999, -11.9851383549999, -11.9861383549999,
-11.9868766049999, -11.9871538549999, -11.9875923549999,
-11.9884832299999, -11.9889653549999, -11.989856355, -11.9905282289999,
-11.990864105, -11.9911984799999, -11.9913643539999, -11.991443354,
-11.9914999799999, -11.9917872299999, -11.9921727299999,
-11.9925046049999, -11.9928097289999, -11.9931898549999,
-11.9938751039999, -11.9942872299999, -11.9946246049999,
-11.9949044799999, -11.9949671049999, -11.99504473, -11.9956417299999,
-11.9962439789999, -11.99672298, -11.9970013549999, -11.996959105,
-11.9968606039999, -11.9966679789999, -11.9950208549999,
-11.9942694799999, -11.99415748, -11.9949492299999, -11.999361355,
-12.0002382289999, -11.998462855, -11.9979274799999, -11.9977776039999,
-11.9977991049998, -11.9980957289999, -11.9981631049999,
-11.998966105, -11.9996152299999, -12.0039082289999, -12.004229605,
-12.0041094799999, -12.0042231049999, -12.004453229, -12.0045293549998,
-12.004890605, -12.0051464799999, -12.00578748, -12.0051924799999,
-12.005013855, -12.0047746039999, -12.0048439799999, -12.0053418539999,
-12.005882605, -12.0059842299999, -12.0060214799999, -12.00591923,
-12.005909355, -12.0059949789999, -12.00616623, -12.00627873,
-12.0063411049999, -12.00634823, -12.0063913549999, -12.0064714799999,
-12.00648373, -12.0065409799999, -12.0066786049999, -12.0069907299998,
-12.007831105, -12.0079508549999, -12.0080934799998, -12.0081469799999,
-12.0082712299999, -12.0085378549999, -12.0086288549999,
-12.0086992299999, -12.0099922299999, -12.0095937299999,
-12.009501229, -12.0094964789999, -12.0094798549999, -12.0097154799998,
-12.010183605, -12.0110913549999, -12.0117658539999, -12.011533229,
-12.011738104, -12.0121582299999, -12.014543105, -12.0156308549999,
-12.0157597299999, -12.015861355, -12.0159707289999, -12.0161249799999,
-12.0162148539999, -12.019410105, -12.0226621049999, -12.0230722299999,
-12.0246856039999, -12.026789105, -12.0282676049999, -12.03004098,
-12.030003855, -12.033703105, -12.034285105, -12.0366308549999,
-12.0362793549999, -12.03751948, -12.0384366049999, -12.03867773,
-12.03926948, -12.0399844799999, -12.04851948, -12.0470176049999,
-12.04674023, -12.0466444799999, -12.04700973, -12.04745123,
-12.0480018549999, -12.0486443549999, -12.0500429799999,
-12.0514726049999, -12.0518657299999, -12.0535624799999,
-12.0550488549999, -12.05662698, -12.0579356049999, -12.059029355,
-12.0596933549999, -12.0679023549999, -12.0682081049999,
-12.0691621049999, -12.0704922299998, -12.070431605, -12.0703944799999,
-12.0703378549999, -12.07027348, -12.0702128549999, -12.0701484799999,
-12.0700293539999, -12.0699531049999, -12.0698731049999,
-12.0698203549999, -12.0697694799998, -12.069726604, -12.0696231049999,
-12.0695097299998, -12.06935348, -12.06915823, -12.0690078549999,
-12.0689863549999, -12.06884373, -12.0687304799998, -12.0686327299998,
-12.0685351049999, -12.06832423, -12.0682207299998, -12.0681816049999,
-12.0680918549999, -12.0680468549999, -12.0680371049999,
-12.0680177299999, -12.06800198, -12.06798823, -12.067976605,
-12.067964729, -12.0679531049999, -12.067933605, -12.0679356049999,
-12.0679512299998, -12.067976605, -12.06799998, -12.06804098,
-12.06831448, -12.06860348, -12.068789105, -12.0689356049999,
-12.0690449799999, -12.0692284799998, -12.0692656049999,
-12.0692284799998, -12.0691913549999, -12.0692363549999,
-12.06915823, -12.0690371049999, -12.0690861049999, -12.068851605,
-12.0684512299999, -12.0681426049999, -12.0680801049999,
-12.06799998, -12.0679297289999, -12.0678652299998, -12.0678163549999,
-12.0677753549999, -12.0677363549999, -12.0677031049999,
-12.0676582299998, -12.0675762299999, -12.0674961049999,
-12.0674551049999, -12.06741598, -12.067392605, -12.067392605,
-12.06741598, -12.06744923, -12.06747073, -12.0675819799999,
-12.06769723, -12.0678418549999, -12.0683924799999, -12.0687363549999,
-12.0688066049999, -12.0689336049999, -12.06878123, -12.0686406049999,
-12.0687168549999, -12.06825198, -12.0680177299999, -12.0677558549999,
-12.0675859799999, -12.06739648, -12.06720123, -12.067121105,
-12.0670507299999, -12.0670312299998, -12.0670703549999,
-12.067121105, -12.06722073, -12.0673457299998, -12.067482605,
-12.0676582299998, -12.0679199799999, -12.0680488549999,
-12.0681211049999, -12.0685976049999, -12.0686231049999,
-12.06878123, -12.0687284799999, -12.0687031049999, -12.0686211049999,
-12.06858598, -12.068605605, -12.0677441049999, -12.0676816049999,
-12.0676387299999, -12.0675722299998, -12.06751173, -12.0674199799998,
-12.0673066049999, -12.0672832299999, -12.0672226049999,
-12.06717573, -12.0671523549999, -12.06717573, -12.067185605,
-12.0671816049999, -12.06723248, -12.0672676049999, -12.0673124799998,
-12.06736523, -12.06741598, -12.06747073, -12.0676231049999,
-12.0679199799999, -12.0678652299998, -12.0678437299998,
-12.06781448, -12.06781448, -12.0678203549999, -12.0678769799999,
-12.06793748, -12.0680468549999, -12.0681152299999, -12.0681718549999,
-12.06823048, -12.0683203549999, -12.068248105, -12.0681679799998,
-12.06800198, -12.0679199799999, -12.0678437299998, -12.0674961049999,
-12.06742773, -12.067380855, -12.0673066049999, -12.06724023,
-12.06713473, -12.0670156049999, -12.06687698, -12.06661323,
-12.066558605, -12.06650973, -12.0664726049999, -12.06641998,
-12.06638473, -12.06631248, -12.0662187299999, -12.0661231049999,
-12.06603123, -12.0659353549999, -12.0658593549999, -12.065779355,
-12.0655468549999, -12.0657226049999, -12.0656738549999,
-12.0656347299999, -12.0656016049999, -12.0655703549999,
-12.06552348, -12.065468729, -12.06547073, -12.0654374789999,
-12.0653828549999, -12.0653262299999, -12.0652891049999,
-12.06525198, -12.06519923, -12.0651583549999, -12.0651172299998,
-12.0650819799999, -12.0650409789999, -12.06491998, -12.06467973,
-12.0639512299999, -12.0639121049999, -12.06463473, -12.0645801049999,
-12.0644628549999, -12.06434373, -12.0640878549999, -12.0638788549999,
-12.06363873, -12.0634043549999, -12.0631992289998, -12.06295123,
-12.062708979, -12.0625781049999, -12.06239848, -12.0622714799998,
-12.0623398549999, -12.0622968549999, -12.0621836049999,
-12.06213673, -12.0620644799999, -12.0620137299999, -12.0619843549999,
-12.06191998, -12.06187698, -12.06185548, -12.0619101049999,
-12.0619999799999, -12.0619843549999, -12.06185748, -12.061753854,
-12.0616874789999, -12.06160748, -12.0615019799999, -12.0613711049999,
-12.0611718549999, -12.0609199789999, -12.0607578549999,
-12.0605606049999, -12.06045123, -12.0603437299999, -12.0600918549999,
-12.0598027299999, -12.05945123, -12.0593086049999, -12.05916998,
-12.05906448, -12.0589746049999, -12.0588867299998, -12.0588163549999,
-12.0584394799999, -12.0583769799998, -12.0584394799999,
-12.0587207299999, -12.05860748, -12.0577929799998, -12.0581191049999,
-12.0581856049999, -12.0581132299999, -12.0576933549999,
-12.05743948, -12.0561718549999, -12.0560819799999, -12.0511464799999,
-12.0497402299999, -12.0488318549999, -12.0485663549999,
-12.0484746049999, -12.04877148, -12.0496836049999, -12.0510898549999,
-12.05599998, -12.0552812299999, -12.0551972289999, -12.052656229,
-12.05288473, -12.0549433549999, -12.0559393549999, -12.0562226039999,
-12.0564922299999, -12.056954979, -12.05703123, -12.05703123,
-12.0574141049999, -12.05601373, -12.0553086049999, -12.05234373,
-12.05185548, -12.0517128549999, -12.0513632299999, -12.05152348,
-12.0506601049999, -12.0505468549999, -12.0497851039999,
-12.0498613549999, -12.0490721049999, -12.0489433549999,
-12.04816998, -12.04824998, -12.0474414789999, -12.0473476049999,
-12.0471113549999, -12.0471816049999, -12.0467188549999,
-12.0452637299999, -12.0446777299999, -12.0440722299999,
-12.0429999799999, -12.04418148, -12.04569923, -12.0458203549999,
-12.0459531049999, -12.0462226049999, -12.04676173, -12.0468183549999,
-12.0467188549999, -12.0464726049999, -12.0461953549999,
-12.04599023, -12.0456172299999, -12.0454531049999, -12.0455468549999,
-12.0454141049999, -12.04537698, -12.0443516049999, -12.0443476049999,
-12.04427148, -12.04428323, -12.04428723, -12.0442326039999,
-12.0441601049999, -12.0440976049999, -12.04395698, -12.0439512299999,
-12.0438788549999, -12.04374223, -12.0438516049999, -12.0437792299999,
-12.0436933549999, -12.0436269799999, -12.0435449789999,
-12.0434551049999, -12.0433906049999, -12.0433106039999,
-12.0433144789999, -12.04313873, -12.0430742299999, -12.0429941039999,
-12.0429218549999, -12.0428398549999, -12.0426953549999,
-12.04261523, -12.0425391039999, -12.0424609799999, -12.042378855,
-12.04232623, -12.0422051039999, -12.04211723, -12.0420351049999,
-12.0419726049999, -12.0419003549999, -12.04184573, -12.0417988549999,
-12.04209373, -12.0425371049999, -12.0424023549999, -12.0411191049999,
-12.0407538549999, -12.04038473, -12.0401856049999, -12.040042979,
-12.03961523, -12.0393749799999, -12.0391054789999, -12.0391484799999,
-12.0407148549999, -12.0405957299999, -12.0399512299999,
-12.0396797299999, -12.0395176049999, -12.03899998, -12.0404784799999,
-12.0403788549999, -12.0388926049999, -12.0383027299999,
-12.0390683549999, -12.038929729, -12.0381933539999, -12.0380058549999,
-12.0374374799999, -12.0388672299999, -12.0391308549999,
-12.0393339789999, -12.03807223, -12.0380801049999, -12.0380976049998,
-12.0381328549999, -12.0382499789999, -12.0383398549999,
-12.0384003549999, -12.03849023, -12.03856848, -12.0386601049998,
-12.0387753549999, -12.03893748, -12.0390606049999, -12.0391543549999,
-12.039046855, -12.0389121049999, -12.03924223, -12.03932423,
-12.0394043539999, -12.03952148, -12.0396836039999, -12.03978123,
-12.0397656039999, -12.0397012299999, -12.0396288549999,
-12.0398613549999, -12.0399336049999, -12.0401231049999,
-12.0400781049999, -12.0406621049999, -12.0413339799999,
-12.0421621049999, -12.043146479, -12.0438496049999, -12.04473823,
-12.0461328549999, -12.0464766049999, -12.0466856039999,
-12.04673823, -12.0467871049999, -12.0468711049999, -12.0469218549999,
-12.0468418549999, -12.0467266049999, -12.0466426049999,
-12.0459023549999, -12.0455351049999, -12.0449589799999,
-12.04379298, -12.0419551049999, -12.0411406049999, -12.0403808549999,
-12.0398066049999, -12.0393691049999, -12.03897848, -12.0386406049999,
-12.03852348, -12.0383378549999, -12.03815823, -12.03785348,
-12.03776948, -12.03754098, -12.0372851049999, -12.0371016049999,
-12.0368573549999, -12.03640623, -12.033992229, -12.0328828549999,
-12.03232623, -12.0316231049999, -12.0312714799999, -12.0309786039999,
-12.0308926049998, -12.0307753549999, -12.030705105, -12.030673855,
-12.030671855, -12.03080073, -12.0312402299999, -12.0311953549999,
-12.0311543549999, -12.0311074799999, -12.0310468549999,
-12.0310371049999, -12.0309648539999, -12.030878855, -12.0307694799999,
-12.0307127299999, -12.03061723, -12.0305801049999, -12.0305566049998,
-12.03056248, -12.0305449799999, -12.0304804799999, -12.0304003549999,
-12.0303361049999, -12.0302109799999, -12.0301288549999,
-12.0300586049999, -12.0299843549998, -12.029849605, -12.0297051049999,
-12.0292284789999, -12.0285409799999, -12.028386605, -12.0282343549999,
-12.0280371049998, -12.0279648549999, -12.0277481049999,
-12.02751373, -12.0271347299999, -12.0268457289999, -12.0267284789999,
-12.0265214799999, -12.0263672299999, -12.026171855, -12.025935605,
-12.0256913549999, -12.0254863549999, -12.0251444799999,
-12.0249433549998, -12.0246269799999, -12.024482479, -12.0243574799999,
-12.02415823, -12.023617229, -12.0234726039999, -12.023347605,
-12.023185605, -12.02303123, -12.022859355, -12.0226347299999,
-12.02249023, -12.0223729799999, -12.022255855, -12.022193355,
-12.0221211039999, -12.022048855, -12.0220409799999, -12.0220507299999,
-12.0220507289999, -12.0220683549999, -12.02217773, -12.022224605,
-12.022242229, -12.0222187299999, -12.02219923, -12.022199229,
-12.022236355, -12.022244105, -12.022236355, -12.0222382299999,
-12.0222481049998, -12.022257855, -12.022240105, -12.02217773,
-12.0221327299999, -12.0220253539999, -12.02197273, -12.021900355,
-12.0218222299999, -12.0217499799999, -12.021671855, -12.0216132299999,
-12.0215781049998, -12.0215957299999, -12.0216328549998,
-12.02166998, -12.0216054799999, -12.0215234799999, -12.02145123,
-12.021378855, -12.021316355, -12.0212519799999, -12.021162105,
-12.0210781039999, -12.0209826049999, -12.0209199799999,
-12.0208554799999, -12.02079298, -12.0207461049998, -12.0206601049998,
-12.020548855, -12.0204569799999, -12.0203496039999, -12.020267605,
-12.0201738539999, -12.0200878549999, -12.0199686039999,
-12.0199179799999, -12.0198007299999, -12.019746105, -12.01966798,
-12.0195839799999, -12.0195214799999, -12.0194277299999,
-12.0192968549998, -12.01916998, -12.0190253549998, -12.0189628539999,
-12.0189082299999, -12.0188731049998, -12.018892605, -12.01891998,
-12.018976605, -12.0190371049998, -12.0192284799999, -12.0193887299999,
-12.019453105, -12.0194804799999, -12.0194726039999, -12.0194356049998,
-12.0194277299999, -12.01948248, -12.0194999799999, -12.0194569799999,
-12.0194043549998, -12.0193496049998, -12.0192891039999,
-12.019177729, -12.0191133539999, -12.0190781049999, -12.0190488549999,
-12.0190117299999, -12.018966855, -12.018912105, -12.01881248,
-12.0187657299999, -12.0187207299999, -12.0187012299999,
-12.0187012299999, -12.0187363549999, -12.0187617299999,
-12.01883398, -12.0188867299999, -12.0190019799999, -12.0190488539999,
-12.019121105, -12.0192656039999, -12.0193279799999, -12.0195371049999,
-12.0196191049999, -12.01968948, -12.0198007289999, -12.0198516049999,
-12.019972605, -12.020058605, -12.0201484799999, -12.020255855,
-12.020472605, -12.02077148, -12.0208437299999, -12.020912105,
-12.0209882299999, -12.0210606049999, -12.0211347299999,
-12.0212128549999, -12.0212676049999, -12.0214119799999,
-12.0215156049999, -12.02163673, -12.021691355, -12.0217812299999,
-12.0218613539999, -12.02194923, -12.0220312299999, -12.0220663549998,
-12.0221288549999, -12.0221347299999, -12.0220976049998,
-12.0220351049999, -12.02197273, -12.0216659799999, -12.02138673,
-12.0211171039999, -12.0208554799999, -12.0205409799999,
-12.020035105, -12.0187558549998, -12.018351605, -12.0176757299999,
-12.0170898549998, -12.016757855, -12.0162891049998, -12.0161543539999,
-12.0159668539999, -12.0158652299999, -12.015744105, -12.015621105,
-12.015447229, -12.0153808549998, -12.015210855, -12.015027355,
-12.0148867299999, -12.014681605, -12.0144512299999, -12.0143262299999,
-12.014136729, -12.01400798, -12.013851605, -12.0136913539999,
-12.0135839799999, -12.0134609799999, -12.0133984799999,
-12.0133457299999, -12.013058605, -12.0129569799999, -12.0127812299999,
-12.012681605, -12.012486354, -12.0123281039999, -12.012181605,
-12.012130855, -12.011953105, -12.0117929799999, -12.0115253549999,
-12.0113984799999, -12.0112168549999, -12.0110273539999,
-12.0109492299999, -12.0108534799999, -12.0106562299999,
-12.010580105, -12.0103242299999, -12.009953105, -12.0095722299999,
-12.0092402299999, -12.0088672299999, -12.008298855, -12.0078749799999,
-12.0075312299999, -12.0072109799999, -12.0069843549999,
-12.0068301039998, -12.0064982299999, -12.0064062299999,
-12.006130855, -12.006044855, -12.0060097289999, -12.0059804799999,
-12.0059766049999, -12.006037105, -12.0059199789999, -12.0058672299999,
-12.0057929799999, -12.005703105, -12.0055312299999, -12.0053124799999,
-12.004998105, -12.0048007299999, -12.004695355, -12.0045624799999,
-12.004330105, -12.0041209799999, -12.003841854, -12.0037168549999,
-12.0036367299999, -12.0035722299999, -12.0035194799999,
-12.0033964799999, -12.003320355, -12.0031836049999, -12.0030507299999,
-12.002941355, -12.0028672299999, -12.002695355, -12.0026054799999,
-12.002205105, -12.0020468549999, -12.0019843549999, -12.001857479,
-12.0017284799999, -12.0015527299999, -12.0012949799999,
-12.0011874799999, -12.001087855, -12.0010194799999, -12.0009394799999,
-12.000767605, -12.000693355, -12.000593855, -12.0005117299999,
-12.0004589799999, -12.000380854, -12.0002968549999, -12.000218855,
-12.0001543549999, -12.0001562299999, -12.0001972299999,
-12.000142605, -12.0000527299999, -11.999943355, -11.9998516049999,
-11.9997654799999, -11.9996659799999, -11.9993769799999,
-11.9993144799999, -11.9990977299999, -11.9989062299999,
-11.9988262299999, -11.998755855, -11.9984101049999, -11.9982012299999,
-11.997996105, -11.9978887299999, -11.9975019799999, -11.9972851049999,
-11.9970389799999, -11.996839855, -11.9967031049999, -11.9965332299999,
-11.9964062299999, -11.9962364799999, -11.996101605, -11.9959902299999,
-11.9958476039999, -11.9957284789999, -11.9956738549999,
-11.9955332299999, -11.9952812299999, -11.9951777299999,
-11.9950156049999, -11.9949062299999, -11.9947089789999,
-11.994601605, -11.9944198549999, -11.9941582299999, -11.9939784789999,
-11.9938437299999, -11.9936367299999, -11.9934356049999,
-11.9932284799999, -11.993027355, -11.9928847299999, -11.9925468549999,
-11.992431605, -11.9923534799999, -11.9922812289999, -11.992164105,
-11.9919101049999, -11.991568355, -11.991503854, -11.991341855,
-11.9912519799999, -11.9911347299999, -11.9908887299999,
-11.990736355, -11.9905937299999, -11.9905332299999, -11.9903496049999,
-11.990060604, -11.9897656049999, -11.9896797299999, -11.989535105,
-11.9894493539999, -11.9893144799999, -11.9891836039999,
-11.989017605, -11.9889374799999, -11.9888769799999, -11.9888084799999,
-11.9886699789999, -11.9882733549999, -11.988181604, -11.987943355,
-11.987623105, -11.9875038549999, -11.9874374789999, -11.9872187299999,
-11.9870957299999, -11.9869101039999, -11.9867012299999,
-11.9865019789999, -11.9862617299999, -11.9861172299999,
-11.985998105, -11.9858984799999, -11.985736355, -11.9855507299999,
-11.985421855, -11.9853203549999, -11.985101605, -11.984906355,
-11.984810605, -11.9847324789999, -11.9845742289999, -11.9844648549999,
-11.9841309799999, -11.983976605, -11.9838652299999, -11.9836894799999,
-11.9835996049999, -11.9833359789999, -11.9830449799999,
-11.9828086049999, -11.9825137299999, -11.9822617299999,
-11.98205073, -11.9818067299999, -11.981734355, -11.98157423,
-11.9814336049999, -11.981320355, -11.9811658549999, -11.9809492299999,
-11.9807597299999, -11.980587855, -11.9805137299999, -11.98041598,
-11.9802929789999, -11.980058605, -11.9799512299999, -11.9796933549999,
-11.9794902289999, -11.9793319799999, -11.9791346049999,
-11.9788847299998, -11.978707105, -11.9785781049999, -11.9782871049999,
-11.9780391049999, -11.9779003549999, -11.9777363549999,
-11.97761523, -11.9775527299998, -11.9774902299999, -11.9773163549999,
-11.977248104, -11.9771933549999, -11.97712698, -11.9770624789999,
-11.97700973, -11.9769394799999, -11.9768319799999, -11.976734354,
-11.9766074799999, -11.9764922299998, -11.9763106049999,
-11.9762012299998, -11.97598248, -11.9757871049999, -11.9756269799998,
-11.9755273549999, -11.975373104, -11.9752734799999, -11.9750312289999,
-11.9749141049999, -11.9747949799998, -11.9746562299999,
-11.97454298, -11.9744277289999, -11.9742988539999, -11.9741699799999,
-11.9740663549999, -11.9738301049999, -11.97364448, -11.9735391039999,
-11.9733574799999, -11.9732929799999, -11.9732128549999,
-11.973164105, -11.9733554799998, -11.97349223, -11.9735644789999,
-11.97346098, -11.9732949799999, -11.97308398, -11.9730332299999,
-11.9729569789999, -11.9728496049999, -11.9727676049999,
-11.9726777299999, -11.9724512299999, -11.9723456049999,
-11.97221873, -11.9721191049999, -11.9716016049999, -11.9710644789999,
-11.970587854, -11.9703808549999, -11.9696856039999, -11.9692363549999,
-11.96894923, -11.96877348, -11.96863673, -11.968374979,
-11.9682481039999, -11.9681757299998, -11.96809373, -11.9677461049999,
-11.9673828539999, -11.9669824789999, -11.9666484799998,
-11.966349604, -11.966152354, -11.9660253549999, -11.9646894799999,
-11.9640038549999, -11.9638808549999, -11.9636641049999,
-11.9634981039999, -11.96313473, -11.9626738549999, -11.9621836049999,
-11.96198823, -11.96169723, -11.9612851049999, -11.9609336049999,
-11.9604824789999, -11.9601269799998, -11.95995898, -11.9594433539999,
-11.9593242299999, -11.9592481049999, -11.95912698, -11.95894923,
-11.9587558549999, -11.9585606049999, -11.9584766039999,
-11.9583436049999, -11.95829298, -11.9581561049999, -11.9578711049999,
-11.95754498, -11.95720898, -11.9570663549999, -11.9569141049999,
-11.9567694799999, -11.9565391039999, -11.9563086049999,
-11.9561406049999, -11.95601948, -11.95586523, -11.9557481049999,
-11.9555878549999, -11.955474604, -11.95530273, -11.9551797289998,
-11.955054855, -11.954884729, -11.9546718549999, -11.9545391049999,
-11.9544043549999, -11.9543222299999, -11.95418748, -11.9540293539999,
-11.95386523, -11.9537832299999, -11.9536406049999, -11.9534941049999,
-11.9534433549999, -11.9533828549999, -11.95326548, -11.9531367299999,
-11.9529316049999, -11.95272073, -11.9524961049999, -11.9523691049999,
-11.95214448, -11.951845729, -11.9515194799999, -11.9512402299999,
-11.9510293549999, -11.9507988549999, -11.9506913539999,
-11.9504961049999, -11.95022848, -11.9499003549999, -11.9495957299999,
-11.9493788549999, -11.94918948, -11.9490898539999, -11.9490137299999,
-11.9488496049999, -11.9487051049999, -11.9483748549999,
-11.9481992299999, -11.94798823, -11.9475918549999, -11.9473576049999,
-11.9472734789999, -11.94714848, -11.9467128549999, -11.9465468549999,
-11.9463613549999, -11.94610748, -11.9459981049999, -11.9459218549999,
-11.9458066039999, -11.9456426039999, -11.9454121049999,
-11.9452773549999, -11.9450253549999, -11.9449218549999,
-11.9447499799999, -11.94443948, -11.9440193539999, -11.943740229,
-11.94357623, -11.9431953539999, -11.9429746039999, -11.9427031049999,
-11.9425703539999, -11.942417979, -11.9423437299999, -11.9421856049999,
-11.9420136049999, -11.9418378549999, -11.9417538549999,
-11.9416641049999, -11.9412069799999, -11.9409316049999,
-11.9407148549999, -11.9406016049999, -11.9404121039999,
-11.9403418549999, -11.9402793549999, -11.9399882299999,
-11.9397656049999, -11.9396503549999, -11.93955073, -11.9394804799999,
-11.9394257299999, -11.9393711039999, -11.9392578539999,
-11.9391992299999, -11.9391093549999, -11.9391014799999,
-11.9390586049999, -11.939023479, -11.9389784799999, -11.93890148,
-11.9388904799999, -11.9387809789999, -11.9386913549999,
-11.93859673, -11.938591104, -11.9385021049999, -11.9383831049999,
-11.9383726039999, -11.9383029799999, -11.938268105, -11.9381933549999,
-11.93804398, -11.9379194799999, -11.9377552289999, -11.9376207289999,
-11.937526104, -11.9374016049999, -11.9372323549999, -11.9371177299999,
-11.9369932299999, -11.9369236049999, -11.9368389799999,
-11.936809105, -11.9367941049999, -11.93683398, -11.936887355,
-11.9370552289999, -11.9371414789999, -11.9372323549999,
-11.9373314799998, -11.9374278539999, -11.93747773, -11.9392753539999,
-11.9424121049999, -11.9436562299999, -11.9459609799999,
-11.94724998, -11.94834573, -11.9489648539999, -11.9497069789998,
-11.95050973, -11.95153598, -11.9529831049999, -11.95366673,
-11.954101355, -11.9548513549998, -11.9559827299999, -11.956580104,
-11.9569696049999, -11.957693105, -11.95878498, -11.95894348,
-11.9604296049999, -11.9617583539999, -11.9622418549999,
-11.9624161049999, -11.9643237299999, -11.9655078549999,
-11.966481479, -11.9672838549999, -11.9686258549999, -11.96948098,
-11.9701123549999, -11.9705072299999, -11.97091498, -11.9711948539999,
-11.9712044799999, -11.9712142299999, -11.9715038549999,
-11.9721972299999, -11.9723322289999, -11.9724767299999,
-11.97289123, -11.9731803549999, -11.9735214789999), .Dim = c(1350L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-77.0857597359999, -77.0855669859999,
-77.0855523609999, -77.0841641109999, -77.0837538609999,
-77.0837489859999, -77.0837561109999, -77.083865111,
-77.084066111, -77.084508361, -77.084569361, -77.085333986,
-77.087796861, -77.0859492359999, -77.085217611, -77.0850937359999,
-77.084298861, -77.0831777359999, -77.085810486, -77.078488237,
-77.0785547359999, -77.0787186109999, -77.0800839869999,
-77.080721237, -77.0813613619999, -77.081816736, -77.0824672369999,
-77.083125862, -77.0839804859999, -77.0841307369999,
-77.0847109869999, -77.0846797359999, -77.0846073609998,
-77.084012237, -77.083669986, -77.0823242359999, -77.0820281109999,
-77.0820379859999, -77.0819882369999, -77.0814868609999,
-77.079747861, -77.079693361, -77.076864362, -77.0748847359999,
-77.0731484859999, -77.070462861, -77.0676803619999,
-77.0672606119999, -77.066410111, -77.0647698609999,
-77.064179611, -77.063569736, -77.061402361, -77.0593823619999,
-77.057525861, -77.0537499859999, -77.0536104859999,
-77.0532121109999, -77.052969111, -77.052381736, -77.051537986,
-77.051330112, -77.051326111, -77.050964111, -77.0508177359999,
-77.050697237, -77.0505049859999, -77.050496112, -77.0502418619999,
-77.0500883619998, -77.0470816119999, -77.0444472359999,
-77.044420111, -77.044345737, -77.044312486, -77.044206612,
-77.0440378609999, -77.0438893609999, -77.043862361,
-77.0438334859999, -77.043841737, -77.043898487, -77.0440761109999,
-77.044019486, -77.043818361, -77.043734361, -77.043646361,
-77.0435961109999, -77.0435683609999, -77.043533236,
-77.0435253609999, -77.0434843619999, -77.043478486,
-77.043470487, -77.043703111, -77.0439528609999, -77.0442059869999,
-77.0445446109999, -77.0449038609999, -77.0451398609999,
-77.045444362, -77.0458029869999, -77.046091737, -77.0462413609999,
-77.046446612, -77.0465697359999, -77.046689487, -77.0468297369999,
-77.046939236, -77.047093112, -77.047209486, -77.0473052359999,
-77.0474318619999, -77.0475207359999, -77.0476883609999,
-77.047859361, -77.047965736, -77.048016611, -77.0481604859999,
-77.0483793609999, -77.0485826109999, -77.048651236,
-77.0499353609999, -77.049975111, -77.0503258609999,
-77.0506337359999, -77.050934737, -77.0510647369999,
-77.051191236, -77.051360987, -77.051649987, -77.0521774859999,
-77.052296236, -77.0526081109999, -77.0528838609999,
-77.0532163609999, -77.0535384869999, -77.0542193619999,
-77.0545527359999, -77.0549836119999, -77.055171736,
-77.055612986, -77.056008861, -77.0563412369999, -77.0566522359999,
-77.0568784869999, -77.0572391119999, -77.0574794859999,
-77.0577623619999, -77.0582148619999, -77.0586037369999,
-77.0589713609999, -77.0594874859999, -77.059904612,
-77.0603358609999, -77.060823737, -77.0613963609999,
-77.0617852359999, -77.062181236, -77.062534736, -77.0626973609999,
-77.0631216109999, -77.063707736, -77.0641767359999,
-77.064602112, -77.0651396109999, -77.065659737, -77.066189736,
-77.0667557359999, -77.067293362, -77.0681556109999,
-77.0688908609999, -77.069788736, -77.0703686109999,
-77.071011986, -77.071506861, -77.0720866119999, -77.0725076119999,
-77.073317486, -77.074045486, -77.0744976109999, -77.074914736,
-77.0755016109999, -77.0759328619998, -77.076795362,
-77.077434986, -77.0777983619999, -77.078129986, -77.0786207369999,
-77.079079112, -77.0796871109999, -77.080174986, -77.080655736,
-77.0812143619999, -77.0817092359999, -77.0821404869999,
-77.0826557359999, -77.0829404859999, -77.0836199859999,
-77.0841911109999, -77.0849119859999, -77.085562486,
-77.086743237, -77.087492361, -77.088090361, -77.0888289869999,
-77.0897056109999, -77.090843987, -77.0918444869999,
-77.0928399859999, -77.093466986, -77.0935878619999,
-77.093462862, -77.095085986, -77.0949511109999, -77.0961836119999,
-77.0944159859999, -77.0940078609999, -77.0932402369999,
-77.0925801109999, -77.0914766109999, -77.090677736,
-77.0913749859999, -77.089839862, -77.087861361, -77.0877714869999,
-77.0874159859999, -77.0873104859999, -77.0872714869999,
-77.087285111, -77.087609362, -77.0891191109999, -77.089589861,
-77.0900604869999, -77.090799236, -77.0911526109999,
-77.0916191109999, -77.091608111, -77.091624112, -77.0917312369999,
-77.0920626109999, -77.0927519869999, -77.093511736,
-77.0941757369999, -77.0941289869999, -77.0941129859999,
-77.094211612, -77.094225361, -77.094150486, -77.093935361,
-77.0939201109999, -77.094305736, -77.094409736, -77.0944556109999,
-77.0944203609999, -77.0944127359999, -77.0942002359999,
-77.094086236, -77.094080611, -77.0940326109999, -77.0940487359999,
-77.0941076109999, -77.0941933609999, -77.094322112,
-77.0945819859999, -77.094691111, -77.094771486, -77.0950178609999,
-77.0952692359999, -77.0954513609999, -77.095928987,
-77.096162861, -77.097739111, -77.0983398609999, -77.098246111,
-77.098165986, -77.0984919859999, -77.0993592359999,
-77.099731861, -77.1001433609999, -77.1003163609999,
-77.1024882359999, -77.1027587359999, -77.1030743619999,
-77.1031149859999, -77.103293862, -77.103411611, -77.1035883609999,
-77.103770361, -77.104388736, -77.1070488609999, -77.109486362,
-77.1101706119999, -77.110404237, -77.1110729869999,
-77.1125391109999, -77.1128339869999, -77.1129843609999,
-77.113256361, -77.114064736, -77.114965236, -77.116243611,
-77.117186487, -77.1173088619999, -77.117377362, -77.1176836109999,
-77.1179137359999, -77.1180904869999, -77.1183421109999,
-77.1184223609999, -77.1184331109999, -77.1184277359999,
-77.1183848619999, -77.1182891109999, -77.1182343609999,
-77.1181493609999, -77.1179244859999, -77.117382987,
-77.1170762359999, -77.1166233609999, -77.116360486,
-77.116199861, -77.115819986, -77.1157037359999, -77.1156301119999,
-77.1152317359999, -77.1146661109999, -77.1139359859999,
-77.113307736, -77.1127672359999, -77.112343736, -77.1123144869999,
-77.1126212359998, -77.1126471109999, -77.1126504859999,
-77.1124021109999, -77.1117808609999, -77.1113338609999,
-77.1112374859999, -77.1111314859999, -77.1106797369999,
-77.1111386119999, -77.111790986, -77.112027111, -77.1121933609999,
-77.112702486, -77.1131939869999, -77.113926486, -77.114552986,
-77.114793987, -77.1157481109999, -77.1162011119999,
-77.1165384869998, -77.116923986, -77.117470736, -77.1177074859999,
-77.1175232369999, -77.117115487, -77.116799737, -77.1165892359999,
-77.1165234859999, -77.116839237, -77.117483861, -77.117825861,
-77.117874736, -77.118010111, -77.118010111, -77.117760486,
-77.117733861, -77.1174443619999, -77.1175496109999,
-77.1178403609999, -77.1182863609999, -77.1194046109999,
-77.1199308619999, -77.1200484859999, -77.1202333609999,
-77.120391361, -77.1205754869999, -77.121124987, -77.1221601109999,
-77.1229238609999, -77.1232968609999, -77.124031236,
-77.126456987, -77.1274629859998, -77.128488236, -77.1286613619999,
-77.128424486, -77.128354236, -77.128234361, -77.1281061109999,
-77.127948986, -77.1278539859999, -77.1277216109999,
-77.127568611, -77.1274073619999, -77.127233737, -77.1270434859999,
-77.126890487, -77.126696236, -77.126489487, -77.126262111,
-77.1260636119999, -77.1258858619999, -77.1255798609999,
-77.1252609869999, -77.1250286109999, -77.124893486,
-77.124756986, -77.124666111, -77.1246453609999, -77.1245874859999,
-77.124554487, -77.124488237, -77.1244386119999, -77.1243932369999,
-77.1243436109999, -77.124281611, -77.124219486, -77.1240872359999,
-77.1239507359999, -77.1238928609999, -77.1238722369999,
-77.1238722359999, -77.1238722369999, -77.1238804869999,
-77.1238473609999, -77.1237812369999, -77.1236778619999,
-77.123578611, -77.1234793609999, -77.1233429869999,
-77.1232437359999, -77.123127986, -77.123020486, -77.122945236,
-77.122891486, -77.1227053619999, -77.1225566109999,
-77.1223002369999, -77.1220976109999, -77.1219198609999,
-77.121766861, -77.121547736, -77.1213119859999, -77.1211424859999,
-77.1210018609999, -77.120935737, -77.1208861119999,
-77.1208364859999, -77.1207289869999, -77.1205843609999,
-77.120451987, -77.1202783609999, -77.120126736, -77.1200633609999,
-77.1199144869999, -77.119798736, -77.1196002359999,
-77.1194679859998, -77.1193438609999, -77.1192198609999,
-77.1190751109999, -77.119012486, -77.118868361, -77.1188601119998,
-77.1186649869999, -77.118511987, -77.1181977369999,
-77.1179621109999, -77.117734737, -77.1175238619999,
-77.117307362, -77.1171416109999, -77.117063737, -77.116971736,
-77.116908112, -77.1167948619999, -77.1166887359999,
-77.116575487, -77.116407236, -77.1162699869999, -77.1159199859999,
-77.1155999859999, -77.115380611, -77.115368679, -77.114983362,
-77.1149251859999, -77.114671986, -77.1143818619999,
-77.1140988609999, -77.113561279, -77.1129121069999,
-77.1118066949999, -77.111195263, -77.110826964, -77.1103717619999,
-77.109877927, -77.1094421499999, -77.1090164569999,
-77.108600624, -77.1080006769999, -77.107564897, -77.106954198,
-77.106217516, -77.1053059139999, -77.104646421, -77.10419859,
-77.1037248059999, -77.1030449979999, -77.102365632,
-77.1015994329999, -77.101250035, -77.1008811359999,
-77.1005418949999, -77.10013451, -77.0998730589999, -77.099736322,
-77.0993962689999, -77.09903723, -77.098658985, -77.0981641749999,
-77.0972711019999, -77.0967641869999, -77.0967271329999,
-77.096179548, -77.096104939, -77.095637429, -77.0956128719999,
-77.0952226999999, -77.0949824869999, -77.094870225,
-77.094855486, -77.0947682629999, -77.094757418, -77.0947069869999,
-77.094423862, -77.0943007359999, -77.094249986, -77.0941562359999,
-77.0939238609999, -77.093728486, -77.0932069859999,
-77.0923996109999, -77.092400361, -77.0922011109998,
-77.091420611, -77.0906854869999, -77.089963612, -77.0894394869999,
-77.088945861, -77.0881203609999, -77.087443486, -77.086937361,
-77.086171861, -77.085519486, -77.0851894869999, -77.084437486,
-77.084037111, -77.0838672359999, -77.0838818619999,
-77.084518986, -77.085005236, -77.0852483609999, -77.0856088609999,
-77.0856843609999, -77.0857597359999, -11.948690105,
-11.9505596049999, -11.9505549799999, -11.9620703539999,
-11.96480073, -11.9650547289999, -11.9669158549999, -11.9678967299999,
-11.9686428549999, -11.96967473, -11.9698166049999, -11.97113473,
-11.97402148, -11.9756913549999, -11.976073979, -11.9761387299999,
-11.9763906049999, -11.9766641049999, -11.982554604,
-11.9832773549999, -11.9841503549999, -11.984787105,
-11.987275355, -11.98850348, -11.9898736049999, -11.9907518549999,
-11.9917843549999, -11.9929146049999, -11.9943906039998,
-11.99480023, -11.996382855, -11.9967876049999, -11.997722605,
-11.999932229, -12.0011924799999, -12.0066056049998,
-12.00811248, -12.0081092299999, -12.0082929799999, -12.009283355,
-12.0127187299999, -12.0128262299999, -12.0122368549999,
-12.011847605, -12.0115703549999, -12.0110078549999,
-12.0100181049999, -12.00988523, -12.0095683549999, -12.0090957299999,
-12.0089256049999, -12.0087792299999, -12.008361355,
-12.0082039789999, -12.007954105, -12.0074783549999,
-12.0081161049999, -12.0099794799999, -12.0110326049999,
-12.0136923539999, -12.01723648, -12.017962855, -12.0184062299999,
-12.0203351049999, -12.0211179799999, -12.0217617299999,
-12.02252773, -12.022537105, -12.0229341049999, -12.0231478549999,
-12.025910229, -12.0282714799999, -12.0283504799999,
-12.028567105, -12.0286641049998, -12.0294283549999,
-12.03110248, -12.03308723, -12.0339108549999, -12.0346317299999,
-12.0346444799999, -12.0358164799999, -12.03624998, -12.0368554799999,
-12.0370371039999, -12.0371464799999, -12.0373064799999,
-12.0374423549999, -12.0375176049999, -12.0376992299999,
-12.0379824799999, -12.0383359799999, -12.03876173, -12.038864605,
-12.0388146049999, -12.0388146049999, -12.03884198, -12.0388488549999,
-12.038879605, -12.0388283549999, -12.0387564799999,
-12.038533604, -12.0380292299999, -12.03779523, -12.0376173549999,
-12.0374154799999, -12.0372204799999, -12.0369947299999,
-12.0368511049999, -12.036710855, -12.0365739799999,
-12.0364201049999, -12.0362729789999, -12.0361601049999,
-12.035985604, -12.0358589789999, -12.0358109799999,
-12.03578598, -12.0357153539999, -12.0357289789999, -12.0357403549999,
-12.0357476049999, -12.03588323, -12.03589548, -12.0359719789999,
-12.036050605, -12.036146355, -12.0361566049999, -12.0362148549999,
-12.0363217299999, -12.0364099799999, -12.0366534799999,
-12.0367083549999, -12.0367821049999, -12.0368387299999,
-12.0368397299999, -12.03677248, -12.036619604, -12.0365287299999,
-12.0364112299999, -12.0364249799999, -12.0363862299999,
-12.036428605, -12.03649223, -12.03649223, -12.036478105,
-12.0364216049998, -12.036322605, -12.0362307299999,
-12.036138729, -12.0360538549999, -12.035976105, -12.0358913539999,
-12.0357498549998, -12.0356579799999, -12.03555198, -12.0354388539999,
-12.035389354, -12.0353257299999, -12.035297355, -12.035262105,
-12.03519848, -12.0351873549998, -12.0351268549999, -12.0350727299999,
-12.03500423, -12.0350216049999, -12.0348703549999, -12.0348466049999,
-12.0348421049999, -12.0347883549999, -12.0346328549999,
-12.0343217299999, -12.0343146049999, -12.0343499799998,
-12.0343499799998, -12.0344207299999, -12.0345226049999,
-12.0345906049999, -12.034751604, -12.0347601049999,
-12.0348661039999, -12.0349227299999, -12.0349933549999,
-12.03510648, -12.03530373, -12.0353539799999, -12.0353999799999,
-12.0354966049999, -12.0355166049999, -12.0356297299999,
-12.035742855, -12.0358701039999, -12.036068105, -12.0361599799999,
-12.03623773, -12.0363873549999, -12.0364178539999, -12.0364899799999,
-12.0366753549999, -12.0367821049999, -12.0368882299999,
-12.0371498549999, -12.0372879799999, -12.0373394799999,
-12.0375244799999, -12.037687105, -12.0379204799999,
-12.0381423549998, -12.0382899799999, -12.0384366049999,
-12.03751948, -12.0362793549999, -12.0366308549999, -12.034285105,
-12.033703105, -12.030003855, -12.03004098, -12.0282676049999,
-12.026789105, -12.0246856039999, -12.0230722299999,
-12.0226621049999, -12.019410105, -12.0162148539999,
-12.0161249799999, -12.0159707289999, -12.015861355,
-12.0157597299999, -12.0156308549999, -12.014543105,
-12.0121582299999, -12.011738104, -12.011533229, -12.0117658539999,
-12.0110913549999, -12.010183605, -12.0097154799998,
-12.0094798549999, -12.0094964789999, -12.009501229,
-12.0095937299999, -12.0099922299999, -12.0086992299999,
-12.0086288549999, -12.0085378549999, -12.0082712299999,
-12.0081469799999, -12.0080934799998, -12.0079508549999,
-12.007831105, -12.0069907299998, -12.0066786049999,
-12.0065409799999, -12.00648373, -12.0064714799999, -12.0063913549999,
-12.00634823, -12.0063411049999, -12.00627873, -12.00616623,
-12.0059949789999, -12.005909355, -12.00591923, -12.0060214799999,
-12.0059842299999, -12.005882605, -12.0053418539999,
-12.0048439799999, -12.0047746039999, -12.005013855,
-12.0051924799999, -12.00578748, -12.0051464799999, -12.004890605,
-12.0045293549998, -12.004453229, -12.0042231049999,
-12.0041094799999, -12.004229605, -12.0039082289999,
-11.9996152299999, -11.998966105, -11.9981631049999,
-11.9980957289999, -11.9977991049998, -11.9977776039999,
-11.9979274799999, -11.998462855, -12.0002382289999,
-11.999361355, -11.9949492299999, -11.99415748, -11.9942694799999,
-11.9950208549999, -11.9966679789999, -11.9968606039999,
-11.996959105, -11.9970013549999, -11.99672298, -11.9962439789999,
-11.9956417299999, -11.99504473, -11.9949671049999, -11.9949044799999,
-11.9946246049999, -11.9942872299999, -11.9938751039999,
-11.9931898549999, -11.9928097289999, -11.9925046049999,
-11.9921727299999, -11.9917872299999, -11.9914999799999,
-11.991443354, -11.9913643539999, -11.9911984799999,
-11.990864105, -11.9905282289999, -11.989856355, -11.9889653549999,
-11.9884832299999, -11.9875923549999, -11.9871538549999,
-11.9868766049999, -11.9861383549999, -11.9851383549999,
-11.9840867299999, -11.9832542299999, -11.9827721049999,
-11.981983355, -11.9812677299999, -11.9802452299999,
-11.9796124789999, -11.9795294799999, -11.9786969799999,
-11.9775641049999, -11.9773488549999, -11.97643798, -11.9760717299999,
-11.9754413549999, -11.97484573, -11.9742441049999, -11.9738201049999,
-11.9735214789999, -11.9731803549999, -11.97289123, -11.9724767299999,
-11.9723322289999, -11.9721972299999, -11.9715038549999,
-11.9712142299999, -11.9712044799999, -11.9711948539999,
-11.97091498, -11.9705072299999, -11.9701123549999, -11.96948098,
-11.9686258549999, -11.9672838549999, -11.966481479,
-11.9655078549999, -11.9643237299999, -11.9624161049999,
-11.9622418549999, -11.9617583539999, -11.9604296049999,
-11.95894348, -11.95878498, -11.957693105, -11.9569696049999,
-11.956580104, -11.9559827299999, -11.9548513549998,
-11.954101355, -11.95366673, -11.9529831049999, -11.95153598,
-11.95050973, -11.9497069789998, -11.9489648539999, -11.94834573,
-11.94724998, -11.9459609799999, -11.9436562299999, -11.9424121049999,
-11.9392753539999, -11.93747773, -11.9376509799999, -11.9377646039999,
-11.93795898, -11.9381284799999, -11.9383311049999, -11.938413855,
-11.9385296049999, -11.9386536049999, -11.938769355,
-11.9389264789999, -11.93907948, -11.9391581049999, -11.939207605,
-11.939273855, -11.9392944799999, -11.9393151039998,
-11.939335855, -11.939335855, -11.93931773, -11.9393458549999,
-11.9393978539999, -11.9395094799999, -11.9396707299999,
-11.9398443549999, -11.9400346049999, -11.940158604,
-11.9403736049999, -11.94065073, -11.940880104, -11.9410827299999,
-11.9411529799999, -11.9412109789999, -11.9412729799999,
-11.94137223, -11.9414921049999, -11.9415664799999, -11.9416947299999,
-11.941839355, -11.941950979, -11.9420502299999, -11.9421371039999,
-11.94220323, -11.9422652299999, -11.942368605, -11.942513355,
-11.9426911049999, -11.9429019789999, -11.9431459789999,
-11.9433237289999, -11.94342298, -11.9434849799999, -11.9434849799999,
-11.9434684799999, -11.9435014799999, -11.94365448, -11.9438943549999,
-11.944063855, -11.944262355, -11.9443698549998, -11.944456605,
-11.9445599799999, -11.9447998549999, -11.944989979,
-11.945105855, -11.9451264799999, -11.945052104, -11.94496523,
-11.9448952289999, -11.9448659799999, -11.9448536049999,
-11.9448701049999, -11.9449403549999, -11.9449156049999,
-11.9448328549998, -11.9448204789999, -11.9448866049999,
-11.944919355, -11.9450024789999, -11.9449983549999,
-11.9451471049999, -11.94520498, -11.94525873, -11.9452877299999,
-11.9453001049999, -11.9453124799999, -11.9453231049999,
-11.9454258549999, -11.945510854, -11.9456311049999,
-11.9457159799998, -11.9457443549999, -11.945751354,
-11.9457654799999, -11.9458288539999, -11.94592998, -11.9461499799999,
-11.946260105, -11.9462838549998, -11.946280191, -11.946161855,
-11.9461605239999, -11.9461547299999, -11.9460061049999,
-11.9459991049999, -11.9461360399999, -11.946351352,
-11.9466083519999, -11.946679902, -11.9467878839999,
-11.9469634729999, -11.9471680469999, -11.9473434889999,
-11.9475666799999, -11.9478089269999, -11.9481099439999,
-11.948285384, -11.9484525699999, -11.9486589589999,
-11.9488570929999, -11.9489959449999, -11.9490736649999,
-11.949155888, -11.9491801089998, -11.9492617139999,
-11.9494204879999, -11.9494613619999, -11.9494928159999,
-11.949591003, -11.9496705699999, -11.949678805, -11.9496831119999,
-11.9496760879999, -11.9497265959998, -11.9498059429998,
-11.9498861599999, -11.9499693499999, -11.9499731339999,
-11.9499734109999, -11.9499185709999, -11.9499110989999,
-11.94975198, -11.9497475869999, -11.9496777749999, -11.9493516049999,
-11.9491426629999, -11.94911523, -11.948867435, -11.9488366269999,
-11.9486933549999, -11.9479961049999, -11.9475683549999,
-11.9468516039999, -11.9464356049999, -11.945992229,
-11.94574023, -11.9453007299999, -11.9448492289999, -11.9448418549999,
-11.9447382299999, -11.9443174799999, -11.9438711039999,
-11.9433263549999, -11.94292773, -11.9424476049999, -11.9417409799999,
-11.9411268549999, -11.9405003539999, -11.9393378539999,
-11.9381016049999, -11.9378163549999, -11.9369999799999,
-11.9367226049999, -11.9397696049999, -11.94028148, -11.9424024799999,
-11.9440708549999, -11.9450441049999, -11.9463343539999,
-11.9474409799999, -11.948690105), .Dim = c(568L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-77.070441361,
-77.0700837359999, -77.069931611, -77.069847861, -77.0651523609999,
-77.0644042359999, -77.0626016109999, -77.059996111, -77.0598203609999,
-77.061122986, -77.0642342369999, -77.0662382369999, -77.065630861,
-77.0652339869999, -77.064042736, -77.0639138619999, -77.0631897369999,
-77.0629082359999, -77.062528237, -77.0619687359999, -77.061402361,
-77.063569736, -77.064179611, -77.0647698609999, -77.066410111,
-77.0672606119999, -77.0676803619999, -77.070462861, -77.0731484859999,
-77.0748847359999, -77.076864362, -77.079693361, -77.079747861,
-77.0814868609999, -77.0819882369999, -77.0820379859999,
-77.0820281109999, -77.0823242359999, -77.083669986, -77.084012237,
-77.0846073609998, -77.0846797359999, -77.0847109869999,
-77.0841307369999, -77.0839804859999, -77.083125862, -77.0824672369999,
-77.081816736, -77.0813613619999, -77.080721237, -77.0800839869999,
-77.0787186109999, -77.0785547359999, -77.078488237, -77.085810486,
-77.0831777359999, -77.084298861, -77.0850937359999, -77.085217611,
-77.0859492359999, -77.087796861, -77.085333986, -77.084569361,
-77.084508361, -77.084066111, -77.083865111, -77.0837561109999,
-77.0837489859999, -77.0837538609999, -77.0841641109999,
-77.0855523609999, -77.0855669859999, -77.0857597359999,
-77.0856843609999, -77.0856088609999, -77.0852483609999,
-77.085005236, -77.084518986, -77.0838818619999, -77.0838672359999,
-77.084037111, -77.0835683609998, -77.0829784859999, -77.082601612,
-77.0819902359999, -77.081701362, -77.081541611, -77.0814543609999,
-77.0812801119999, -77.0811447369999, -77.080689862, -77.0800499859999,
-77.0794223619999, -77.0789384869999, -77.078503111, -77.0779902369999,
-77.0776128609999, -77.0773709859999, -77.0772644859999,
-77.077196736, -77.077196736, -77.0771677359999, -77.0770999869999,
-77.077034736, -77.077041487, -77.0770304869999, -77.0771193609999,
-77.0770709859999, -77.0769933609999, -77.0767032369999,
-77.0764613609999, -77.0763162369998, -77.0762097369999,
-77.076087236, -77.075790736, -77.075522736, -77.075289111,
-77.075070737, -77.074796986, -77.074719612, -77.074438987,
-77.074042236, -77.0737617369999, -77.0735294859999, -77.073240111,
-77.073050111, -77.0729862359999, -77.0729916109999, -77.072664736,
-77.0723881119999, -77.0719269869999, -77.071658736, -77.071382862,
-77.071247862, -77.0709452359999, -77.070853862, -77.070740111,
-77.070705736, -77.0707113609999, -77.070441361, -11.9501308549999,
-11.9517726049999, -11.952470729, -11.9531584799998, -11.952460979,
-11.956535104, -11.9650351049999, -11.9767402289999, -11.9769199799999,
-11.9769023549999, -11.9773496049999, -11.9776386049999,
-11.98158598, -11.984797855, -11.9913491039999, -11.9920632299999,
-11.9959851049999, -11.9975409799999, -12.0004033549999,
-12.0046172299999, -12.008361355, -12.0087792299999, -12.0089256049999,
-12.0090957299999, -12.0095683549999, -12.00988523, -12.0100181049999,
-12.0110078549999, -12.0115703549999, -12.011847605, -12.0122368549999,
-12.0128262299999, -12.0127187299999, -12.009283355, -12.0082929799999,
-12.0081092299999, -12.00811248, -12.0066056049998, -12.0011924799999,
-11.999932229, -11.997722605, -11.9967876049999, -11.996382855,
-11.99480023, -11.9943906039998, -11.9929146049999, -11.9917843549999,
-11.9907518549999, -11.9898736049999, -11.98850348, -11.987275355,
-11.984787105, -11.9841503549999, -11.9832773549999, -11.982554604,
-11.9766641049999, -11.9763906049999, -11.9761387299999,
-11.976073979, -11.9756913549999, -11.97402148, -11.97113473,
-11.9698166049999, -11.96967473, -11.9686428549999, -11.9678967299999,
-11.9669158549999, -11.9650547289999, -11.96480073, -11.9620703539999,
-11.9505549799999, -11.9505596049999, -11.948690105, -11.9474409799999,
-11.9463343539999, -11.9450441049999, -11.9440708549999,
-11.9424024799999, -11.94028148, -11.9397696049999, -11.9367226049999,
-11.9363788549999, -11.9358008549999, -11.93512498, -11.9337226039999,
-11.9330987299999, -11.9327538549999, -11.932264355, -11.9319257289999,
-11.9316934789998, -11.9313451039999, -11.9309899799999,
-11.9304452299999, -11.9300582289999, -11.9296808539999,
-11.9292067299999, -11.928655105, -11.928132605, -11.9276778549999,
-11.9270682299999, -11.9265167299999, -11.9262457299999,
-11.9257426049999, -11.925297354, -11.924911105, -11.9245249799999,
-11.9240686049999, -11.92372023, -11.923583105, -11.9231203549999,
-11.922684854, -11.922433355, -11.9221817289999, -11.9218118549999,
-11.9213852299998, -11.920985104, -11.920484479, -11.919992355,
-11.9195401049998, -11.9191627289999, -11.9186596049999,
-11.9180209799998, -11.917769354, -11.9176242299999, -11.9225057299999,
-11.9240831039999, -11.9244711049999, -11.9244784799999,
-11.927446355, -11.9304224799999, -11.935452605, -11.93788373,
-11.94016598, -11.9417486049999, -11.945556105, -11.947021854,
-11.94791498, -11.948116979, -11.94812023, -11.9501308549999
), .Dim = c(140L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-77.0463949869999,
-77.045512861, -77.045198736, -77.0449646109999, -77.044600486,
-77.044482237, -77.0443199859998, -77.043462861, -77.0433391109999,
-77.0431313609999, -77.043001111, -77.042948736, -77.042809237,
-77.0425978609999, -77.0420976109999, -77.0406757359999,
-77.039302736, -77.038841486, -77.0386847359999, -77.0386306119998,
-77.0386577359999, -77.0386619859999, -77.0386631109999,
-77.038650361, -77.0385932359999, -77.038419736, -77.0383278619998,
-77.0383224859999, -77.0382567359998, -77.0381224869999,
-77.036705736, -77.0366132359999, -77.0340814859999, -77.0333247359999,
-77.0333892359999, -77.0330566109999, -77.0326234859999,
-77.0323507359999, -77.032255861, -77.0320824859999, -77.031946986,
-77.0315811109999, -77.0314831109999, -77.0314333609999,
-77.0314836109999, -77.031602236, -77.0318593609999, -77.0319373619999,
-77.0319319859999, -77.0316562369998, -77.0315481109999,
-77.031352861, -77.0312129869999, -77.0312077359999, -77.031080612,
-77.0309397359999, -77.0308561109999, -77.0309917369999,
-77.031004362, -77.0309112359999, -77.0307502359999, -77.029677487,
-77.0290178609999, -77.0284447359999, -77.0279473619999,
-77.027266111, -77.0263741109999, -77.0254819859999, -77.0243828609999,
-77.0236437359999, -77.0227949869999, -77.0222327359999,
-77.021885361, -77.021235986, -77.0196519859999, -77.0186594859999,
-77.017085986, -77.0160723609999, -77.0147629859999, -77.0142562359999,
-77.0132528619999, -77.012101861, -77.010898111, -77.0090253609999,
-77.0070878609999, -77.005945611, -77.0047312359999, -77.002967736,
-77.0018907369999, -77.001357361, -77.000317361, -76.9997048609999,
-76.998310986, -76.997754986, -76.997001486, -76.9960934859999,
-76.9953014859999, -76.995211236, -76.9941611109998, -76.992893986,
-76.9921653619999, -76.990523486, -76.989894986, -76.987954611,
-76.988603986, -76.9885732359999, -76.989126611, -76.9891937359999,
-76.989937361, -76.990540611, -76.9906019859998, -76.990140986,
-76.990188987, -76.990202486, -76.9893787359999, -76.9888192369999,
-76.988759236, -76.9883887359999, -76.9889728609999, -76.9904176109999,
-76.992753861, -76.995674236, -76.9969344869999, -76.998256361,
-76.9992597359999, -76.999608861, -77.000285111, -77.002220737,
-77.003359111, -77.004588736, -77.0051421119999, -77.005387986,
-77.0064946119999, -77.0081546119999, -77.0102141119999,
-77.012796236, -77.0146714859999, -77.016177736, -77.016761736,
-77.0164851109999, -77.0163928609999, -77.017007612, -77.017638736,
-77.0190057369999, -77.0201274859999, -77.0205428619998,
-77.022110486, -77.0240163609999, -77.025307362, -77.0261066109999,
-77.0271211109999, -77.0282812359999, -77.029457362, -77.0313324859999,
-77.0329346109999, -77.0340627369999, -77.034978236, -77.035893862,
-77.0374142359999, -77.0391799859999, -77.040373486, -77.041709861,
-77.0418448619999, -77.0429566109999, -77.0443953609999,
-77.044440986, -77.0460793619999, -77.0471256109999, -77.047926737,
-77.0485153609999, -77.0493328609999, -77.0501829859999,
-77.0514797359999, -77.0518014859998, -77.0521121109999,
-77.052254236, -77.052340987, -77.052896861, -77.0534442359998,
-77.053986862, -77.054176236, -77.054391862, -77.054773986,
-77.0552936109999, -77.0556938609999, -77.0557292359999,
-77.0560348619999, -77.0561112359999, -77.056148236, -77.056332111,
-77.056442736, -77.0567159859999, -77.0569956109999, -77.0570479859999,
-77.0571582359999, -77.0573632359999, -77.0576071119999,
-77.057618486, -77.0577014859999, -77.057997486, -77.0581243609999,
-77.059339861, -77.0598203609999, -77.059996111, -77.0626016109999,
-77.0644042359999, -77.0651523609999, -77.069847861, -77.069931611,
-77.0700837359999, -77.070441361, -77.0707113609999, -77.070705736,
-77.070740111, -77.070853862, -77.0709452359999, -77.071247862,
-77.071382862, -77.071658736, -77.0719269869999, -77.0723881119999,
-77.072664736, -77.0729916109999, -77.0729862359999, -77.073050111,
-77.073240111, -77.0735294859999, -77.0732294859999, -77.0727843619999,
-77.0726876109999, -77.072566111, -77.0723914869999, -77.0722637369999,
-77.0720514859999, -77.0718324869999, -77.0715181119999,
-77.071221236, -77.0709941119999, -77.0707321109999, -77.0704701109999,
-77.0703652369999, -77.070033361, -77.069666736, -77.0693686119999,
-77.0689146109999, -77.0684438609999, -77.068304112, -77.068047737,
-77.0676631109999, -77.067513236, -77.0672916119999, -77.0670308609999,
-77.066841862, -77.0667902369999, -77.066535361, -77.0663463619999,
-77.0661703609999, -77.0659487359999, -77.065655361, -77.065453361,
-77.0651403609999, -77.0647193609999, -77.0644137359999,
-77.064078237, -77.0635881109999, -77.062832737, -77.0619983609999,
-77.0613856109999, -77.060909736, -77.0603947359999, -77.059754861,
-77.0596809859999, -77.0592996119999, -77.058758611, -77.0581628609999,
-77.056881236, -77.056085861, -77.0554601109999, -77.0552058609999,
-77.054736862, -77.054212111, -77.0540598609999, -77.0536899859998,
-77.0532799859999, -77.052529986, -77.052079986, -77.0517099859999,
-77.050949986, -77.0488917359999, -77.0480594859998, -77.047298736,
-77.046707111, -77.046720111, -77.0471232369999, -77.047591236,
-77.047890487, -77.047890487, -77.0478897359999, -77.0463949869999,
-11.8974343549999, -11.8978864789999, -11.8973043549999,
-11.8972263539999, -11.897187355, -11.89705623, -11.8967747299999,
-11.897205104, -11.8968102299999, -11.895834855, -11.8955098549999,
-11.895437354, -11.8952437299999, -11.8949507299999, -11.8944979799999,
-11.8953632299997, -11.8979238539998, -11.8982216049999,
-11.8983188549999, -11.8985027289999, -11.89888123, -11.89913948,
-11.8992056049999, -11.8992281039999, -11.899330355, -11.899459604,
-11.8995732299999, -11.89970298, -11.8998272299999, -11.9000814799999,
-11.9022061049999, -11.9023476049999, -11.9062001049999,
-11.9073616049999, -11.9074374799998, -11.9079062299999,
-11.90762548, -11.9074312299998, -11.9072832299997, -11.9073532289999,
-11.90740748, -11.907572854, -11.907643605, -11.9076784789999,
-11.9077504799999, -11.9078236039999, -11.907972604, -11.9080884799998,
-11.908169605, -11.908304729, -11.9083858549999, -11.908503604,
-11.908620105, -11.90867723, -11.908773605, -11.9089028549999,
-11.9089557299998, -11.9091739799999, -11.9095256049999,
-11.909848605, -11.9101482299998, -11.910078105, -11.909964604,
-11.9097049799999, -11.90950498, -11.9094131049999, -11.9094347299999,
-11.9092779789999, -11.9088007299999, -11.9082452289999,
-11.9076667299998, -11.9070991049999, -11.9067551049999,
-11.906038479, -11.9050986049999, -11.904802979, -11.9045073539998,
-11.9041271049999, -11.903451355, -11.903229605, -11.9033879789999,
-11.903757605, -11.903863104, -11.9039199799999, -11.903880854,
-11.9038737299999, -11.9034618539999, -11.9020786049999,
-11.9010964799998, -11.9007207299999, -11.8998927299999,
-11.8997977289999, -11.8997448539998, -11.8996642289999,
-11.899554854, -11.8995126039999, -11.8998188549999, -11.8998589789999,
-11.90032573, -11.9006952299999, -11.900705855, -11.9001288549999,
-11.8993647299999, -11.8971461039999, -11.8994008539999,
-11.90127598, -11.9038888539999, -11.904050979, -11.9058453549999,
-11.9073009799999, -11.9084691039999, -11.911543105, -11.9130769799999,
-11.9135104799999, -11.9144258539999, -11.9150474799999,
-11.91522298, -11.9163078549999, -11.9167996049999, -11.9169841049999,
-11.916861105, -11.9173221049999, -11.9184903549998, -11.91971998,
-11.9210449799999, -11.9228552299999, -11.92402348, -11.9253457299999,
-11.9267901049999, -11.928173355, -11.9288804799999, -11.9298948549999,
-11.9314933539999, -11.9323539799998, -11.93336848, -11.9350898549999,
-11.935950605, -11.936811355, -11.93779498, -11.9399161039999,
-11.9418219789999, -11.94385073, -11.949581979, -11.9515049789999,
-11.9525369799999, -11.9529189799999, -11.9541178549999,
-11.9555318549999, -11.9569152299999, -11.9579296049999,
-11.9588826049999, -11.9606777299998, -11.9608806049999,
-11.9612802299999, -11.9617437299999, -11.9624138549999,
-11.963067855, -11.9636237299999, -11.9643921049999, -11.9652423549999,
-11.96556923, -11.965613855, -11.9656183549999, -11.96548748,
-11.9655529799999, -11.9655621049998, -11.965896229, -11.9663702289999,
-11.9670079799999, -11.9677927299999, -11.9685938549999,
-11.9691988549999, -11.9695917299998, -11.9696892289999,
-11.970163355, -11.9706911049999, -11.97101348, -11.9721252299999,
-11.97278098, -11.9730483549998, -11.9731591049999, -11.973285355,
-11.97360623, -11.9739578539999, -11.9741543549999, -11.97417173,
-11.9744239799999, -11.9746799789999, -11.97481448, -11.9750109799999,
-11.975186605, -11.975248355, -11.9752353549999, -11.97520198,
-11.975131355, -11.9751183549999, -11.975141105, -11.9751686049999,
-11.975368729, -11.9763087289999, -11.9768422299999, -11.9771347299999,
-11.9769199799999, -11.9767402289999, -11.9650351049999,
-11.956535104, -11.952460979, -11.9531584799998, -11.952470729,
-11.9517726049999, -11.9501308549999, -11.94812023, -11.948116979,
-11.94791498, -11.947021854, -11.945556105, -11.9417486049999,
-11.94016598, -11.93788373, -11.935452605, -11.9304224799999,
-11.927446355, -11.9244784799999, -11.9244711049999, -11.9240831039999,
-11.9225057299999, -11.9176242299999, -11.9174113549999,
-11.917043604, -11.9169081049999, -11.9168362299999, -11.9165218549999,
-11.9160389789999, -11.9153387299999, -11.914740105, -11.9134999799999,
-11.9125043549999, -11.911770605, -11.9111767299999, -11.9105479799999,
-11.9102334799999, -11.909814355, -11.9092278549999, -11.9088011049999,
-11.9084691049999, -11.908399479, -11.908341229, -11.9083201039999,
-11.9081506049999, -11.9079812299998, -11.90780523, -11.907492229,
-11.9069304799999, -11.9067768549999, -11.9062407289999,
-11.9058756049999, -11.905530105, -11.90487173, -11.9043437299999,
-11.9038743539999, -11.903176854, -11.902566355, -11.9021392289999,
-11.901536855, -11.9007949799999, -11.8996926039999, -11.898897355,
-11.8982519799999, -11.8978152299999, -11.8972742299999,
-11.896602604, -11.8965276039999, -11.8961398549999, -11.8954946049999,
-11.89477298, -11.893675855, -11.89284148, -11.891870105,
-11.8915312299999, -11.890771604, -11.8900553539999, -11.8898399789999,
-11.88893998, -11.88835998, -11.8879099799998, -11.8877399799999,
-11.88760998, -11.8878099799999, -11.8906854789999, -11.8917517289999,
-11.892805229, -11.8936242299999, -11.8940273549999, -11.8948206049998,
-11.8955618549999, -11.896342105, -11.8965631049999, -11.8965843549998,
-11.8974343549999), .Dim = c(299L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-76.7109076109999,
-76.709631611, -76.7079181109999, -76.706226736, -76.704017361,
-76.703431736, -76.7008449859999, -76.7001528609999, -76.6984887359999,
-76.696107736, -76.6941408609999, -76.6936751109999, -76.6933386109999,
-76.6928469859999, -76.691759986, -76.690336611, -76.6894049859999,
-76.688136861, -76.686920486, -76.6863787359999, -76.6852812359999,
-76.6834882359999, -76.6822664859999, -76.6818861109999,
-76.681833736, -76.6816864859999, -76.6814337359999, -76.681332861,
-76.681234736, -76.6810382359999, -76.680834111, -76.680256986,
-76.6789586109999, -76.677788736, -76.6772227359999, -76.6767866109999,
-76.676445986, -76.6760917359999, -76.6759107359998, -76.675795111,
-76.6755976109999, -76.6755342359999, -76.675298861, -76.6749592359999,
-76.6747334859999, -76.6736953609999, -76.673258861, -76.6728399859999,
-76.6726917359999, -76.6726562359999, -76.6724737359999,
-76.672107361, -76.672020236, -76.6715583609999, -76.671054236,
-76.6703708609999, -76.6696528609999, -76.6694388609999,
-76.6693723609999, -76.6692569849999, -76.6691414859999,
-76.6690094859999, -76.668769986, -76.669758486, -76.6699588609999,
-76.6704299859999, -76.670849236, -76.6712499859999, -76.6717159859999,
-76.671331236, -76.6706584859999, -76.6692304859999, -76.6666222359999,
-76.6650244859999, -76.662417736, -76.6612404859999, -76.659054236,
-76.6548497359999, -76.6528316109999, -76.651317986, -76.6487112359999,
-76.647269486, -76.6469608609999, -76.6469256109999, -76.6466783609999,
-76.6466783599999, -76.6468612359999, -76.6477021109999,
-76.6484588609999, -76.6484962359999, -76.6483341109999,
-76.650224736, -76.652242986, -76.653924736, -76.654681486,
-76.6551019859999, -76.656363361, -76.658045111, -76.659810986,
-76.6614087359999, -76.663510861, -76.6651086109998, -76.6678836109999,
-76.6693971109999, -76.670826736, -76.672340236, -76.673507236,
-76.6747788609999, -76.6766287359999, -76.6778902359998,
-76.679571986, -76.681001486, -76.684280986, -76.6858787359999,
-76.6871572359999, -76.689158111, -76.6906717359999, -76.6922316109999,
-76.693334861, -76.694235111, -76.6958867359999, -76.6977277359999,
-76.6988619859999, -76.7000057359999, -76.701519361, -76.7037897359999,
-76.7064806109999, -76.7084987359999, -76.7100123609999,
-76.712450861, -76.714792986, -76.7152259859999, -76.7168236109999,
-76.7193462359999, -76.7206076109999, -76.721196236, -76.722289361,
-76.7232984859999, -76.7231302359999, -76.7238029859999,
-76.7251483609999, -76.7263256109999, -76.7280914859999,
-76.729184736, -76.7302444859999, -76.7306506109999, -76.7308942359999,
-76.7312462359999, -76.732167611, -76.732246236, -76.732954986,
-76.7331709859998, -76.7339504859999, -76.7342452359999,
-76.735409986, -76.736285986, -76.737085986, -76.7385299859999,
-76.739071236, -76.739613611, -76.740629986, -76.740861986,
-76.741076611, -76.7413019859999, -76.741409361, -76.7415269859999,
-76.7416981109999, -76.741945986, -76.7422357359999, -76.7425791109999,
-76.7429303609999, -76.743158611, -76.7433196109999, -76.7435036109999,
-76.743734611, -76.7440137359999, -76.7447438609999, -76.745013861,
-76.745493736, -76.7460902359999, -76.746542736, -76.7468792359999,
-76.7471742359999, -76.7474478609999, -76.7477108609999,
-76.747869236, -76.748042986, -76.7482371109999, -76.748405611,
-76.7485213609999, -76.7486266109999, -76.748805486, -76.7489757359999,
-76.749258486, -76.7495283609999, -76.7497757359999, -76.750040986,
-76.750258486, -76.750442611, -76.750575736, -76.7507314859999,
-76.7509629859999, -76.7512049859998, -76.7514154859999,
-76.751594486, -76.7517523609999, -76.751923486, -76.7521212359999,
-76.7523913609999, -76.7526306109999, -76.753078361, -76.7534257359999,
-76.753832361, -76.7541507359999, -76.7546464859999, -76.755215861,
-76.755621611, -76.755956111, -76.756191611, -76.756664986,
-76.756981611, -76.7572976109999, -76.7576578609999, -76.7580913609999,
-76.758399986, -76.758704861, -76.759062236, -76.7592758609999,
-76.7594347359999, -76.7596212359999, -76.759834486, -76.7601192359999,
-76.760476986, -76.7606664859999, -76.7608243609999, -76.7609401109999,
-76.761161111, -76.761445236, -76.7616978609999, -76.7619924859999,
-76.762202986, -76.7623608609999, -76.7625608609999, -76.762897611,
-76.763129111, -76.763318611, -76.763565236, -76.763809236,
-76.764230861, -76.764615361, -76.764991986, -76.765297236,
-76.765749736, -76.766105986, -76.766408986, -76.766770611,
-76.7671178609999, -76.767296861, -76.7674862359999, -76.7677809859999,
-76.7681387359999, -76.768643986, -76.768907111, -76.7691596109999,
-76.769341486, -76.7695999859999, -76.769885861, -76.770254111,
-76.770475236, -76.770885611, -76.7713301109999, -76.771870486,
-76.7721904859999, -76.772513611, -76.7729539859999, -76.7733063609999,
-76.773644361, -76.7738642359999, -76.7743333609999, -76.774663861,
-76.774883986, -76.7751719859999, -76.7755823609999, -76.775890611,
-76.7762109859999, -76.776389861, -76.776600361, -76.7768529859999,
-76.7771792359999, -76.7775369859999, -76.777947486, -76.7785684859999,
-76.7788421109999, -76.7793156109998, -76.7796629859999,
-76.780010236, -76.7804417359999, -76.7811363609999, -76.7815994859999,
-76.7820519859999, -76.782472986, -76.782714986, -76.7831464859999,
-76.7836622359999, -76.7842722359999, -76.785167611, -76.786419611,
-76.786987986, -76.787892986, -76.7886192359999, -76.7891454859999,
-76.7907241109999, -76.7917133609999, -76.7924501109998,
-76.792884736, -76.7932919859999, -76.7935074859999, -76.7942022359999,
-76.794908861, -76.795220236, -76.7957352359999, -76.7961557359999,
-76.796628486, -76.7970632359999, -76.797482111, -76.7977286109999,
-76.7981187359999, -76.798853986, -76.7992471109999, -76.799705111,
-76.8000707359998, -76.8007443609999, -76.801328486, -76.8021081109999,
-76.8025023609999, -76.8029352359999, -76.8034963609999,
-76.803843736, -76.804346736, -76.804637736, -76.8050054859999,
-76.805309736, -76.805727111, -76.8062843609999, -76.806849986,
-76.8071613609999, -76.8075566109999, -76.8079278609999,
-76.808155486, -76.808454861, -76.808826236, -76.8091854859999,
-76.8095448609999, -76.810071862, -76.8103952359999, -76.810814361,
-76.811144111, -76.8117007359999, -76.812095986, -76.8126828609999,
-76.813006236, -76.8132457359999, -76.8135931109999, -76.813964361,
-76.8142158609999, -76.8144016109999, -76.814667986, -76.815175611,
-76.815554611, -76.8161137359999, -76.816669611, -76.8172571109999,
-76.817806736, -76.8184017359999, -76.8188389859999, -76.8191503609999,
-76.8194258609999, -76.819809111, -76.8201324859999, -76.820551736,
-76.821090736, -76.821593736, -76.8221504859999, -76.8227794859999,
-76.8232944859999, -76.8237137359999, -76.824252611, -76.824683861,
-76.825090986, -76.8253186109999, -76.8257138609999, -76.8262887359999,
-76.826444486, -76.8266891109998, -76.8268721109999, -76.8270912359999,
-76.827270861, -76.8273547359999, -76.8277228609999, -76.827898611,
-76.8281856109999, -76.8286242359999, -76.829127361, -76.829522611,
-76.829893861, -76.830301111, -76.8305407359999, -76.8307681109998,
-76.8312832359999, -76.8317263609999, -76.8321177369999,
-76.832246611, -76.8347132359999, -76.837207486, -76.837531611,
-76.8376907359999, -76.8381298609999, -76.8384347359999,
-76.8388742359999, -76.839026611, -76.839331611, -76.8396184859999,
-76.8398923609999, -76.8402911109999, -76.8404166109999,
-76.840631861, -76.840631861, -76.8406677359999, -76.8407753609999,
-76.8409098609999, -76.840927861, -76.840900861, -76.841026486,
-76.8411161109999, -76.8411519859999, -76.841438986, -76.841618361,
-76.841994987, -76.842828987, -76.843618111, -76.844602236,
-76.846030361, -76.8466991109999, -76.8473231109999, -76.847641611,
-76.848068236, -76.848361236, -76.8486604859999, -76.848851611,
-76.849118986, -76.849383861, -76.8496794869999, -76.8501316109999,
-76.8503736109999, -76.850583736, -76.850889486, -76.8510932359999,
-76.8513543609999, -76.851653611, -76.851940236, -76.8521312359999,
-76.8525197359999, -76.8528126109999, -76.8530356109999,
-76.853322111, -76.8536978609999, -76.854099111, -76.854359986,
-76.854583111, -76.854844111, -76.856913861, -76.857130362,
-76.8574361109999, -76.857748111, -76.857881861, -76.858130236,
-76.8583849859999, -76.8586078609999, -76.858977236, -76.8593019859999,
-76.8595057359998, -76.8597351109999, -76.8598942359999,
-76.860021611, -76.8602699859999, -76.8604673609999, -76.860696611,
-76.8609004859999, -76.8611297359999, -76.861327111, -76.8616336109999,
-76.8626787359999, -76.863514112, -76.864222986, -76.864881111,
-76.8657671109999, -76.866273361, -76.867007486, -76.8673957359999,
-76.867668486, -76.867895361, -76.868134861, -76.868536111,
-76.8688544859999, -76.869217486, -76.8696504859999, -76.8699817359999,
-76.870491111, -76.8709561109999, -76.871204361, -76.8714146109999,
-76.8716438609999, -76.871847611, -76.872108736, -76.8724334859999,
-76.8729938609999, -76.873159486, -76.8732741109999, -76.873426986,
-76.8735607359999, -76.873745361, -76.873910987, -76.8743184859999,
-76.8746242359999, -76.8749234859999, -76.8753757359999,
-76.875694111, -76.8759361109999, -76.8764456109999, -76.876929611,
-76.877413486, -76.877693737, -76.878069486, -76.8784133609999,
-76.878725361, -76.879304986, -76.879858986, -76.8800118609998,
-76.880247486, -76.8804639859999, -76.8808588609999, -76.881291861,
-76.881470237, -76.881648486, -76.8819223609999, -76.882074111,
-76.882259861, -76.882578236, -76.8829157359999, -76.8834379859999,
-76.8840493609999, -76.884609736, -76.884864486, -76.8853484859999,
-76.885908861, -76.8862527369999, -76.8865903609999, -76.887118861,
-76.8876092359999, -76.8880359859999, -76.888443486, -76.8888319869999,
-76.889500611, -76.889666236, -76.8899082369999, -76.8902329859999,
-76.890436736, -76.890742486, -76.8912264859999, -76.891774111,
-76.8919842359999, -76.892315486, -76.8926848609999, -76.8931178619999,
-76.8934553609999, -76.8936909859999, -76.893958486, -76.8944499859999,
-76.8950538619999, -76.895531486, -76.8960091109999, -76.896403861,
-76.896836986, -76.8973528619999, -76.897824111, -76.8982316109999,
-76.8986647359999, -76.899339986, -76.8996523609999, -76.899912861,
-76.900167612, -76.9003141109999, -76.900536986, -76.9006878609999,
-76.9008872359999, -76.901097361, -76.9013667359999, -76.901639361,
-76.902065486, -76.9023552359999, -76.902644987, -76.9028836109999,
-76.9031392359999, -76.9034459859999, -76.9038038609999,
-76.9041107359999, -76.904451611, -76.904707236, -76.9049117359999,
-76.905252611, -76.9056446109999, -76.906292236, -76.9067012359999,
-76.9071784859999, -76.907757986, -76.908201111, -76.908541986,
-76.9090873609999, -76.9095304859998, -76.9099907359999,
-76.910501986, -76.9110643609999, -76.9119507359999, -76.9124961109999,
-76.913024362, -76.9138083609998, -76.9142174859999, -76.9144389859999,
-76.915018486, -76.9155638619999, -76.9165523619999, -76.9172682359999,
-76.918035236, -76.9189043609999, -76.919534986, -76.9202678619999,
-76.921324611, -76.922210862, -76.9232504859999, -76.9240686109999,
-76.9249377359999, -76.925823986, -76.927204611, -76.928908862,
-76.9304087359999, -76.931499486, -76.9326926109999, -76.933903487,
-76.934587736, -76.935264736, -76.9356968609999, -76.9360066109999,
-76.9363307359999, -76.9367341119998, -76.938167361, -76.938383487,
-76.938613986, -76.9391083609999, -76.9397514859999, -76.939953611,
-76.9402344859999, -76.9405729859999, -76.9412212359999,
-76.9415237359999, -76.942056736, -76.942849111, -76.943475737,
-76.944080736, -76.944613736, -76.945089111, -76.9455212359999,
-76.946046987, -76.9464574859999, -76.9470986109999, -76.9484309869999,
-76.949381736, -76.950670987, -76.951290861, -76.9519737359999,
-76.952639486, -76.9525157359999, -76.9523654859999, -76.952155986,
-76.952103236, -76.952080361, -76.952251486, -76.952217236,
-76.952160237, -76.9522058609999, -76.9522187359999, -76.952753737,
-76.952768611, -76.9528582359999, -76.952930486, -76.9539414869999,
-76.954726861, -76.9552207359999, -76.9564063609999, -76.9581403609999,
-76.959382611, -76.9603918609998, -76.961463486, -76.9615564859999,
-76.9617173609999, -76.9632903609998, -76.965024361, -76.966240737,
-76.9674082359999, -76.9691651109999, -76.9696309859999,
-76.9697603609999, -76.9693979859999, -76.9682076109999,
-76.966680611, -76.965482736, -76.9646878609999, -76.963652736,
-76.9629189859999, -76.9623846109999, -76.9610129869999,
-76.9591754859998, -76.957915112, -76.957726236, -76.956895861,
-76.954726611, -76.953498111, -76.9508359859999, -76.950557611,
-76.950272861, -76.950039986, -76.9501693609999, -76.9492118609999,
-76.9481248609999, -76.9462098609999, -76.944631112, -76.9426641109999,
-76.940904361, -76.9397398609999, -76.938911612, -76.9384908609999,
-76.9380576109999, -76.937125986, -76.935599111, -76.934925612,
-76.9335544859999, -76.9323899859999, -76.932027611, -76.9313731109999,
-76.9291511109999, -76.9277512359999, -76.9257679859999,
-76.923492986, -76.9222682359999, -76.920634986, -76.9203433609998,
-76.920226736, -76.9195267359999, -76.918283236, -76.9165519859999,
-76.914977111, -76.913518986, -76.9121772359999, -76.910427361,
-76.909265736, -76.9079774859999, -76.9058193609999, -76.902436361,
-76.8998697359999, -76.8960199859999, -76.893745111, -76.8905369869999,
-76.8863956109999, -76.883362486, -76.881889986, -76.879819986,
-76.878379861, -76.8766801109999, -76.8740799859999, -76.8692299859999,
-76.865889986, -76.8634899859999, -76.8614399859999, -76.859529986,
-76.8573399859999, -76.8557699869999, -76.854679986, -76.852489986,
-76.850319987, -76.849019986, -76.8488299859999, -76.8467999859999,
-76.8454999859999, -76.844609986, -76.8440899859999, -76.8428799859999,
-76.839789986, -76.8389199859999, -76.8370099859999, -76.835329986,
-76.8333799859998, -76.8333499859999, -76.831999986, -76.8304299859999,
-76.829310111, -76.828399861, -76.8277299859999, -76.8274799859999,
-76.8269899859999, -76.8264699859999, -76.8258999859999,
-76.8259101109999, -76.8260299869999, -76.8257699859999,
-76.8252799859999, -76.822909986, -76.820179986, -76.8181601109999,
-76.8180499859999, -76.817259986, -76.816369986, -76.815409986,
-76.8147299859999, -76.8146299859999, -76.8140699859999,
-76.814049986, -76.8131999859999, -76.812169986, -76.8108999859999,
-76.8094399859999, -76.8075699859999, -76.805769986, -76.804319861,
-76.8028199859999, -76.8022799859999, -76.800959986, -76.800459986,
-76.800139986, -76.8000501109999, -76.7991398609999, -76.798009986,
-76.7959199859999, -76.795189986, -76.7934999859999, -76.792389986,
-76.791679986, -76.7908099859999, -76.789969986, -76.7897399859999,
-76.788979986, -76.788339986, -76.7868499859999, -76.785189986,
-76.784939986, -76.7833299859999, -76.7820499859999, -76.780189986,
-76.7795699859998, -76.7787899859999, -76.7781099859998,
-76.7776199859999, -76.7769599859999, -76.7754199859999,
-76.772779986, -76.770739986, -76.7689199859999, -76.768149986,
-76.7661099859999, -76.7641799859999, -76.7628699859999,
-76.7608399859999, -76.7599399859999, -76.7586898609999,
-76.7570599859999, -76.756189986, -76.7548099859999, -76.7539299859999,
-76.752869986, -76.7521299859999, -76.750960111, -76.7495899859999,
-76.748649986, -76.748149986, -76.7470099859999, -76.746199986,
-76.7451699859999, -76.744029986, -76.742569986, -76.7416899859999,
-76.7412799859999, -76.7408099859999, -76.7402399859999,
-76.7396099859999, -76.7388699859999, -76.738209986, -76.737709986,
-76.7363899859999, -76.735049986, -76.734289986, -76.7333899859999,
-76.733189986, -76.7323399859999, -76.731409986, -76.7312299859999,
-76.730999986, -76.7309699859999, -76.7308999859999, -76.7306899859999,
-76.7303201109999, -76.7296899859999, -76.7290499859999,
-76.7279399859999, -76.727869986, -76.727219111, -76.727009986,
-76.7266799859999, -76.7268012359999, -76.7263353609999,
-76.7256883609999, -76.724876361, -76.724782611, -76.7237404859999,
-76.7225009859999, -76.721589361, -76.7206779859999, -76.7194019859999,
-76.7186491109999, -76.7182353609999, -76.7177978609999,
-76.7167771109999, -76.7145082359999, -76.7134959859999,
-76.712365861, -76.7118189859999, -76.7113509859999, -76.7109076109999,
-11.8921506049998, -11.8924058549999, -11.8924058549999,
-11.89205498, -11.8913849799999, -11.891485605, -11.8926537299999,
-11.8929159799999, -11.8935559799999, -11.894901729, -11.89655798,
-11.8981367299999, -11.900414105, -11.9018892299999, -11.90292448,
-11.9044772299998, -11.9057194789999, -11.9069099799999,
-11.907712229, -11.90800848, -11.908635605, -11.9100624789999,
-11.9110717299999, -11.911858105, -11.9119943539999, -11.9126719799999,
-11.9135567299999, -11.9139096049999, -11.9141943549999,
-11.9149996039999, -11.9153551049999, -11.9156642299999,
-11.9161794799999, -11.9166351039999, -11.91680673, -11.91680673,
-11.9167658539999, -11.9168339799999, -11.9170224799999,
-11.9170878539999, -11.917351104, -11.9174778549999, -11.917884229,
-11.9182346049999, -11.9184672289999, -11.9195289799999,
-11.9200481049999, -11.92027848, -11.920470355, -11.9205551049999,
-11.9207058549999, -11.9207989789999, -11.920819105, -11.920898355,
-11.9209284799999, -11.920994105, -11.921120855, -11.9211941049999,
-11.9213351049999, -11.9216816049999, -11.9225723549999,
-11.9232322299999, -11.92354998, -11.924830229, -11.9254534789999,
-11.9261199799999, -11.927167605, -11.92785773, -11.9289376049999,
-11.9299526049999, -11.9310458539999, -11.932637605, -11.9336526049999,
-11.9347457299999, -11.936595729, -11.9379411049999, -11.9401274799999,
-11.9439956049999, -11.9462659799999, -11.9481999799999,
-11.9505544799999, -11.952259479, -11.952875605, -11.9542528549999,
-11.955912605, -11.957713605, -11.9604771049998, -11.9620747299999,
-11.9645133549999, -11.9661569789999, -11.9673731049999,
-11.9691382299999, -11.9705677289999, -11.9709882289999,
-11.9718291049999, -11.9735949799999, -11.9751927299999,
-11.9762858549999, -11.9772949799999, -11.9790608549999,
-11.97922898, -11.97922898, -11.980490355, -11.9809107299999,
-11.98040623, -11.9801538549999, -11.9801771049998, -11.9813312289999,
-11.9836857289999, -11.9852834799999, -11.98646073, -11.988058354,
-11.9894038549999, -11.9894878549999, -11.98907123, -11.98797423,
-11.9868809799999, -11.986787729, -11.9864934799999, -11.9866252299999,
-11.98659823, -11.9863274799999, -11.985962855, -11.985872104,
-11.9867969799999, -11.9886469799999, -11.9908333549998,
-11.9923469799999, -11.992935605, -11.9928514799999, -11.9923648549999,
-11.98999248, -11.988226605, -11.98646073, -11.9851152299998,
-11.9836857299999, -11.9798176049999, -11.9769586049999,
-11.974183605, -11.9723336049998, -11.969895105, -11.9683814799999,
-11.9661111049999, -11.9642611049999, -11.963016105, -11.9622038549999,
-11.961851855, -11.961554104, -11.961585355, -11.9616104799999,
-11.961746729, -11.961788355, -11.9619276049999, -11.9619803549999,
-11.9623099799999, -11.9625921049999, -11.9633023549999,
-11.9643301049999, -11.9646157299999, -11.96476523, -11.9647999799999,
-11.96477448, -11.96478523, -11.9649139799999, -11.9650642299999,
-11.96521473, -11.9653217299999, -11.9654398549999, -11.9655149799999,
-11.9656222299999, -11.9656938549999, -11.9658047299998,
-11.9659442289998, -11.9663271049999, -11.9667249799999,
-11.9670517289999, -11.96747448, -11.96753798, -11.9676509799999,
-11.9677051039999, -11.9677051049999, -11.9677028549999,
-11.967698605, -11.967694605, -11.9676907299999, -11.9676884799998,
-11.9676491049999, -11.96767348, -11.9677051049999, -11.9677471049999,
-11.96779973, -11.9679154799999, -11.9680684799999, -11.9683042299999,
-11.9684736049999, -11.9685946049999, -11.968667355, -11.9687042299998,
-11.9687337299999, -11.9687102299999, -11.9687048539999,
-11.9686943549999, -11.96875748, -11.96885223, -11.9689679799999,
-11.96909098, -11.9691936049999, -11.969345855, -11.9694919789998,
-11.9695781049999, -11.9698731049999, -11.9699783549999,
-11.9700108549999, -11.97016998, -11.9705151039999, -11.9707024799999,
-11.9708027289999, -11.9708854799999, -11.9709436049999,
-11.9710606049999, -11.9711321039998, -11.97119398, -11.9712646049999,
-11.97134948, -11.97140998, -11.9713794799999, -11.9713436049999,
-11.9713222299998, -11.9713063549999, -11.9712922299999,
-11.9712762299999, -11.97114648, -11.9710097299998, -11.97091498,
-11.9708728549999, -11.97082023, -11.9706413549999, -11.9706203549999,
-11.9706203549999, -11.97069398, -11.97082023, -11.9709886049999,
-11.9711569799999, -11.9712096039999, -11.9712728549999,
-11.9713674799999, -11.971564605, -11.9716936049999, -11.97194873,
-11.97218148, -11.9724409799999, -11.9725988549999, -11.9726619799999,
-11.97260123, -11.972645605, -11.972588355, -11.972588355,
-11.9726199799999, -11.972693605, -11.9727462289999, -11.972914605,
-11.973125105, -11.973261855, -11.973451355, -11.9736534799999,
-11.9737421049999, -11.973977605, -11.97413548, -11.9741881039999,
-11.97426173, -11.9742959799999, -11.974412355, -11.9743977299999,
-11.97435323, -11.974303855, -11.9742742299999, -11.974257355,
-11.9742821049999, -11.9743798549999, -11.9744196049999,
-11.97464423, -11.97482423, -11.9750823549998, -11.975070355,
-11.9750931049998, -11.9750931039999, -11.97511423, -11.9751247299999,
-11.975156355, -11.975156355, -11.9751457289999, -11.9752404799999,
-11.9751352299999, -11.9751457299999, -11.9751457299999,
-11.9751457299999, -11.97521948, -11.9755352299999, -11.9757246049999,
-11.9759982299999, -11.9761982289999, -11.9764823549999,
-11.9766823549999, -11.9769138549999, -11.9771992289999,
-11.977484605, -11.977640105, -11.9776927299999, -11.9779559799999,
-11.9779978549999, -11.977976855, -11.978218855, -11.9784714799999,
-11.9788398549999, -11.9787571049999, -11.9787092289999,
-11.9787691049999, -11.978793105, -11.9788769799999, -11.9791044799999,
-11.9793439789999, -11.9796578549999, -11.9798703549999,
-11.9800659799999, -11.9802543549999, -11.9803652299998,
-11.980637604, -11.9808984789999, -11.9811101049999, -11.98135023,
-11.9814166049999, -11.9817179799999, -11.98184723, -11.98209073,
-11.9821458539999, -11.9822062299999, -11.98238623, -11.982458105,
-11.9826257299999, -11.98260698, -11.9827352299998, -11.9828413549999,
-11.98298698, -11.98318123, -11.9832366049999, -11.9833204799999,
-11.98340423, -11.9834641049999, -11.9834761049999, -11.9834881049999,
-11.98352398, -11.9835599799999, -11.9835599799999, -11.983500105,
-11.9834881049999, -11.9834881049999, -11.9836509799999,
-11.9835359799998, -11.9835479799999, -11.9835479799999,
-11.983595855, -11.983595855, -11.9836318549999, -11.98366773,
-11.9837636049999, -11.983882104, -11.9839009799999, -11.98393698,
-11.9840481049999, -11.984211855, -11.9843748549999, -11.9845583539999,
-11.984750355, -11.9849583549998, -11.985009229, -11.9851888549999,
-11.9853326049999, -11.9854403549999, -11.9855362299999,
-11.9858116039998, -11.9861349799999, -11.986458355, -11.986778479,
-11.9870572299999, -11.9872728549998, -11.9875483539999,
-11.9877039799999, -11.9878717299999, -11.9879556039999,
-11.9879914799999, -11.9881831049999, -11.98827898, -11.98827898,
-11.9882398549999, -11.9883016049999, -11.9884706049999,
-11.9885663549999, -11.988578355, -11.9885883549999, -11.9886476049999,
-11.9887442289999, -11.9887819799999, -11.988841855, -11.9888178539999,
-11.9889976049999, -11.989344855, -11.9896904799999, -11.9899317299999,
-11.990123355, -11.990279105, -11.9903364799999, -11.9903892299999,
-11.99124698, -11.9925941039999, -11.99282098, -11.9929482299999,
-11.9934978539999, -11.99382073, -11.9942869789999, -11.9944753549999,
-11.9950133549999, -11.9954797299999, -11.9955741049999,
-11.99573973, -11.9959371049999, -11.99611648, -11.9962957299999,
-11.9965872299999, -11.9968024799999, -11.9971252299999,
-11.9975557299999, -11.997788855, -11.998317979, -11.9988112299998,
-11.999259605, -11.9999052299999, -12.0004792299999, -12.0010621049999,
-12.0016718549999, -12.00227273, -12.0029606049999, -12.0037308549999,
-12.004138355, -12.00432948, -12.004418605, -12.0044822299999,
-12.0045968539999, -12.004692355, -12.004692355, -12.00469873,
-12.0046679799999, -12.004686104, -12.0046923539999, -12.004711479,
-12.004819729, -12.0049279799999, -12.00497898, -12.005010855,
-12.005068104, -12.0051573549998, -12.0051827299999, -12.00525923,
-12.0053356049999, -12.0054056049999, -12.0055012299999,
-12.0056603539999, -12.00584098, -12.0058299799999, -12.0058642299999,
-12.0058832299999, -12.00601698, -12.006010605, -12.0060106039998,
-12.00601698, -12.006029729, -12.00602973, -12.00602973,
-12.0060807299998, -12.0060871049998, -12.0061826049999,
-12.0062462299999, -12.006290855, -12.0063672299999, -12.00640548,
-12.006399105, -12.006341855, -12.00630998, -12.00630998,
-12.00633548, -12.006341855, -12.0065001049999, -12.0064526049999,
-12.0064778549999, -12.0065538549999, -12.00680698, -12.0068576039999,
-12.0069082299999, -12.0069588549999, -12.0070564799999,
-12.0071251049998, -12.0070799799999, -12.0071378549999,
-12.00727798, -12.0074117299998, -12.0075963549999, -12.0077811049999,
-12.00791473, -12.00801673, -12.008042105, -12.0081441049999,
-12.0082268549999, -12.0082523549999, -12.0082459799999,
-12.00820773, -12.008214105, -12.008271355, -12.0084114799999,
-12.008564355, -12.008653479, -12.008672605, -12.00860898,
-12.008589855, -12.00860898, -12.008564355, -12.008551605,
-12.008685355, -12.0087363549999, -12.0087936049999, -12.0087936049999,
-12.008774479, -12.0087427299998, -12.0088254789999, -12.0089973549999,
-12.0091757299999, -12.0092967289999, -12.0093986049999,
-12.0095642299999, -12.0097043549999, -12.0098252299999,
-12.00988898, -12.00990173, -12.009990855, -12.0100863549999,
-12.0101182299999, -12.0101118549999, -12.0100947289999,
-12.0100736049999, -12.0102456049999, -12.01029023, -12.0104939799999,
-12.010672229, -12.0108123539998, -12.01083148, -12.01086973,
-12.0109047299999, -12.011057605, -12.0112486049999, -12.01141423,
-12.0116179799999, -12.0116626049999, -12.011707105, -12.0118727299999,
-12.0121528549999, -12.0122293549999, -12.01238223, -12.0124649799999,
-12.0125096049999, -12.0125158549999, -12.0126304799999,
-12.0126878549999, -12.012745229, -12.0127897289999, -12.0128024799999,
-12.0127833539999, -12.0127833549998, -12.0127961049999,
-12.0128979789999, -12.0130399799999, -12.0130699799998,
-12.013139979, -12.0132673549999, -12.0133692299999, -12.0133628549999,
-12.0134966049999, -12.0135794789999, -12.0137194799999,
-12.0138914789999, -12.0140819799999, -12.0141876039999,
-12.014305355, -12.014439105, -12.0145028539999, -12.0145792289999,
-12.0146052299999, -12.014623855, -12.0147829799999, -12.0150256049999,
-12.01526423, -12.0155027299999, -12.0156391049999, -12.0158266049999,
-12.0158777299999, -12.0159458549999, -12.0160652299999,
-12.0162867299999, -12.0165083549999, -12.0167469799999,
-12.0168833549999, -12.0169514799999, -12.0169684799999,
-12.017121854, -12.0172753539999, -12.0175309799999, -12.017684355,
-12.0179058549999, -12.0179058549999, -12.0178207289999,
-12.0178377299999, -12.0180763539999, -12.0182127299999,
-12.0183831049999, -12.0186047299999, -12.0189114799999,
-12.0192949799999, -12.0195336049999, -12.0198573549999,
-12.0201301049999, -12.0202664799999, -12.020351605, -12.020351605,
-12.0205562299998, -12.0205391049998, -12.0207947299999,
-12.0209652299999, -12.0210674799999, -12.0212208549999,
-12.0212208549999, -12.021425355, -12.0215958549999, -12.0218003539999,
-12.021868479, -12.02186848, -12.022004855, -12.02197073,
-12.02197073, -12.0219537299999, -12.0218344799999, -12.0217312299999,
-12.02168073, -12.0218608549999, -12.0217527299999, -12.0216231049999,
-12.0215438539998, -12.0214286049998, -12.0219184799998,
-12.021976105, -12.0219039799999, -12.0216079799999, -12.021478105,
-12.0214214799998, -12.0213206049999, -12.02118373, -12.020946105,
-12.02081648, -12.0208381049999, -12.020888479, -12.0208884799999,
-12.0207516049999, -12.0206796039999, -12.0206147289999,
-12.02051398, -12.0205067299999, -12.0204923549999, -12.020485105,
-12.020485105, -12.0205787299999, -12.020737229, -12.0207459799999,
-12.0209146049999, -12.0212558549999, -12.0209916049999,
-12.0203317289999, -12.0197473549999, -12.019339354, -12.0191112299999,
-12.0191226049999, -12.0188717299999, -12.0186892299999,
-12.0182786049999, -12.01777348, -12.0172853549999, -12.0172464799998,
-12.0170127299999, -12.0168239799999, -12.0143796049999,
-12.012897355, -12.012265605, -12.01035123, -12.00918673,
-12.00804798, -12.0073233549999, -12.006394729, -12.0063141049999,
-12.0062828549999, -12.0059774799999, -12.0052012299999,
-12.0048389799999, -12.0042793549999, -12.0005169799999,
-11.9985761049999, -11.99655748, -11.9949269799999, -11.9935812299999,
-11.992494355, -11.9904876049998, -11.9891558539999, -11.9872148549999,
-11.985238105, -11.9837987299999, -11.9817542299999, -11.9790368549999,
-11.9763811039999, -11.97598298, -11.9746168549999, -11.971748105,
-11.9694356049999, -11.9625566049999, -11.96071398, -11.9578931049998,
-11.955512104, -11.9537523549999, -11.9525877299999, -11.952121855,
-11.952458355, -11.9531053549999, -11.9528206049999, -11.9522512299999,
-11.9512937289999, -11.950025605, -11.9491839789999, -11.9483176049999,
-11.94759298, -11.9467647299999, -11.9464664789999, -11.9458589799999,
-11.9446943549999, -11.94329698, -11.94217398, -11.9428048539999,
-11.943563105, -11.9450797289999, -11.9472962299999, -11.9500377299999,
-11.95377073, -11.956570605, -11.9577954799999, -11.9590787299999,
-11.96004098, -11.959837105, -11.9581454799999, -11.956862229,
-11.955637355, -11.9545873549999, -11.9543661049999, -11.954120729,
-11.95464573, -11.9549373539999, -11.955462355, -11.9562789799999,
-11.9562206049999, -11.9548791049999, -11.9523126039999,
-11.951495979, -11.95112998, -11.95107998, -11.9509399799999,
-11.9497799799999, -11.9484799789999, -11.94738998, -11.94634998,
-11.9450599799999, -11.9437699789999, -11.9425999799998,
-11.9407599799999, -11.9388499799999, -11.93720998, -11.9358398549999,
-11.9351599799999, -11.93507998, -11.935070104, -11.9351899799999,
-11.9357799799999, -11.936699979, -11.93734998, -11.9388699799999,
-11.9413899799999, -11.9419098549999, -11.9430099799999,
-11.9439399799999, -11.944579979, -11.9445899799999, -11.9451599799999,
-11.9451699799999, -11.944989979, -11.94437998, -11.94382998,
-11.9436399799999, -11.9431099799999, -11.9423399799999,
-11.9410299799999, -11.93838998, -11.9365799799999, -11.935799979,
-11.93430998, -11.9319799799999, -11.928959855, -11.9277399799999,
-11.92768998, -11.9273201039999, -11.9268199799999, -11.9266699789999,
-11.9267399799999, -11.926749979, -11.9270699799999, -11.9270799799999,
-11.92755998, -11.9280299799999, -11.9281901049999, -11.9279299789999,
-11.927699979, -11.9278999799999, -11.928119979, -11.9283499789998,
-11.9283199799999, -11.92851998, -11.9287299799998, -11.9288699799999,
-11.9288899789998, -11.9291199799999, -11.9293599799999,
-11.9291199799999, -11.9289899789999, -11.9282199789998,
-11.9277699789999, -11.9276099799999, -11.9266099799999,
-11.9256899799998, -11.92543998, -11.9237299789999, -11.9225399799999,
-11.9210299799999, -11.91946998, -11.91921998, -11.9182499799999,
-11.9171599789999, -11.9157899799999, -11.91546998, -11.915240105,
-11.9154199799999, -11.91572998, -11.91568998, -11.9146499789999,
-11.913189979, -11.91100998, -11.909519979, -11.9090899789999,
-11.9077099799999, -11.9063399789999, -11.9054999799999,
-11.90472998, -11.9042899799999, -11.9037399799998, -11.9028999789999,
-11.9018699799999, -11.9003499799999, -11.8989199799999,
-11.8981699799999, -11.8977799799998, -11.8967699799999,
-11.89530998, -11.8948299799999, -11.8945801049999, -11.8943899799999,
-11.894539854, -11.89472998, -11.8948399799999, -11.89497998,
-11.8949999799999, -11.8947699789999, -11.8945099799999,
-11.8940899789999, -11.8937999799999, -11.8933199799999,
-11.89240998, -11.8916999799998, -11.8902498539999, -11.8882799799999,
-11.88734998, -11.8863799799999, -11.88590998, -11.8841599799998,
-11.8826699799999, -11.8821399789999, -11.8816799799999,
-11.8816199799999, -11.8813899799999, -11.8792199799999,
-11.8785499789999, -11.8777199789999, -11.8770399799999,
-11.8757099799998, -11.8756499799999, -11.8750263549999,
-11.8747999789999, -11.87453998, -11.8756989789998, -11.8770964789999,
-11.8781833549999, -11.8790186049999, -11.8791151039999,
-11.8800106049999, -11.8809218549999, -11.8824167299999,
-11.8835833549999, -11.8850779799999, -11.886309605, -11.8871196039999,
-11.887593479, -11.8877028539999, -11.88840598, -11.8887966049999,
-11.889635105, -11.8907652299999, -11.891589105, -11.8921506049998
), .Dim = c(935L, 2L)))), class = c("XY", "MULTIPOLYGON",
"sfg")), structure(list(list(structure(c(-76.9292286119999,
-76.9289074859999, -76.9274489859999, -76.9257203609999,
-76.923532611, -76.9218579859999, -76.920318486, -76.9188869859998,
-76.9164512359999, -76.9164018609999, -76.915237611, -76.9145653609999,
-76.911837361, -76.9111371109999, -76.9099197359999, -76.9083801119999,
-76.9063543609998, -76.904274486, -76.904081361, -76.9034818609999,
-76.9026271109999, -76.9004662359999, -76.8985031109999,
-76.8977923609999, -76.8960907369999, -76.8952803619999,
-76.8949292359999, -76.895577487, -76.896711986, -76.8974952359999,
-76.8978193609999, -76.8976302359998, -76.8973083609999,
-76.897063111, -76.897414236, -76.898726736, -76.898899736,
-76.8999801119999, -76.9030592359999, -76.9051119859999,
-76.906786611, -76.9084611119999, -76.909591612, -76.9105408609998,
-76.912107486, -76.912836736, -76.9134039859999, -76.913430986,
-76.913944111, -76.9147544859999, -76.916077862, -76.916907986,
-76.917428361, -76.917995611, -76.9180496109999, -76.9180313609999,
-76.9178122369999, -76.917779486, -76.9170771109999, -76.9165641119999,
-76.9168882359999, -76.9173517359998, -76.917428361, -76.917848361,
-76.9183197359999, -76.9184547369999, -76.9182656109999,
-76.917617486, -76.915672736, -76.9150514859999, -76.914781486,
-76.914673361, -76.9148797369999, -76.9150244859999, -76.915969861,
-76.9169692359999, -76.9186708609999, -76.921317861, -76.9242618609999,
-76.926665736, -76.9275301119999, -76.928529361, -76.9289356109999,
-76.929231611, -76.9293937359999, -76.929380486, -76.929339736,
-76.9297448619999, -76.930447112, -76.9313731109999, -76.932027611,
-76.9323899859999, -76.9335544859999, -76.934925612, -76.935599111,
-76.937125986, -76.9380576109999, -76.9384908609999, -76.938911612,
-76.9397398609999, -76.940904361, -76.9426641109999, -76.944631112,
-76.9462098609999, -76.9481248609999, -76.9492118609999,
-76.9501693609999, -76.950039986, -76.950272861, -76.950557611,
-76.9508359859999, -76.953498111, -76.954726611, -76.956895861,
-76.957726236, -76.957915112, -76.9591754859998, -76.9610129869999,
-76.9623846109999, -76.9629189859999, -76.963652736, -76.9646878609999,
-76.965482736, -76.966680611, -76.9682076109999, -76.9693979859999,
-76.9697603609999, -76.9696309859999, -76.9691651109999,
-76.9674082359999, -76.966240737, -76.965024361, -76.9632903609998,
-76.9617173609999, -76.9615564859999, -76.961463486, -76.9603918609998,
-76.959382611, -76.9581403609999, -76.9564063609999, -76.9552207359999,
-76.954726861, -76.9539414869999, -76.952930486, -76.9528582359999,
-76.952768611, -76.952753737, -76.9522187359999, -76.9522058609999,
-76.952160237, -76.952217236, -76.952251486, -76.952080361,
-76.952103236, -76.952155986, -76.9523654859999, -76.9525157359999,
-76.952639486, -76.953575362, -76.9540849859999, -76.954661237,
-76.9550357359998, -76.955626361, -76.9562169869999, -76.9565627359999,
-76.9570524869999, -76.9576934859999, -76.9589827359999,
-76.959443736, -76.9601639859999, -76.960761861, -76.961806236,
-76.962368111, -76.9631531119999, -76.9639886109999, -76.9646007359999,
-76.9650906109999, -76.9654794859999, -76.966127736, -76.9664878609999,
-76.9671361119999, -76.967791486, -76.968331736, -76.9688647369999,
-76.9693617359999, -76.969793861, -76.9702836119999, -76.971019987,
-76.971652111, -76.971961861, -76.972177861, -76.972559611,
-76.972955736, -76.9734167359999, -76.973820111, -76.9741729859999,
-76.9746483609999, -76.9750948619999, -76.975585111, -76.9759376119999,
-76.976391362, -76.9766938609999, -76.976961236, -76.9771764859999,
-76.9773709859999, -76.9776086109999, -76.9778462359999,
-76.978141611, -76.978509361, -76.9787898609999, -76.9790486109999,
-76.9794247359999, -76.979697362, -76.980086236, -76.980395986,
-76.980662486, -76.9810442359999, -76.981484111, -76.9816756119999,
-76.9820023609999, -76.9823508609999, -76.9829476109999,
-76.983505861, -76.984233612, -76.984861737, -76.9854498619999,
-76.985968236, -76.9865764859999, -76.9870151109999, -76.987712986,
-76.9882113619999, -76.9885104859999, -76.988679986, -76.9889791109999,
-76.989198361, -76.989407736, -76.9899162359999, -76.9904744859999,
-76.9912022359999, -76.9916209859999, -76.9924184859998,
-76.9928971119999, -76.9936248609999, -76.9941233609999,
-76.9944123609999, -76.994821111, -76.9951801119999, -76.995837986,
-76.9961669859999, -76.9967352359999, -76.9972836119999,
-76.9978518619999, -76.9982506109999, -76.998948486, -76.999696236,
-77.000453861, -77.0008626119999, -77.001690111, -77.0023046109999,
-77.0030259859999, -77.003673986, -77.0041526109999, -77.0051196109999,
-77.0057776109999, -77.0061566119999, -77.0070934859999,
-77.0080207359999, -77.008778362, -77.009306736, -77.009725486,
-77.010174111, -77.0106426109999, -77.0111012369999, -77.0113903609999,
-77.0116496109999, -77.0119884869999, -77.012287611, -77.0122707369999,
-77.0122847359999, -77.012531111, -77.0128557359999, -77.0137656109999,
-77.014714736, -77.0157481109999, -77.0164494859999, -77.017127611,
-77.0178646109999, -77.0188372359999, -77.019476111, -77.0199674859999,
-77.0209303609998, -77.0215888609999, -77.022178486, -77.022404486,
-77.022286611, -77.0221489869999, -77.022217736, -77.0221621109999,
-77.0220703609999, -77.0219033609999, -77.021652236, -77.0209872359999,
-77.020588361, -77.0202336109999, -77.020002361, -77.0197682359999,
-77.0199233609999, -77.020322361, -77.020341736, -77.0203444859999,
-77.0206326109999, -77.0213197359999, -77.0219181109999,
-77.0219352359999, -77.022206236, -77.0224501109999, -77.023118486,
-77.023134361, -77.024393736, -77.024622236, -77.025331361,
-77.025530986, -77.025526611, -77.0255253619999, -77.0255516109999,
-77.025871361, -77.0259078609999, -77.0270159859999, -77.0277474859999,
-77.0284788609999, -77.028567486, -77.0290108619999, -77.029132736,
-77.029572236, -77.030654236, -77.0305646109999, -77.030346236,
-77.0304638609999, -77.0304302369999, -77.0302969859999,
-77.0301951109999, -77.030144611, -77.0302286109999, -77.0302998609999,
-77.0303293619999, -77.0301782359999, -77.029556737, -77.029103236,
-77.0289521109999, -77.0291368619999, -77.0293719859999,
-77.0294512359999, -77.029562487, -77.0285321109999, -77.027877111,
-77.0276836109999, -77.0276577359999, -77.0276418609998,
-77.0279442359999, -77.0285801109999, -77.028792987, -77.028716736,
-77.0282812359999, -77.0271211109999, -77.0261066109999,
-77.025307362, -77.0240163609999, -77.022110486, -77.0205428619998,
-77.0201274859999, -77.0190057369999, -77.017638736, -77.017007612,
-77.0163928609999, -77.0164851109999, -77.016761736, -77.016177736,
-77.0146714859999, -77.012796236, -77.0102141119999, -77.0081546119999,
-77.0064946119999, -77.005387986, -77.0051421119999, -77.004588736,
-77.003359111, -77.002220737, -77.000285111, -76.999608861,
-76.9992597359999, -76.998256361, -76.9969344869999, -76.995674236,
-76.992753861, -76.9904176109999, -76.9889728609999, -76.9883887359999,
-76.988759236, -76.9888192369999, -76.9893787359999, -76.990202486,
-76.990188987, -76.990140986, -76.9906019859998, -76.990540611,
-76.989937361, -76.9891937359999, -76.989126611, -76.9885732359999,
-76.988603986, -76.987954611, -76.9864408619999, -76.9858914859999,
-76.9840231119999, -76.9819606119999, -76.9793181109999,
-76.976643487, -76.9746454859999, -76.973195362, -76.971713111,
-76.970456111, -76.9698116109998, -76.968490362, -76.967394736,
-76.966210611, -76.9655257359999, -76.9643656109999, -76.963173236,
-76.9621097359999, -76.960627361, -76.9590483609999, -76.9573082369999,
-76.957194611, -76.9564381119999, -76.9553103609999, -76.9539244859998,
-76.9526677359999, -76.9501219859999, -76.948285111, -76.9473504859998,
-76.9459971109999, -76.943527361, -76.9422753609999, -76.941169986,
-76.9400626119999, -76.9394413609999, -76.9387931109999,
-76.938431861, -76.938360986, -76.9376857359999, -76.9367673619999,
-76.936061486, -76.9350927359999, -76.9329262359999, -76.932796987,
-76.9306631109999, -76.9292286119999, -11.87063298, -11.8706379799999,
-11.8704488539999, -11.869827605, -11.86853123, -11.86720773,
-11.8665864799999, -11.8664514799999, -11.866080729, -11.866073354,
-11.865765105, -11.8655871039999, -11.8649388549999, -11.8649486039999,
-11.8649658549999, -11.8649388549999, -11.864884855, -11.8649388539998,
-11.8649167299999, -11.8648479799999, -11.8647498539999,
-11.8645877299999, -11.8642506049999, -11.8641286039999,
-11.8641286039999, -11.8647498539999, -11.8657492289999,
-11.8671537289999, -11.8686662299999, -11.8703948539999,
-11.872987855, -11.8753376039999, -11.8772998549999, -11.8787948549999,
-11.8806586039999, -11.88225748, -11.8824682299999, -11.8833324789999,
-11.88522323, -11.8861686049999, -11.8867897289999, -11.887302979,
-11.8879782289999, -11.8885453549998, -11.88927473, -11.8909492289999,
-11.8934071039999, -11.8950278549999, -11.8973236049999,
-11.8999434789999, -11.902806605, -11.9042342299999, -11.9051292299999,
-11.9064528549999, -11.9080194799999, -11.90814023, -11.90958648,
-11.9098021039999, -11.9112336049999, -11.912854105, -11.9143127299999,
-11.9157033549999, -11.9159332289999, -11.91656948, -11.91728373,
-11.9182831049999, -11.9196606049999, -11.9207679799999,
-11.922550605, -11.9236039799998, -11.9249814789999, -11.92608898,
-11.9266919799999, -11.9271153549999, -11.9281417299999,
-11.9289519799999, -11.9301673549999, -11.9312748549999,
-11.9323012299998, -11.933543605, -11.9341107299999, -11.9352992299999,
-11.9360803549999, -11.9366497299998, -11.93783823, -11.9381902299999,
-11.93926973, -11.9406742299998, -11.9415924799999, -11.94217398,
-11.94329698, -11.9446943549999, -11.9458589799999, -11.9464664789999,
-11.9467647299999, -11.94759298, -11.9483176049999, -11.9491839789999,
-11.950025605, -11.9512937289999, -11.9522512299999, -11.9528206049999,
-11.9531053549999, -11.952458355, -11.952121855, -11.9525877299999,
-11.9537523549999, -11.955512104, -11.9578931049998, -11.96071398,
-11.9625566049999, -11.9694356049999, -11.971748105, -11.9746168549999,
-11.97598298, -11.9763811039999, -11.9790368549999, -11.9817542299999,
-11.9837987299999, -11.985238105, -11.9872148549999, -11.9891558539999,
-11.9904876049998, -11.992494355, -11.9935812299999, -11.9949269799999,
-11.99655748, -11.9985761049999, -12.0005169799999, -12.0042793549999,
-12.0048389799999, -12.0052012299999, -12.0059774799999,
-12.0062828549999, -12.0063141049999, -12.006394729, -12.0073233549999,
-12.00804798, -12.00918673, -12.01035123, -12.012265605,
-12.012897355, -12.0143796049999, -12.0168239799999, -12.0170127299999,
-12.0172464799998, -12.0172853549999, -12.01777348, -12.0182786049999,
-12.0186892299999, -12.0188717299999, -12.0191226049999,
-12.0191112299999, -12.019339354, -12.0197473549999, -12.0203317289999,
-12.0209916049999, -12.0212558549999, -12.0218756049999,
-12.022307355, -12.0224226039999, -12.022573855, -12.02260273,
-12.02262423, -12.02270348, -12.0228836049999, -12.0231357299999,
-12.0236794799999, -12.0238956049999, -12.0241476049999,
-12.0245149799999, -12.0248823549999, -12.0250442299999,
-12.02526398, -12.0254297299999, -12.0255377299999, -12.0257466049999,
-12.025962729, -12.026236355, -12.0263012299998, -12.0264812299999,
-12.0265532299999, -12.0266397299999, -12.0265677289999,
-12.0265172299999, -12.026409229, -12.02633723, -12.02625998,
-12.02618598, -12.0260923549999, -12.0260851039999, -12.0260634799999,
-12.0260491049999, -12.026041855, -12.0260707289999, -12.0261716049999,
-12.0261643549999, -12.0262436049999, -12.0262523549999,
-12.0262436049999, -12.0262436049999, -12.026142729, -12.0260891039999,
-12.02602748, -12.0259987299999, -12.0259554799998, -12.025941105,
-12.0258762299999, -12.0258558549999, -12.0258258549999,
-12.0257517299999, -12.0257316049999, -12.0256386049999,
-12.02556648, -12.0255449799999, -12.0255449799999, -12.02556648,
-12.0256336049999, -12.0256402289999, -12.0256721049999,
-12.0257343549999, -12.0259182299999, -12.026037855, -12.0261774799999,
-12.02624723, -12.0262672299999, -12.026376855, -12.0265263539999,
-12.0265164799999, -12.0265463549999, -12.0266361049999,
-12.0267357299999, -12.0267457289999, -12.0268354799999,
-12.0268653549999, -12.0269251039999, -12.0269949799999,
-12.026905229, -12.026825479, -12.0268354799999, -12.0268354799999,
-12.026945105, -12.0269551049998, -12.0269551049998, -12.026945105,
-12.0269251049999, -12.0269251049999, -12.02697498, -12.02705473,
-12.0271444799999, -12.0273338539999, -12.0276229799999,
-12.027692854, -12.02781248, -12.0278822299999, -12.0281314799999,
-12.028231105, -12.0284504799999, -12.0286227299999, -12.0290087299999,
-12.0292879789999, -12.02950723, -12.029646855, -12.0298362299999,
-12.02995498, -12.0299758549999, -12.0300256049999, -12.0302051049999,
-12.0303944799999, -12.0306537289999, -12.03097273, -12.0312718549999,
-12.0317802299999, -12.0322887299999, -12.0328669799999,
-12.0335149799999, -12.0342327299999, -12.0346876049999,
-12.0347716049999, -12.0362491049999, -12.0372824799998,
-12.0371269799999, -12.03692573, -12.036525355, -12.0361663549999,
-12.0354588539999, -12.0345941049999, -12.0331791039999,
-12.0320194799999, -12.0313512299999, -12.030270355, -12.02920898,
-12.0284719799999, -12.0280003549999, -12.02740098, -12.02677198,
-12.026202105, -12.025568355, -12.0254356049999, -12.0252783549998,
-12.025165855, -12.0247004789999, -12.023946854, -12.0227277299999,
-12.022011979, -12.0212871049998, -12.0202674799999, -12.0192036049999,
-12.01783023, -12.0170536049999, -12.0157902299999, -12.0146598549999,
-12.0131083549998, -12.013047855, -12.0120887299999, -12.0114017299999,
-12.0108069789998, -12.010792855, -12.0100512299999, -12.009916604,
-12.0090743539999, -12.0072347299999, -12.0065268549999,
-12.0063242299999, -12.00628173, -12.00576448, -12.005705355,
-12.0044863549998, -12.0031342299999, -12.0004523549999,
-11.99903398, -11.9983246049999, -11.99808273, -11.9972109799999,
-11.9963887299999, -11.994672479, -11.9927408549999, -11.9907419799998,
-11.9896501049999, -11.988964854, -11.9884407299999, -11.9872481039999,
-11.9865426049999, -11.9860208549999, -11.98580348, -11.9848797299999,
-11.983754355, -11.98293123, -11.98219223, -11.980546105,
-11.977976105, -11.975673855, -11.971109355, -11.968569729,
-11.967578604, -11.9670546049999, -11.9666196049999, -11.96635248,
-11.965714105, -11.9646172299999, -11.9640194799999, -11.96251948,
-11.9606777299998, -11.9588826049999, -11.9579296049999,
-11.9569152299999, -11.9555318549999, -11.9541178549999,
-11.9529189799999, -11.9525369799999, -11.9515049789999,
-11.949581979, -11.94385073, -11.9418219789999, -11.9399161039999,
-11.93779498, -11.936811355, -11.935950605, -11.9350898549999,
-11.93336848, -11.9323539799998, -11.9314933539999, -11.9298948549999,
-11.9288804799999, -11.928173355, -11.9267901049999, -11.9253457299999,
-11.92402348, -11.9228552299999, -11.9210449799999, -11.91971998,
-11.9184903549998, -11.9173221049999, -11.916861105, -11.9169841049999,
-11.9167996049999, -11.9163078549999, -11.91522298, -11.9150474799999,
-11.9144258539999, -11.9135104799999, -11.9130769799999,
-11.911543105, -11.9084691039999, -11.9073009799999, -11.9058453549999,
-11.904050979, -11.9038888539999, -11.90127598, -11.8994008539999,
-11.8971461039999, -11.8958596039999, -11.895396729, -11.8943647299999,
-11.8931078549999, -11.89226998, -11.8912709799999, -11.8896276049999,
-11.8876296049999, -11.885631604, -11.8842137289999, -11.8832147289999,
-11.8808944789998, -11.8789609789999, -11.8776134799999,
-11.8768341049999, -11.87554498, -11.873998354, -11.8729024799998,
-11.8718069789999, -11.871065729, -11.8704856049999, -11.8704309789999,
-11.8700667299999, -11.8681974799999, -11.8666508539999,
-11.8654907299999, -11.8640083539998, -11.8628159799999,
-11.8621071049998, -11.8618814799999, -11.86154498, -11.8608672289999,
-11.862156855, -11.8633183549999, -11.8643987299999, -11.8658302289999,
-11.8670493549999, -11.8672887299999, -11.8682881049999,
-11.869179479, -11.8694526049998, -11.869827605, -11.8703119799999,
-11.8703408549999, -11.8706109789999, -11.87063298), .Dim = c(457L,
2L)))), class = c("XY", "MULTIPOLYGON", "sfg")), structure(list(
list(structure(c(-77.1352077509998, -77.135158062, -77.1350446329999,
-77.1348420809999, -77.1343933829999, -77.1342568369998,
-77.1340572569999, -77.1339166229999, -77.1333860669999,
-77.133179532, -77.132650473, -77.132469074, -77.1323013259999,
-77.1321061379999, -77.1319023679999, -77.1319123769999,
-77.131671715, -77.1315719879999, -77.131383652, -77.1309066929999,
-77.1307844019998, -77.1299632789999, -77.129722385,
-77.1295247679999, -77.1293530979999, -77.1291406729999,
-77.128908259, -77.128761265, -77.12851777, -77.128004743,
-77.12727137, -77.126844321, -77.1259635779999, -77.125955655,
-77.125412102, -77.124323418, -77.121156086, -77.1192958629999,
-77.1164118299999, -77.1174190799999, -77.116325311,
-77.1160144889999, -77.114779418, -77.1148828609999,
-77.1156634169999, -77.115743499, -77.1158934729999,
-77.1159299219999, -77.1158889889999, -77.115740697,
-77.1149572179999, -77.114512581, -77.1150862389999,
-77.117723059, -77.117736849, -77.118731763, -77.118864359,
-77.1192713899999, -77.1196319999999, -77.1199507099999,
-77.1205715749999, -77.1220033389999, -77.1227921029999,
-77.123225159, -77.1239389179999, -77.1251032299999,
-77.125734675, -77.1262209519999, -77.126551795, -77.1269715089999,
-77.127259583, -77.128066808, -77.128932817, -77.1294384089999,
-77.1297850109999, -77.1303753059999, -77.1304137369999,
-77.130398218, -77.1303542809999, -77.1302805449999,
-77.130154685, -77.129589416, -77.1291856769999, -77.1283044869999,
-77.128315082, -77.123400365, -77.1233605099999, -77.123830082,
-77.123773819, -77.1231893929999, -77.1230141359999,
-77.122697192, -77.1229499289999, -77.1226353879999,
-77.1210193659999, -77.121033204, -77.120992883, -77.120877905,
-77.1207871779999, -77.1206654659999, -77.1205437839999,
-77.1204811049999, -77.1204382599999, -77.12039165, -77.1203406299999,
-77.120218505, -77.1201215619999, -77.1200510549999,
-77.1200131039999, -77.1200132629999, -77.1200122339998,
-77.1199787559999, -77.119928175, -77.1198592269999,
-77.1196814999999, -77.119389981, -77.1189183209999,
-77.1187550109999, -77.118580674, -77.1183781829999,
-77.118302768, -77.1182137589999, -77.118140619, -77.117938736,
-77.117601399, -77.1172311569999, -77.117027542, -77.1169740559999,
-77.1168194939999, -77.1167607809999, -77.116701489,
-77.11660338, -77.1165245169999, -77.116390925, -77.1161830449999,
-77.1158342179999, -77.11564349, -77.115420222, -77.115312406,
-77.1151999289999, -77.1150737519999, -77.114908793,
-77.1145996739999, -77.1146178319999, -77.114629259,
-77.1146017029999, -77.1145431059999, -77.114460174,
-77.114344143, -77.114186305, -77.1139891889999, -77.11373101,
-77.1136697109999, -77.1135483369999, -77.113390629,
-77.113317101, -77.1132436789999, -77.1131237409999,
-77.1130086059999, -77.1129214489999, -77.1128545829999,
-77.1128170129999, -77.1127556429998, -77.112725134,
-77.112715035, -77.112683064, -77.11257676, -77.1124764319999,
-77.112413768, -77.112385649, -77.1124083299999, -77.112430575,
-77.1124264429999, -77.112410306, -77.112379479, -77.112229212,
-77.1120998949999, -77.1119720249999, -77.1118971089999,
-77.1118305219999, -77.111779525, -77.111763138, -77.1117458269999,
-77.1117370559999, -77.111675105, -77.111669809, -77.1116265929999,
-77.111456457, -77.111284339, -77.111167428, -77.111050614,
-77.1109268609999, -77.110796073, -77.1107422169999,
-77.1107033059999, -77.11069921, -77.110726593, -77.1107783929999,
-77.110822866, -77.11075929, -77.1105996599999, -77.1105017639999,
-77.1102096929999, -77.1099997759999, -77.1098360829999,
-77.1097749099999, -77.1094380329999, -77.108984025,
-77.108869, -77.1087473509999, -77.1086465719999, -77.108531136,
-77.1083770939999, -77.1081546669999, -77.1079455679999,
-77.1075974069999, -77.107242652, -77.1070033039999,
-77.106535617, -77.1063312229999, -77.106223993, -77.1062099819999,
-77.1062745359999, -77.10637028, -77.106488298, -77.1065356449999,
-77.1066701139999, -77.1067646839999, -77.1067890459999,
-77.1066872749999, -77.1065361559999, -77.106407783,
-77.106316341, -77.1062439899999, -77.10612327, -77.1060410979999,
-77.105920327, -77.1059014699999, -77.1059173199999,
-77.105929159, -77.1059266889999, -77.105778011, -77.1056190349999,
-77.105474735, -77.105441519, -77.105431848, -77.1054884079999,
-77.1056269649999, -77.105663337, -77.1056506059999,
-77.1056085229999, -77.1055378589999, -77.1055235269999,
-77.1055207129999, -77.1056769999999, -77.1061124619999,
-77.1064015969999, -77.1067303999999, -77.106872289,
-77.1069364939999, -77.106993518, -77.107097859, -77.1071852519999,
-77.107288183, -77.1072971859999, -77.107282472, -77.1071690959999,
-77.106929349, -77.1066602699999, -77.1064983639998,
-77.1063448719999, -77.106199443, -77.1060299439999,
-77.105790527, -77.105519506, -77.1052487199999, -77.1050167769999,
-77.104781738, -77.104467745, -77.1042517199999, -77.1040511149999,
-77.1038965339999, -77.1037378629999, -77.1035667469998,
-77.103301761, -77.103122935, -77.1028398189999, -77.1023977669999,
-77.1022702289999, -77.1019522699999, -77.1016649749999,
-77.101307762, -77.100907851, -77.1006164949999, -77.100355394,
-77.100109684, -77.0998913109999, -77.0997315549999,
-77.0995929659999, -77.0989672029999, -77.0986999739999,
-77.0984680989999, -77.098270875, -77.0980502569999,
-77.097649324, -77.0973594449999, -77.097133132, -77.0966613179999,
-77.0963960999999, -77.0960733219999, -77.095844821,
-77.0955116169999, -77.0953284989999, -77.095168599,
-77.0950726039999, -77.0948838469999, -77.09455809, -77.0944844979999,
-77.0944487519999, -77.094311309, -77.0941821609999,
-77.0941850849999, -77.0943353249999, -77.09434744, -77.09424777,
-77.0942425739999, -77.094184403, -77.0941541999999,
-77.094031241, -77.0937845049999, -77.0936075129999,
-77.093317746, -77.093080103, -77.092989797, -77.0929792749999,
-77.0929958679999, -77.0928470899999, -77.092651433,
-77.0924341269999, -77.0924135189999, -77.0925102559999,
-77.0925715049999, -77.092481345, -77.092298305, -77.0922098099999,
-77.0922279529999, -77.0921736299999, -77.0921700559999,
-77.0921668869998, -77.092257901, -77.0924445749999,
-77.092708788, -77.092971429, -77.093263264, -77.093285888,
-77.0932388679999, -77.0930209529999, -77.092278171,
-77.091943946, -77.0914088269999, -77.091128225, -77.0909439219999,
-77.090801664, -77.0908037539999, -77.0909693089999,
-77.09114205, -77.0912985799999, -77.0913855769999, -77.091409224,
-77.091364303, -77.091203016, -77.090724699, -77.0901138849999,
-77.0896693349999, -77.0893741199999, -77.0892739679999,
-77.089467452, -77.0899961429999, -77.090357435, -77.090806008,
-77.0913319009999, -77.0917160679999, -77.0919970789999,
-77.0920775129999, -77.0921038669999, -77.0923619719999,
-77.0925406499999, -77.0927871369999, -77.0929756469999,
-77.0930281879999, -77.0929741329999, -77.0929677959999,
-77.0930061439999, -77.0930795949999, -77.093520201,
-77.0938723369999, -77.0944777379999, -77.094714639,
-77.095001211, -77.0951227729999, -77.0951229679999,
-77.095126782, -77.0951116109999, -77.095339253, -77.0956372949999,
-77.096123225, -77.0965915539999, -77.096922514, -77.0972140369999,
-77.0976185169999, -77.0976733899999, -77.0975796439999,
-77.097382218, -77.097351023, -77.0970163709999, -77.0968855499999,
-77.0967053289999, -77.0968854449999, -77.097141474,
-77.097187807, -77.0973021199999, -77.0974248439999,
-77.0974421779999, -77.0973122469999, -77.097270142,
-77.0976499799999, -77.098216118, -77.0987999179999,
-77.0993063829999, -77.099531839, -77.099706396, -77.099787681,
-77.1002156389999, -77.1006245369999, -77.1010248259999,
-77.101319453, -77.1014381949999, -77.1017889129999,
-77.10218832, -77.102499117, -77.1025912659999, -77.1026641949999,
-77.102707322, -77.102652214, -77.1026046439999, -77.102573348,
-77.102553039, -77.1024853819999, -77.1025592299999,
-77.1027949979999, -77.103225101, -77.1033835339999,
-77.1033975989999, -77.1033031229999, -77.1031037879999,
-77.10306509, -77.1030978439999, -77.103276664, -77.1036965439999,
-77.104114578, -77.104068239, -77.103894571, -77.103333714,
-77.1029955229999, -77.1026204689999, -77.1023808099999,
-77.102102838, -77.1015618919999, -77.1009807169999,
-77.1006169329999, -77.100369663, -77.0999913599999,
-77.0996998209999, -77.099497013, -77.0993826629999,
-77.099259704, -77.0990495459999, -77.098769773, -77.0985281899999,
-77.0982361029999, -77.098076594, -77.0980314139999,
-77.098067181, -77.098023106, -77.0979781469999, -77.0976734489999,
-77.0972938309999, -77.097150074, -77.097065715, -77.0966469579999,
-77.096154167, -77.0953305689999, -77.0952336339998,
-77.0951711129999, -77.0952724869999, -77.095494914,
-77.0958727729999, -77.0958807979999, -77.095962947,
-77.096106947, -77.0961349669999, -77.0961895849999,
-77.0963735029999, -77.096327123, -77.0960663549999,
-77.0958746859999, -77.095619657, -77.0954575709999,
-77.0954010929999, -77.095306154, -77.0952226999999,
-77.0956128719999, -77.095637429, -77.096104939, -77.096179548,
-77.0967271329999, -77.0967641869999, -77.0972711019999,
-77.0981641749999, -77.098658985, -77.09903723, -77.0993962689999,
-77.099736322, -77.0998730589999, -77.10013451, -77.1005418949999,
-77.1008811359999, -77.101250035, -77.1015994329999,
-77.102365632, -77.1030449979999, -77.1037248059999,
-77.10419859, -77.104646421, -77.1053059139999, -77.106217516,
-77.106954198, -77.107564897, -77.1080006769999, -77.108600624,
-77.1090164569999, -77.1094421499999, -77.109877927,
-77.1103717619999, -77.110826964, -77.111195263, -77.1118066949999,
-77.1129121069999, -77.113561279, -77.1140988609999,
-77.1143818619999, -77.114671986, -77.1149251859999,
-77.114983362, -77.115368679, -77.115380611, -77.1155999859999,
-77.1159199859999, -77.1162699869999, -77.116407236,
-77.116575487, -77.1166887359999, -77.1167948619999,
-77.116908112, -77.116971736, -77.117063737, -77.1171416109999,
-77.117307362, -77.1175238619999, -77.117734737, -77.1179621109999,
-77.1181977369999, -77.118511987, -77.1186649869999,
-77.1188601119998, -77.118868361, -77.119012486, -77.1190751109999,
-77.1192198609999, -77.1193438609999, -77.1194679859998,
-77.1196002359999, -77.119798736, -77.1199144869999,
-77.1200633609999, -77.120126736, -77.1202783609999,
-77.120451987, -77.1205843609999, -77.1207289869999,
-77.1208364859999, -77.1208861119999, -77.120935737,
-77.1210018609999, -77.1211424859999, -77.1213119859999,
-77.121547736, -77.121766861, -77.1219198609999, -77.1220976109999,
-77.1223002369999, -77.1225566109999, -77.1227053619999,
-77.122891486, -77.122945236, -77.123020486, -77.123127986,
-77.1232437359999, -77.1233429869999, -77.1234793609999,
-77.123578611, -77.1236778619999, -77.1237812369999,
-77.1238473609999, -77.1238804869999, -77.1238722369999,
-77.1238722359999, -77.1238722369999, -77.1238928609999,
-77.1239507359999, -77.1240872359999, -77.124219486,
-77.124281611, -77.1243436109999, -77.1243932369999,
-77.1244386119999, -77.124488237, -77.124554487, -77.1245874859999,
-77.1246453609999, -77.124666111, -77.124756986, -77.124893486,
-77.1250286109999, -77.1252609869999, -77.1255798609999,
-77.1258858619999, -77.1260636119999, -77.126262111,
-77.126489487, -77.126696236, -77.126890487, -77.1270434859999,
-77.127233737, -77.1274073619999, -77.127568611, -77.1277216109999,
-77.1278539859999, -77.127948986, -77.1281061109999,
-77.128234361, -77.128354236, -77.128424486, -77.1286613619999,
-77.128765861, -77.128920111, -77.1290551119999, -77.129192861,
-77.1293351109999, -77.1296551119999, -77.129844861,
-77.1301137359999, -77.130307987, -77.130457361, -77.130621737,
-77.130751237, -77.1309204859999, -77.1310549859999,
-77.1312441109999, -77.131368611, -77.1314881119999,
-77.1316326109999, -77.131851736, -77.1320209859999,
-77.132225111, -77.132394486, -77.132668361, -77.1329771109999,
-77.1330069859999, -77.1333456119999, -77.1336407359999,
-77.133659236, -77.1339779859999, -77.1342468619999,
-77.1346949859999, -77.1347119869999, -77.135203111,
-77.135304736, -77.1354453619999, -77.1356816109999,
-77.1357637359999, -77.1377793619999, -77.138111361,
-77.1381426119999, -77.1381524859999, -77.1381659859999,
-77.138189486, -77.1382246119999, -77.1382422359999,
-77.138269486, -77.138285111, -77.138308611, -77.1383203619999,
-77.1383378619999, -77.1383534859999, -77.138374986,
-77.1383943609999, -77.1384198609999, -77.1384336109999,
-77.138458987, -77.1384843619999, -77.1385019859999,
-77.1385097359999, -77.1385332369998, -77.1385527359999,
-77.1385644859999, -77.138593736, -77.1386288609999,
-77.138644486, -77.1386933609999, -77.1387031119999,
-77.1387148609999, -77.138730487, -77.1387479859999,
-77.1387558609999, -77.1387674859999, -77.1387812359999,
-77.1387909859999, -77.1388007369999, -77.138816361,
-77.138837861, -77.138853486, -77.138871111, -77.138884736,
-77.138894487, -77.1389198609999, -77.1389336119999,
-77.1389511109999, -77.1389746119999, -77.138999986,
-77.1390156119999, -77.139033236, -77.1390429859999,
-77.1390507359999, -77.1390801109999, -77.1391016109999,
-77.1391191119999, -77.1391249869999, -77.1391347369999,
-77.1391484859999, -77.1391582369999, -77.139171861,
-77.139195236, -77.139208986, -77.139230486, -77.139249987,
-77.1392636109999, -77.1392754859999, -77.139294987,
-77.1393203609999, -77.1393417359998, -77.139357487,
-77.1393749859999, -77.1393867369999, -77.1394023619999,
-77.139409986, -77.1394199869998, -77.1394316119999,
-77.139437486, -77.139449237, -77.1394611119999, -77.139476611,
-77.139496111, -77.139507861, -77.139517611, -77.1395351109999,
-77.139550736, -77.1395684859999, -77.139585987, -77.1396016119999,
-77.1396269859999, -77.1396444869999, -77.1396582369998,
-77.1396679859999, -77.1396777369999, -77.1396913619999,
-77.1397109859999, -77.139726611, -77.139738236, -77.139748111,
-77.139761736, -77.139773487, -77.1397948609999, -77.139812487,
-77.139824237, -77.139845737, -77.1398633619999, -77.139884737,
-77.1399062359999, -77.1399512359999, -77.140003861,
-77.140025361, -77.140040986, -77.140052736, -77.140062487,
-77.1400761119999, -77.1400878609999, -77.1401601109999,
-77.1402051109999, -77.1402402369999, -77.140269487,
-77.1402911109998, -77.140310486, -77.140331986, -77.1403573609999,
-77.1403788619999, -77.1404354859999, -77.1404492359999,
-77.140451236, -77.1404531119999, -77.1404648619999,
-77.1404687359999, -77.1404413609999, -77.140372987,
-77.1403944859999, -77.140417986, -77.1404374859999,
-77.1404628609999, -77.1404783609999, -77.1404882369999,
-77.1405019859999, -77.1405097359998, -77.1405429859999,
-77.140550736, -77.140562486, -77.140578111, -77.1405976109999,
-77.140613237, -77.140630861, -77.140656237, -77.140673861,
-77.140687487, -77.1407011109999, -77.1407246119999,
-77.140753861, -77.1407694859998, -77.1407832359999,
-77.1408124859998, -77.140839862, -77.140865236, -77.140886736,
-77.140923861, -77.140945361, -77.1409648609999, -77.1409863619999,
-77.1410038609999, -77.141021487, -77.1410429869998,
-77.1410566119999, -77.141099611, -77.141132861, -77.141164111,
-77.141189487, -77.1412089859999, -77.141240236, -77.141263737,
-77.1412832359999, -77.1412988609999, -77.1413242359999,
-77.1413457359999, -77.141415986, -77.141447237, -77.1414823619999,
-77.141509737, -77.141523486, -77.141540987, -77.1415801119999,
-77.1416152369999, -77.1416464859999, -77.141681486,
-77.141705112, -77.141738237, -77.1418516109999, -77.141824237,
-77.1418301119999, -77.141839987, -77.1418378619999,
-77.141867111, -77.141923861, -77.141966861, -77.1418964859999,
-77.1419277359999, -77.1419492369999, -77.1419804859999,
-77.1420234859999, -77.142039111, -77.1420802359999,
-77.142101611, -77.1421211109999, -77.1421386119999,
-77.1421797369999, -77.1422441119999, -77.1422753619999,
-77.142298861, -77.1423204859999, -77.1423476109999,
-77.142384737, -77.1424141119999, -77.1424356119999,
-77.1424568609999, -77.142484361, -77.1425038619999,
-77.1425253619999, -77.142535111, -77.142550736, -77.1425607359999,
-77.1425878609999, -77.142593736, -77.142589861, -77.142585987,
-77.142605486, -77.142634737, -77.1426738619999, -77.142777361,
-77.142810487, -77.1428457359999, -77.1428906119999,
-77.142937361, -77.1430176109999, -77.143048861, -77.1430762359999,
-77.1431073609999, -77.143140611, -77.1431601119999,
-77.1431816109999, -77.1432148619999, -77.1432363609999,
-77.1432656119999, -77.1433027359999, -77.143337736,
-77.1433808619999, -77.1434178609999, -77.143435487,
-77.1434706119999, -77.1435176119999, -77.1435722369999,
-77.1436074859999, -77.1436309869999, -77.143650361,
-77.1436601119999, -77.143687486, -77.1436913609999,
-77.143705111, -77.143730486, -77.1437558609999, -77.143779237,
-77.1437968609999, -77.1438261119999, -77.1438457369999,
-77.1438652369999, -77.1438926119999, -77.143931611,
-77.1439628619999, -77.143978611, -77.143998111, -77.1440292359999,
-77.1440781109999, -77.1441152369998, -77.144150361,
-77.1441523619999, -77.1441406119999, -77.144138611,
-77.1441777359999, -77.144216737, -77.144248112, -77.1442558619999,
-77.144265611, -77.1442851119999, -77.144353361, -77.1443887359999,
-77.1444609859999, -77.1445332359999, -77.1445488619999,
-77.144574237, -77.144605486, -77.1446249859999, -77.144724611,
-77.1448163609999, -77.1448573609999, -77.1448613619999,
-77.144843736, -77.144810486, -77.144777362, -77.144761737,
-77.144767612, -77.1448086119999, -77.144861361, -77.1449139859999,
-77.1449589859999, -77.145037111, -77.145103486, -77.145158236,
-77.145175737, -77.1451601119999, -77.145154237, -77.1451444859999,
-77.1451601109999, -77.1451738619999, -77.1451894859999,
-77.1451953609999, -77.1452656119999, -77.145380861,
-77.145386736, -77.145287111, -77.1451953609999, -77.1451757359999,
-77.145081987, -77.1450253619999, -77.1449531119999,
-77.1449354859999, -77.1450253619999, -77.145113236,
-77.1451386109999, -77.1451621109999, -77.145177737,
-77.1452031119999, -77.1452187359999, -77.1452929859999,
-77.1454628609999, -77.1454922359999, -77.1455742359999,
-77.145677736, -77.1458203619999, -77.1459024859999,
-77.145953111, -77.145966737, -77.146001987, -77.1460937359999,
-77.1461601119999, -77.1462461119999, -77.1463398619999,
-77.146421861, -77.1464707359999, -77.1465468619999,
-77.1466347369999, -77.146781237, -77.1468222359999,
-77.146798861, -77.1467519859999, -77.1466992359999,
-77.1466484859999, -77.1466229869999, -77.1465937359999,
-77.146531236, -77.146435486, -77.1463984859999, -77.1463867369998,
-77.146415987, -77.146484361, -77.146558611, -77.1466248619999,
-77.146640611, -77.146593737, -77.146548861, -77.146509736,
-77.1465038619999, -77.146488237, -77.1464101119999,
-77.1463318619999, -77.1463222359999, -77.1463496109999,
-77.1464179859999, -77.146482487, -77.146539111, -77.1465604859999,
-77.146595737, -77.1466778609999, -77.146790986, -77.146888611,
-77.1469784859999, -77.1470429859999, -77.1471152359999,
-77.1471854859999, -77.147214861, -77.147169861, -77.147070361,
-77.147007862, -77.146964861, -77.1469374859999, -77.1468554859999,
-77.146775361, -77.146701111, -77.146638611, -77.1465801119999,
-77.1465351109999, -77.1465038609999, -77.146474611,
-77.146447236, -77.1464179869999, -77.1463652359999,
-77.1463476119999, -77.1463124859999, -77.1462441109999,
-77.1461172369999, -77.146011737, -77.1459823619999,
-77.145968736, -77.145927736, -77.1459041109999, -77.145849487,
-77.1457909859999, -77.1457363619999, -77.145646486,
-77.145568361, -77.1455117359999, -77.1454843619999,
-77.1455273609999, -77.1455624869999, -77.1455488619999,
-77.145429736, -77.1454316109999, -77.1454687359999,
-77.145548861, -77.145613236, -77.145650361, -77.145728487,
-77.1458769859999, -77.1459296119999, -77.145996111,
-77.1460586119999, -77.1461093619999, -77.146197361,
-77.1462422359999, -77.1462656119999, -77.1462891119999,
-77.1463007359999, -77.1462636109999, -77.1462011109999,
-77.1461367359999, -77.146099611, -77.1460253609999,
-77.145937486, -77.1459003619999, -77.145882861, -77.1458867359999,
-77.1459413619999, -77.145992236, -77.146036986, -77.1460742359999,
-77.1461054869998, -77.1461367359999, -77.146154361,
-77.146179737, -77.1462851109999, -77.1463203609999,
-77.1463652359999, -77.1463183609999, -77.1462441109999,
-77.146255861, -77.146273486, -77.1462891119999, -77.1463242359999,
-77.1463457359999, -77.1463534859999, -77.1463554859999,
-77.1463672359999, -77.1463829859999, -77.146392611,
-77.1463964859999, -77.1463964869999, -77.146392611,
-77.1463964869999, -77.146404361, -77.146435487, -77.146486362,
-77.1465351119999, -77.146552737, -77.1465839859999,
-77.1466406119999, -77.1466582359999, -77.1466797369999,
-77.146716736, -77.146747986, -77.146800737, -77.146833987,
-77.1468926119999, -77.146955111, -77.1469784859999,
-77.1470019859999, -77.147029236, -77.147056611, -77.1470976109999,
-77.1471562359999, -77.147203111, -77.1472637359999,
-77.147298862, -77.147349611, -77.1474141119999, -77.1474609859999,
-77.1475019859999, -77.147525361, -77.1475742359999,
-77.147603486, -77.1476386119999, -77.147673861, -77.1477109859999,
-77.1477694859999, -77.1477948619999, -77.1478339859999,
-77.1478906119999, -77.1479082359999, -77.1479453619999,
-77.1479667359999, -77.1479902359999, -77.1480214859999,
-77.1480527369998, -77.148109361, -77.148152361, -77.148187486,
-77.1482226119999, -77.1482694859999, -77.1482929859999,
-77.148337861, -77.148347611, -77.1483847359999, -77.148445362,
-77.148511736, -77.1485644859999, -77.148597611, -77.148642611,
-77.1487012359999, -77.148755861, -77.148814611, -77.1488749869998,
-77.148933612, -77.1490137359999, -77.149085987, -77.1491328609999,
-77.1491933619999, -77.1492226119999, -77.1492656119999,
-77.1492948619999, -77.1493476119999, -77.1493711109999,
-77.149429861, -77.149505862, -77.149574237, -77.1496816119999,
-77.149703111, -77.149736361, -77.1497774869999, -77.149822236,
-77.1498496119999, -77.149894487, -77.1499336109999,
-77.1499766109999, -77.1500117369999, -77.150048861,
-77.150091736, -77.1501503619999, -77.1502128619999,
-77.1502579859999, -77.150300737, -77.150333987, -77.150365361,
-77.150437486, -77.1504823619999, -77.1505391109999,
-77.1505839859999, -77.150621112, -77.150662111, -77.150728487,
-77.1507871109999, -77.1508437369998, -77.150878861,
-77.1509297359999, -77.1509492359999, -77.150982487,
-77.1510312359999, -77.1510604859999, -77.151171862,
-77.1512128619999, -77.151249986, -77.1512636119999,
-77.1512752369999, -77.1513183609999, -77.1513417369998,
-77.1513613609999, -77.1513847359999, -77.151410112,
-77.1514297359999, -77.151447237, -77.151486361, -77.1515136119999,
-77.151540986, -77.1515566119999, -77.151572237, -77.1515878609999,
-77.1516152359999, -77.151671861, -77.1516992359999,
-77.151757861, -77.1518066119999, -77.1518457359999,
-77.1518788619999, -77.1519316119999, -77.1519569859999,
-77.151995986, -77.152029361, -77.152052737, -77.1520644859999,
-77.152109361, -77.152132862, -77.1521738619999, -77.152255861,
-77.152298861, -77.152320361, -77.152365237, -77.152382861,
-77.152425737, -77.1524609859999, -77.1524999859999,
-77.152531111, -77.1525527359999, -77.1525761119999,
-77.1526269859999, -77.152644486, -77.152665986, -77.1527226119999,
-77.1527578609999, -77.1527929859999, -77.1528222359999,
-77.152837862, -77.152873112, -77.152917987, -77.152947237,
-77.152980486, -77.1529999859999, -77.1530253609999,
-77.1530646109999, -77.1531152369998, -77.153142611,
-77.1531797359999, -77.153218737, -77.153234361, -77.1532558609999,
-77.1532694859999, -77.1533007369999, -77.1533183609999,
-77.153337861, -77.1533554869999, -77.1533672359999,
-77.1533847369998, -77.153423861, -77.1534609859999,
-77.153507861, -77.1535273619999, -77.1535878619999,
-77.1536367359999, -77.1536894869999, -77.153747987,
-77.1537753619999, -77.153800737, -77.1538222359999,
-77.1538476119999, -77.1538632359999, -77.1538749859999,
-77.1538847369999, -77.153902361, -77.1539082369999,
-77.1539179859999, -77.153923861, -77.153933611, -77.153943361,
-77.153953111, -77.153976611, -77.153996112, -77.1540429859999,
-77.154056611, -77.154101611, -77.1541329859999, -77.1541542359999,
-77.1542109869999, -77.1542499859999, -77.154275361,
-77.154355487, -77.1544003609999, -77.1544082359999,
-77.1544336109999, -77.1544551109999, -77.154484361,
-77.1545214869998, -77.1545644859999, -77.154665987,
-77.154865237, -77.1549218619999, -77.1549766109999,
-77.155035111, -77.155165986, -77.1551913609999, -77.1552109859999,
-77.1552148619999, -77.1552343609999, -77.1552714859999,
-77.1553203619999, -77.1554277359999, -77.1555176109999,
-77.1555508609999, -77.1556074869999, -77.155664111,
-77.1556992359999, -77.155746111, -77.1558066109999,
-77.155869111, -77.155931611, -77.155984362, -77.156031362,
-77.1561562369999, -77.156193361, -77.156365237, -77.1563964869999,
-77.1564159859999, -77.156507862, -77.1565547359999,
-77.1566229859999, -77.1566621109999, -77.1567422359999,
-77.156830112, -77.1569453609999, -77.157035112, -77.157080111,
-77.1571933619999, -77.1572148619999, -77.157275362,
-77.1573222359999, -77.157367111, -77.157435611, -77.1575332359999,
-77.1575802359999, -77.157621111, -77.157669861, -77.1577187359999,
-77.1577656119999, -77.157808611, -77.157906237, -77.157951111,
-77.1580253609999, -77.1580976119999, -77.158203111,
-77.1582929859999, -77.1583457359999, -77.158476611,
-77.158585987, -77.158685611, -77.158724611, -77.158787111,
-77.158841737, -77.1588926109999, -77.1589589859999,
-77.1590194859999, -77.159066361, -77.159136737, -77.1591757369999,
-77.1592363619999, -77.1593124859999, -77.159374987,
-77.1594589859999, -77.159548861, -77.1595859859999,
-77.159640612, -77.1597109859999, -77.1597538619999,
-77.1599667369999, -77.160132861, -77.1602656109999,
-77.160349611, -77.1603769859999, -77.1604784859999,
-77.1605273609999, -77.1605762359999, -77.1606016109999,
-77.160695361, -77.1607304869999, -77.1608066109999,
-77.1608418609999, -77.160933611, -77.161007861, -77.1611172359999,
-77.1611777369999, -77.161285112, -77.1613749859999,
-77.1614492369999, -77.161517612, -77.1615859859999,
-77.1616562359999, -77.161732361, -77.1617792359999,
-77.161810611, -77.1619531109999, -77.1620194859999,
-77.1621172359999, -77.1621659859999, -77.162218737,
-77.1622382359999, -77.1623319869998, -77.162380861,
-77.1624961109999, -77.1625254869999, -77.1625507369999,
-77.162640611, -77.1626797359999, -77.1627324869999,
-77.1627773609999, -77.162804737, -77.162878861, -77.1629179869999,
-77.1629569859999, -77.1630059859999, -77.1630449859999,
-77.1631249859999, -77.163212862, -77.163269487, -77.163320361,
-77.1633847359999, -77.1634141119999, -77.163517611,
-77.163593861, -77.1636756119999, -77.163722612, -77.164003861,
-77.1641249859999, -77.1641933609999, -77.1642284859999,
-77.1642734859999, -77.1643554859999, -77.164382861,
-77.1644101109999, -77.1644804869999, -77.1645253619999,
-77.1646034859999, -77.1646992359999, -77.164753861,
-77.164818361, -77.1649394859999, -77.1650137359999,
-77.1650742359999, -77.165160112, -77.1652012369999,
-77.1652499859999, -77.1653261119999, -77.1653418619999,
-77.165390611, -77.1655117369999, -77.1655448619999,
-77.1655819869999, -77.1656347359999, -77.1658027359999,
-77.165921861, -77.1661113609999, -77.1662207359999,
-77.1663124859999, -77.166369112, -77.1664238609999,
-77.1665137369999, -77.166589861, -77.166622987, -77.1666621109999,
-77.1666836109999, -77.166732361, -77.166857362, -77.166949237,
-77.1670429869999, -77.1670684859999, -77.1670742359999,
-77.167144487, -77.1672029859999, -77.1672734859999,
-77.1673144859999, -77.167388612, -77.167476611, -77.1675839869999,
-77.1676679859999, -77.167810612, -77.168080112, -77.1682499869999,
-77.1683241109999, -77.1683906119999, -77.1684121119999,
-77.1683534859999, -77.168203111, -77.1681269859999,
-77.1680351109999, -77.1678847369999, -77.167816361,
-77.167738237, -77.1676834859999, -77.1675957359999,
-77.1675292369999, -77.167468861, -77.1673984859999,
-77.1673944859999, -77.1674394869999, -77.1674804869999,
-77.1675468609999, -77.1676542359999, -77.1677362359999,
-77.167869111, -77.1679609859999, -77.168050737, -77.1680819859999,
-77.1681249859999, -77.1681621119999, -77.1682442359999,
-77.1683144859999, -77.1684297369999, -77.1684979859999,
-77.1685507359999, -77.168611361, -77.1687187359999,
-77.168826111, -77.168847612, -77.1690019859999, -77.1690839869999,
-77.169206861, -77.1693749869999, -77.169421861, -77.1695429859999,
-77.1697363609998, -77.169849611, -77.1700156109999,
-77.170078111, -77.170119111, -77.170162112, -77.1702929859999,
-77.1704999859999, -77.170648612, -77.170818361, -77.1708729859999,
-77.1710292359999, -77.171134737, -77.171277361, -77.1713104859999,
-77.171351611, -77.1713984859999, -77.1714589869999,
-77.1715273619999, -77.1716054869999, -77.171775361,
-77.1718534869999, -77.1719042359999, -77.171956987,
-77.1720332359999, -77.172089861, -77.1721542359999,
-77.1723417359999, -77.1724374869999, -77.1725937359999,
-77.172671861, -77.1727402369999, -77.1728437369999,
-77.172919862, -77.172955112, -77.1731054859999, -77.1731659869999,
-77.173236361, -77.173267736, -77.1733378609999, -77.1733944859999,
-77.1734297359999, -77.173509611, -77.1735839859999,
-77.1736308609998, -77.1736913619999, -77.1738242369999,
-77.173931612, -77.174099611, -77.1742558609999, -77.174306612,
-77.174400362, -77.174531236, -77.1745937369999, -77.1746679869999,
-77.1748222369999, -77.174902362, -77.1749999869999,
-77.1751249859999, -77.175212862, -77.175306612, -77.1753672359999,
-77.175410111, -77.175464861, -77.1755859859999, -77.1756543609999,
-77.1756854869999, -77.175714861, -77.175818361, -77.1758729859999,
-77.1759257359999, -77.1760722369999, -77.1761894859999,
-77.1762734869999, -77.176371111, -77.176445362, -77.1764003609998,
-77.176320362, -77.1762284869999, -77.1761659869999,
-77.1760839869999, -77.1760604859999, -77.176099611,
-77.1761152359999, -77.1761601109999, -77.176253861,
-77.1763124859999, -77.1764374869999, -77.1765507359999,
-77.1766367369999, -77.1767304869999, -77.1767656119999,
-77.176816362, -77.1769179859999, -77.1770058609998,
-77.177099611, -77.1772909859999, -77.1773632369999,
-77.177388611, -77.177388612, -77.177445361, -77.1775097359999,
-77.177568362, -77.1776074869999, -77.177669986, -77.1777324869999,
-77.1778027369999, -77.177931612, -77.1780194869999,
-77.1781053619999, -77.178232362, -77.1783554859999,
-77.178294862, -77.178246111, -77.1783027359999, -77.1784082369999,
-77.1785194859999, -77.178591861, -77.1787462359999,
-77.1788183609999, -77.1788807359999, -77.179027361,
-77.179099611, -77.1792207369999, -77.1793007369999,
-77.1793847359999, -77.1794589869999, -77.1795273609999,
-77.1796249859999, -77.1796464869999, -77.179638612,
-77.1796484859999, -77.179705111, -77.1797734859999,
-77.179855486, -77.1799042359999, -77.1800037359999,
-77.180080112, -77.1801426109998, -77.180216861, -77.1802519859999,
-77.180287112, -77.1803241109999, -77.1803808609998,
-77.1804667359999, -77.1805507359999, -77.1806093609999,
-77.1807304869999, -77.180808611, -77.1809218619999,
-77.180980486, -77.181066362, -77.1811347369999, -77.1811992359999,
-77.181265611, -77.181328111, -77.181351611, -77.181337861,
-77.1813417369999, -77.181380861, -77.181443362, -77.1815117369999,
-77.1815918619999, -77.1816894869999, -77.1817676109999,
-77.1818672369999, -77.181902362, -77.181941361, -77.181953236,
-77.181974611, -77.1820156109999, -77.1820898609998,
-77.1822069859999, -77.1823496109998, -77.182421862,
-77.1824159859999, -77.182433612, -77.182474611, -77.1825234859999,
-77.1825957369999, -77.1826718619999, -77.1827617359999,
-77.1828144859999, -77.182851612, -77.182927736, -77.1830097369999,
-77.1831308609999, -77.1832617369999, -77.1834179859999,
-77.1835214869999, -77.183617236, -77.1837676109999,
-77.183890611, -77.1839766109999, -77.184040986, -77.184087861,
-77.184128862, -77.184191361, -77.1842284869999, -77.184304862,
-77.1843203609999, -77.184333986, -77.184285111, -77.1841991109999,
-77.184140611, -77.184095736, -77.184140611, -77.184201236,
-77.1842871119999, -77.1843321109999, -77.1842422369999,
-77.1841542369999, -77.1840662369999, -77.1838964859999,
-77.1837402359999, -77.1836229859999, -77.183531111,
-77.1834707359999, -77.1833457369999, -77.1832499869999,
-77.1831777359999, -77.1831073609998, -77.183027362,
-77.183001986, -77.183001986, -77.182990236, -77.182994111,
-77.1830312369999, -77.1832168609999, -77.1832069869999,
-77.1831621119999, -77.1830644869999, -77.1829667369999,
-77.1828573619999, -77.1827909869999, -77.182722611,
-77.182681611, -77.1826387369999, -77.1825586109999,
-77.182439486, -77.182320362, -77.1822617369999, -77.182212861,
-77.182195361, -77.1822597359999, -77.1823242369999,
-77.1823749869999, -77.182396486, -77.182376986, -77.182374986,
-77.182400362, -77.182419861, -77.182433611, -77.182462861,
-77.182503862, -77.1826406119998, -77.182667986, -77.182722612,
-77.1828437359999, -77.182953111, -77.183068362, -77.1831854869999,
-77.1832694859999, -77.183341986, -77.1833984869999,
-77.1834863609999, -77.183583862, -77.1837011109999,
-77.1838106119999, -77.1838944859999, -77.1839726119999,
-77.1840488609999, -77.184150361, -77.1842773609999,
-77.1843847359999, -77.184507861, -77.184607362, -77.184673862,
-77.1847909869999, -77.184931612, -77.1850429859999,
-77.1851211119999, -77.1852694859999, -77.1853554869999,
-77.1855097359999, -77.185578111, -77.1856718609999,
-77.185818361, -77.1859198609998, -77.186001986, -77.186119112,
-77.1862382369999, -77.186345736, -77.1864667359999,
-77.1865253609998, -77.1865488609999, -77.1865488609999,
-77.1865371119999, -77.1864941109999, -77.1864297369999,
-77.1863729869999, -77.186306611, -77.1862617359999,
-77.1862461119999, -77.1861913609999, -77.1863319859999,
-77.186431611, -77.1865779859999, -77.186714862, -77.1868047359999,
-77.1868613619999, -77.1868944869999, -77.1868613609999,
-77.1867207359999, -77.186664111, -77.1865801109999,
-77.1865937369999, -77.1865508619999, -77.1864882359999,
-77.1864394859999, -77.186388611, -77.186294986, -77.186193362,
-77.186076112, -77.1860293619999, -77.1860117369999,
-77.1860214869999, -77.1860937369999, -77.186105486,
-77.1859687369999, -77.1858457369999, -77.185804736,
-77.1858104859999, -77.185826236, -77.185794862, -77.185744111,
-77.185691361, -77.1856073609999, -77.1855312359999,
-77.1853027369999, -77.185191362, -77.1850859859999,
-77.1850312359999, -77.184974612, -77.184915986, -77.184872986,
-77.1848378619999, -77.1847909869999, -77.184753862,
-77.184724611, -77.184720736, -77.184695361, -77.184662111,
-77.1846641109998, -77.1846444859999, -77.184617236,
-77.1846054869999, -77.184617236, -77.184658236, -77.1847284869999,
-77.1847734859999, -77.1848242359999, -77.1848808619999,
-77.1849297369999, -77.184994112, -77.1850644859999,
-77.1851933619999, -77.1852519869999, -77.1852792359999,
-77.1853457369999, -77.1854433609998, -77.185499986,
-77.1855839859999, -77.1856151119999, -77.1856582359999,
-77.185691361, -77.185718736, -77.185837862, -77.1858867359999,
-77.1859179859999, -77.186013611, -77.186076112, -77.1861152369999,
-77.186132862, -77.1861894869999, -77.1862284859999,
-77.186361361, -77.1864784859999, -77.1865488609999,
-77.186636736, -77.186710986, -77.1868438609999, -77.186929736,
-77.1870214859999, -77.187093736, -77.1871328609999,
-77.187150361, -77.1871523609998, -77.187160111, -77.187119111,
-77.187146486, -77.187191362, -77.187242236, -77.187277361,
-77.1872832369999, -77.187267612, -77.1872479859999,
-77.187189486, -77.187126986, -77.187103486, -77.1870996119998,
-77.1870566109999, -77.1870234859999, -77.186972611,
-77.1868652369999, -77.1868047359999, -77.1867441109999,
-77.1866444869999, -77.1866132369999, -77.186587861,
-77.1865566119999, -77.1864804869999, -77.186386736,
-77.186304736, -77.1862029859999, -77.1861816109999,
-77.1861659859999, -77.1861659859999, -77.186173862,
-77.1862109869999, -77.1862441109998, -77.1862323619999,
-77.1863418609999, -77.1863944859999, -77.1864999869999,
-77.1865898619999, -77.186638611, -77.186681611, -77.1867519869999,
-77.1867988609999, -77.1868632369999, -77.1869472359999,
-77.187097611, -77.1872597359999, -77.1873672369999,
-77.187458862, -77.187548861, -77.1876093609999, -77.1877284869999,
-77.187808612, -77.187937486, -77.1879554669999, -77.1879551739999,
-77.187943993, -77.1879056029998, -77.1877706429999,
-77.187587815, -77.187535017, -77.1874429329999, -77.1872928759999,
-77.1867828139999, -77.1867361779999, -77.1857886619999,
-77.1856493399999, -77.1853743299999, -77.1850773019999,
-77.1848668849999, -77.184703325, -77.1845581109999,
-77.1843506239999, -77.1841827699999, -77.1840329159999,
-77.184005396, -77.183847944, -77.183745648, -77.1835633429999,
-77.183373036, -77.1833362489999, -77.1832718889999,
-77.1831417689999, -77.182622652, -77.1818462459999,
-77.1811582029999, -77.1807104579999, -77.1804390069998,
-77.18012785, -77.179736142, -77.179682151, -77.179267447,
-77.1788264779999, -77.178525317, -77.178114264, -77.177687072,
-77.1771973789999, -77.1770458349999, -77.1768533259999,
-77.176718864, -77.176701635, -77.176730586, -77.176890669,
-77.1770053, -77.1770966889999, -77.1770716939999, -77.1769068779999,
-77.1766722039999, -77.176234399, -77.1757767189999,
-77.1757429419999, -77.1752807929999, -77.1747903349999,
-77.174423659, -77.174129729, -77.1736439299999, -77.1731667079999,
-77.1726027859999, -77.1720221559999, -77.171307543,
-77.1708486999999, -77.1702967419999, -77.170122525,
-77.170032009, -77.1696510849999, -77.169448416, -77.1692137139999,
-77.1690018319999, -77.1688215, -77.16863475, -77.1682884299999,
-77.167899991, -77.1675102809999, -77.167167626, -77.1667881089999,
-77.166590619, -77.166382472, -77.166198048, -77.1659202979999,
-77.1654629389999, -77.164829203, -77.164414976, -77.1641354179999,
-77.16382404, -77.1635500239999, -77.1633684929999, -77.1632163479999,
-77.1630499919999, -77.162877026, -77.1624333239999,
-77.161810574, -77.161251218, -77.1567714909999, -77.156656863,
-77.1565054509999, -77.1562788239999, -77.1559969099999,
-77.155790592, -77.1555110319999, -77.155180867, -77.1547150819999,
-77.1542958999999, -77.1539837799999, -77.1537688979999,
-77.153304861, -77.1524784869999, -77.15213145, -77.1520200679999,
-77.1513516119999, -77.1512720959999, -77.1509098069999,
-77.1503673669999, -77.1497231769999, -77.149201767,
-77.1487499039999, -77.1485554619999, -77.148416404,
-77.148420829, -77.1483082109999, -77.1480732899998,
-77.1475449269999, -77.1474235999999, -77.1471053609999,
-77.146714717, -77.146381987, -77.146018248, -77.1457395879999,
-77.1453131749999, -77.1449565459999, -77.144670952,
-77.144502222, -77.144364082, -77.144040731, -77.143674658,
-77.1432944879999, -77.142827688, -77.1424461479999,
-77.1419287039999, -77.141587721, -77.141330099, -77.141104556,
-77.1408009859999, -77.140445375, -77.1402317289999,
-77.1399650919999, -77.139805947, -77.139647515, -77.1395401039999,
-77.1394506359999, -77.138349994, -77.137897166, -77.1370393859999,
-77.1352077509998, -11.8178212129999, -11.8182127569999,
-11.8181986609999, -11.8182657449998, -11.8182447529998,
-11.8183434509999, -11.8183263519999, -11.8185593079999,
-11.8181859619999, -11.818472076, -11.8192600739999,
-11.8189369559997, -11.8188354659999, -11.8183735499999,
-11.8182608349999, -11.818021404, -11.8178726969999,
-11.81800622, -11.817999207, -11.8180763229998, -11.8183599499999,
-11.8185164199999, -11.8186286159999, -11.8186874889998,
-11.8187117329999, -11.818739152, -11.818818371, -11.8188815149999,
-11.8193610049999, -11.8192336959999, -11.8187527269999,
-11.818483511, -11.8206906029999, -11.8207104559999,
-11.8219919319999, -11.823239096, -11.8268674979999,
-11.8289072729999, -11.8312238969999, -11.832436462,
-11.8337529899999, -11.8339655119999, -11.834809981,
-11.834937496, -11.8379494389999, -11.8382534949999,
-11.8388229209999, -11.8391430779999, -11.8395020719999,
-11.8397901299999, -11.8406409589999, -11.841123817,
-11.8417182539999, -11.8444282959999, -11.8444424689999,
-11.845649785, -11.845844875, -11.8469991959999, -11.8477999569999,
-11.8482040839999, -11.848754205, -11.8493125959998,
-11.8495984149999, -11.8497195129999, -11.8497237249999,
-11.8496002089999, -11.8496337289999, -11.8497305089999,
-11.849818892, -11.8500979049999, -11.85030617, -11.8510939949999,
-11.8519483289999, -11.8526571149999, -11.8535249169999,
-11.8588916649999, -11.8593390149999, -11.859591646,
-11.859936315, -11.8601951229999, -11.8604944969999,
-11.8612333399999, -11.8617643639999, -11.8615746129999,
-11.861390796, -11.8591691969999, -11.8605669679999,
-11.8605796749999, -11.8629488909999, -11.862946049,
-11.8645707619999, -11.8645793279999, -11.8653327289999,
-11.8653746339999, -11.865103539, -11.864808293, -11.8646172959999,
-11.864315905, -11.864136763, -11.8639693319999, -11.8638057269999,
-11.8637373289999, -11.863722346, -11.8637226959999,
-11.8637110469999, -11.8636352309999, -11.863556377,
-11.8634803849999, -11.863394967, -11.8632143789999,
-11.863081242, -11.8629713039999, -11.8628599639999,
-11.862794954, -11.8627072429999, -11.862582404, -11.8624237739999,
-11.862247413, -11.8620053849999, -11.8617390809999,
-11.8616309879999, -11.8615734989999, -11.8615587429999,
-11.8615724969999, -11.861550537, -11.861304063, -11.861080407,
-11.8609951049999, -11.8606978329998, -11.8605391109999,
-11.8603054029999, -11.8600750459999, -11.8599225959999,
-11.859767962, -11.859565506, -11.8592620339999, -11.8591391889998,
-11.858969762, -11.8588909879999, -11.8588122469999,
-11.8587703389999, -11.8587363729998, -11.8586163829999,
-11.8584814399999, -11.85835127, -11.8582030269999, -11.8579195399999,
-11.8577816929999, -11.8576448239999, -11.8575266319999,
-11.8573521079999, -11.857042975, -11.8570254569999,
-11.8570018769998, -11.856900518, -11.8568352599999,
-11.8567837739999, -11.8567448799999, -11.856724314,
-11.8567050689999, -11.8566979159999, -11.8566614669999,
-11.856560918, -11.856432592, -11.8563316609999, -11.8562824879999,
-11.8561306789999, -11.8560151179999, -11.855948247,
-11.8559285619999, -11.855847281, -11.8557093789999,
-11.8555762639999, -11.8554983339999, -11.8554606139999,
-11.855386435, -11.8553399579999, -11.855279696, -11.8552358729999,
-11.8551134019999, -11.8549978539999, -11.8549133819999,
-11.854824148, -11.85477894, -11.8546026399999, -11.8545200379999,
-11.854469912, -11.854355198, -11.854248588, -11.8541989569999,
-11.8541619499999, -11.8541318819999, -11.8540961279999,
-11.8540632429999, -11.8540038479999, -11.853925827,
-11.8538498679999, -11.8537668399999, -11.8537066979999,
-11.8537163129999, -11.853667765, -11.853565193, -11.8534678939999,
-11.8534465019999, -11.853486715, -11.853501743, -11.8536041939999,
-11.8536989379999, -11.8538949219999, -11.8540988019999,
-11.8542677039999, -11.8544101269999, -11.8545834449999,
-11.8549197589999, -11.855041957, -11.8552281989999,
-11.8555675309999, -11.8557606139999, -11.8560176209999,
-11.856255349, -11.8564551009999, -11.856654159, -11.8569674129998,
-11.8572957379999, -11.8575023829999, -11.857585286,
-11.8578980189999, -11.8580733119999, -11.858210868,
-11.8583951619999, -11.858664222, -11.8588928259999,
-11.858998723, -11.8590614349999, -11.8591484189999,
-11.8591968559999, -11.8592615639998, -11.8593509359999,
-11.859518207, -11.859795506, -11.8601063899999, -11.8603466229999,
-11.8605104129999, -11.860688441, -11.8607891209999,
-11.8609852739999, -11.8612048529999, -11.8616705969999,
-11.8619811909999, -11.8622204129999, -11.8624311579998,
-11.8627138539999, -11.8629618179999, -11.8630104989999,
-11.8631288989999, -11.8635608669999, -11.863906882,
-11.8642334719999, -11.8645002359999, -11.86476758, -11.8651114969998,
-11.8655468869999, -11.8657987529999, -11.8660505039999,
-11.86621113, -11.866318368, -11.8665332759999, -11.8668719469999,
-11.8672412509999, -11.86740315, -11.8676491589999, -11.867933369,
-11.8681182809999, -11.8683037129999, -11.8684205129999,
-11.8685679179999, -11.868715035, -11.868874886, -11.869219057,
-11.8694157919999, -11.8695971089999, -11.8697015619998,
-11.8697792639999, -11.869753755, -11.8696447719999,
-11.8696269719999, -11.8696864689999, -11.8697892339999,
-11.869874355, -11.869949414, -11.8699706799999, -11.8699924659998,
-11.8700183949999, -11.8700167339999, -11.8699077189999,
-11.869779459, -11.869670126, -11.8696062699999, -11.8695818379999,
-11.8697248139999, -11.869830102, -11.8699867779999,
-11.8701030229999, -11.870207964, -11.8703544159999,
-11.8705459559999, -11.870668156, -11.870770497, -11.8710581409999,
-11.871519661, -11.8721182189998, -11.872740509, -11.8731780369999,
-11.8736039139999, -11.873930502, -11.8744668859999,
-11.874944157, -11.875535466, -11.8759412929999, -11.8762560479999,
-11.8766396099999, -11.8770221939999, -11.8773654249999,
-11.8777062899999, -11.8781083279999, -11.8784450589999,
-11.878907135, -11.8790808389999, -11.8792577479999,
-11.8795044449999, -11.8797276679999, -11.880316739,
-11.880864088, -11.8812473629999, -11.8817600059999,
-11.8820908989999, -11.8824478239998, -11.882770663,
-11.883081972, -11.883568914, -11.8840273239999, -11.8844171279999,
-11.8848195319999, -11.885268536, -11.8858890129999,
-11.8867382629998, -11.8872551819999, -11.8875959019999,
-11.8878980099998, -11.8885305129999, -11.8891585489999,
-11.8900958859999, -11.8904038489999, -11.890646423,
-11.8908835989999, -11.8913392479999, -11.8917999899999,
-11.8927160989999, -11.8932083119998, -11.8938474039999,
-11.894239741, -11.8945242349999, -11.8947659109999,
-11.894992052, -11.895304562, -11.895540497, -11.895688553,
-11.895814002, -11.8959326, -11.8961548439999, -11.8964009069999,
-11.8968482749999, -11.8974738849999, -11.8980421729999,
-11.89854349, -11.8991776149999, -11.9000944359999, -11.9011541609999,
-11.9017872109998, -11.9024031029999, -11.9030955449998,
-11.9035441689999, -11.9038195139998, -11.9040694819998,
-11.9044671959999, -11.9061498569999, -11.9067136709999,
-11.907446442, -11.9077742819999, -11.907976473, -11.908527825,
-11.9092223, -11.909663924, -11.9098672269999, -11.910646906,
-11.9109695029999, -11.9114174089999, -11.911881493,
-11.9125202239999, -11.913197355, -11.913198441, -11.9136957979999,
-11.9142506869999, -11.9148037699998, -11.9151947519999,
-11.9157066209999, -11.9159805229999, -11.91607371, -11.91609067,
-11.916291101, -11.9164602879999, -11.91690098, -11.9174063059999,
-11.917486153, -11.918177332, -11.9185898449999, -11.919413544,
-11.92010089, -11.920508033, -11.920718, -11.9212360319999,
-11.9220385849999, -11.9227110299999, -11.9238185289999,
-11.9243061379999, -11.924791651, -11.9251509039999,
-11.925280463, -11.925458422, -11.925724562, -11.925914742,
-11.9260033029999, -11.926226409, -11.926347703, -11.9266125359999,
-11.9270311989999, -11.9272327629999, -11.9274485559999,
-11.9275986129999, -11.9278241729999, -11.928207766,
-11.9288480799999, -11.9294025309999, -11.9298142399999,
-11.9302473839999, -11.930924375, -11.9310110889999,
-11.9312999619999, -11.9316131639999, -11.9319557439999,
-11.9323064349999, -11.9326974169999, -11.93326165, -11.9336066979999,
-11.9337900139999, -11.9342302059999, -11.9346986479999,
-11.935213823, -11.9354976339999, -11.9356323139999,
-11.935816287, -11.9359839699999, -11.936313377, -11.936545467,
-11.9370360889999, -11.9374491779999, -11.9379727909999,
-11.93832572, -11.9385404949999, -11.9386115459999, -11.9386598409999,
-11.9387296219999, -11.9387498249999, -11.938867225,
-11.9391550309999, -11.939586377, -11.9400470689999,
-11.94029785, -11.9404622599999, -11.9407085079999, -11.94110649,
-11.9415468209999, -11.9424074099999, -11.942991208,
-11.9434602319999, -11.9440435139998, -11.9443117699999,
-11.9444133549999, -11.9444572869999, -11.944675366,
-11.9448647319999, -11.9452113309999, -11.9453172029999,
-11.9455242749999, -11.9458219489999, -11.9461350839999,
-11.9465931239998, -11.9466217639999, -11.9469149499999,
-11.947428879, -11.9480767009999, -11.948357507, -11.948700838,
-11.9488098659999, -11.949006939, -11.9490944549999,
-11.9492800069999, -11.949424692, -11.949485549, -11.9495878499999,
-11.9496777749999, -11.9497475869999, -11.94975198, -11.9499110989999,
-11.9499185709999, -11.9499734109999, -11.9499731339999,
-11.9499693499999, -11.9498861599999, -11.9498059429998,
-11.9497265959998, -11.9496760879999, -11.9496831119999,
-11.949678805, -11.9496705699999, -11.949591003, -11.9494928159999,
-11.9494613619999, -11.9494204879999, -11.9492617139999,
-11.9491801089998, -11.949155888, -11.9490736649999,
-11.9489959449999, -11.9488570929999, -11.9486589589999,
-11.9484525699999, -11.948285384, -11.9481099439999,
-11.9478089269999, -11.9475666799999, -11.9473434889999,
-11.9471680469999, -11.9469634729999, -11.9467878839999,
-11.946679902, -11.9466083519999, -11.946351352, -11.9461360399999,
-11.9459991049999, -11.9460061049999, -11.9461547299999,
-11.9461605239999, -11.946161855, -11.946280191, -11.9462838549998,
-11.946260105, -11.9461499799999, -11.94592998, -11.9458288539999,
-11.9457654799999, -11.945751354, -11.9457443549999,
-11.9457159799998, -11.9456311049999, -11.945510854,
-11.9454258549999, -11.9453231049999, -11.9453124799998,
-11.9453001049999, -11.9452877299999, -11.94525873, -11.94520498,
-11.9451471049999, -11.9449983549999, -11.9450024789999,
-11.944919355, -11.9448866049999, -11.9448204789999,
-11.9448328549998, -11.9449156049999, -11.9449403549999,
-11.9448701049999, -11.9448536049999, -11.9448659799999,
-11.9448952289999, -11.94496523, -11.945052104, -11.9451264799999,
-11.945105855, -11.944989979, -11.9447998549999, -11.9445599799999,
-11.944456605, -11.9443698549998, -11.944262355, -11.944063855,
-11.9438943549999, -11.94365448, -11.9435014799999, -11.9434684799999,
-11.9434849799999, -11.9434849799999, -11.94342298, -11.9433237289999,
-11.9431459789999, -11.9429019789999, -11.9426911049999,
-11.942513355, -11.942368605, -11.9422652299999, -11.94220323,
-11.9421371039999, -11.9420502299999, -11.941950979,
-11.941839355, -11.9416947299999, -11.9415664799999,
-11.9414921049999, -11.94137223, -11.9412729799999, -11.9412109789999,
-11.9411529799999, -11.9410827299999, -11.940880104,
-11.94065073, -11.9403736049999, -11.940158604, -11.9400346049999,
-11.9398443549999, -11.9396707299999, -11.9395094799999,
-11.9393978539999, -11.9393458549999, -11.93931773, -11.939335855,
-11.939335855, -11.9393151039998, -11.9392944799999,
-11.939273855, -11.939207605, -11.9391581049999, -11.93907948,
-11.9389264789999, -11.938769355, -11.9386536049999,
-11.9385296049999, -11.938413855, -11.9383311049999,
-11.9381284799999, -11.93795898, -11.9377646039999, -11.9376509799999,
-11.93747773, -11.9374278539999, -11.9373314799998, -11.9372323549999,
-11.9371414789999, -11.9370552289999, -11.936887355,
-11.93683398, -11.9367941049999, -11.936809105, -11.9368389799999,
-11.9369236049999, -11.9369932299999, -11.9371177299999,
-11.9372323549999, -11.9374016049999, -11.937526104,
-11.9376207289999, -11.9377552289999, -11.9379194799999,
-11.93804398, -11.9381933549999, -11.938268105, -11.9383029799999,
-11.9383726039999, -11.9383831049999, -11.9385021049999,
-11.938591104, -11.93859673, -11.9386913549999, -11.9387809789999,
-11.9388904799999, -11.93890148, -11.9389784799999, -11.939023479,
-11.9390586049999, -11.9391014799999, -11.9391093549999,
-11.9391992299999, -11.9392578539999, -11.9391406039999,
-11.93908398, -11.93901948, -11.9389023539999, -11.9387519799999,
-11.9386543549999, -11.9385078539999, -11.9383926049999,
-11.938242229, -11.938177729, -11.9380839799999, -11.93801373,
-11.9378983549998, -11.9378163549999, -11.9377226039999,
-11.9376699799998, -11.9375742289999, -11.937462855,
-11.93737498, -11.9373144799999, -11.937214855, -11.9371113539999,
-11.9370371049999, -11.9369413539999, -11.9368028549999,
-11.9366933549999, -11.9364824799999, -11.9364257299999,
-11.9363691039999, -11.936285105, -11.9361874799999,
-11.9361231049999, -11.93602748, -11.9359394799999, -11.9358769799999,
-11.9358203549999, -11.935722605, -11.9355898549999,
-11.9354882289999, -11.93540823, -11.9353516049999, -11.9352929789999,
-11.935191355, -11.9351328539999, -11.9350624799999,
-11.9349591039999, -11.934826229, -11.93472073, -11.93464848,
-11.9345878539999, -11.9345058549999, -11.9342988549999,
-11.9341601049999, -11.9340391049999, -11.933968729,
-11.9339121049999, -11.9338398539999, -11.93376948, -11.93369723,
-11.9335974799999, -11.9335176049998, -11.9334218549999,
-11.9333124799999, -11.93324023, -11.93317573, -11.9330918549999,
-11.933013729, -11.93293748, -11.9328593549999, -11.93276373,
-11.9327051049999, -11.932628855, -11.9325683539999,
-11.9324902299999, -11.932433605, -11.93237498, -11.9323066049998,
-11.9322481049999, -11.93216998, -11.93208398, -11.9320117299999,
-11.931945355, -11.9318534799999, -11.9317558549999,
-11.9316719789998, -11.93158398, -11.9314863549999, -11.9314257299999,
-11.931373105, -11.9313106049999, -11.93124998, -11.9311914799999,
-11.9311113549999, -11.93102348, -11.9309336049999, -11.9308731039999,
-11.9308183549999, -11.9307578539999, -11.93070123, -11.9306308549999,
-11.9305566049999, -11.930494105, -11.93041998, -11.9303418539999,
-11.9302538549999, -11.93016798, -11.9300332299999, -11.9298516039999,
-11.9297422299999, -11.92963673, -11.929574229, -11.929511729,
-11.9294569799999, -11.929380855, -11.9290273549998,
-11.9289043549999, -11.92879298, -11.9287148549998, -11.9286288539999,
-11.9285468539999, -11.92845898, -11.9283516049999, -11.9282714799999,
-11.9280606039999, -11.9279826049999, -11.9279257299999,
-11.9278497299999, -11.9277694799999, -11.9276777299999,
-11.92762498, -11.9275762299999, -11.927369229, -11.9272773539999,
-11.9272031049999, -11.92713873, -11.9270819799999, -11.9270234799999,
-11.9269492299999, -11.9268749789999, -11.9266797289999,
-11.9266074799999, -11.92652148, -11.926447229, -11.9263847289999,
-11.9263124799999, -11.926212855, -11.926091855, -11.926017605,
-11.9259628539999, -11.92590623, -11.9258027299999, -11.9256757299999,
-11.9256016039999, -11.9255429799999, -11.925453105,
-11.9253672299999, -11.9252871039999, -11.925226605,
-11.9251444799999, -11.9250898539999, -11.9250174799999,
-11.924945355, -11.9248731049998, -11.9247832299999,
-11.9247012299999, -11.9246367299999, -11.92448823, -11.9244101049998,
-11.924328105, -11.9242558539999, -11.9241797299999,
-11.9240839799999, -11.923996105, -11.9239219799999,
-11.9238593549999, -11.92376373, -11.9236817299999, -11.9234882299999,
-11.9234003539999, -11.9233027299999, -11.9232187299999,
-11.923162105, -11.9230938549999, -11.9229941049999,
-11.922880855, -11.9228124799999, -11.9227538539999,
-11.922640604, -11.9225078539999, -11.9225038539999,
-11.9223534799999, -11.922285105, -11.9222284799999,
-11.9221367299999, -11.922044979, -11.9219512299999,
-11.9218534799999, -11.921820355, -11.92171873, -11.9216211049999,
-11.921548855, -11.9214687299999, -11.9214023549998,
-11.9213222289999, -11.9212363539999, -11.921150355,
-11.9210781039999, -11.9209784789999, -11.9208613549998,
-11.9207988549999, -11.9207481039999, -11.9206874799999,
-11.920626979, -11.9205058539999, -11.9203867299999,
-11.9203086049998, -11.9202168539999, -11.920115229,
-11.9200391049998, -11.9199628549998, -11.919900355,
-11.919837854, -11.9197812299999, -11.9197051049999,
-11.9196288549998, -11.9195722299999, -11.9194628549999,
-11.9193828539999, -11.9193124789999, -11.919222605,
-11.919003854, -11.91892773, -11.9188534799999, -11.918767604,
-11.9186562299999, -11.918462855, -11.918367229, -11.9182891039999,
-11.9182012299999, -11.9181152299999, -11.918050729,
-11.9179746049999, -11.9179003539999, -11.9178496039999,
-11.9177694799999, -11.9176894799999, -11.917609355,
-11.9175352299999, -11.9174628549999, -11.9173984799999,
-11.917308605, -11.9172168549999, -11.917130855, -11.917058605,
-11.9170001049999, -11.9169336039999, -11.9168808549998,
-11.916775355, -11.9167187299999, -11.9166367289999,
-11.9165644799999, -11.9165137299999, -11.916462854,
-11.9164023549999, -11.9163398549998, -11.9162734799999,
-11.916220729, -11.9161543549998, -11.916064605, -11.915966855,
-11.915880855, -11.9158222299999, -11.9157304799999,
-11.9156074799999, -11.9155194799999, -11.915431605,
-11.915359354, -11.9153047299999, -11.9152422299999,
-11.915091855, -11.9149941049999, -11.9149179799999,
-11.914841855, -11.914767605, -11.9146816039998, -11.9145722289999,
-11.9144627299999, -11.9143984799999, -11.914265604,
-11.914181605, -11.9141269799999, -11.9140137299999,
-11.9139374799999, -11.9137832299999, -11.9136659799999,
-11.9136016049998, -11.9135117299999, -11.913412105,
-11.9133397289999, -11.9132851049999, -11.9132109799999,
-11.913101605, -11.9130156039998, -11.9129316049998,
-11.912882855, -11.9128359799999, -11.9127363549998,
-11.9126738539999, -11.912580105, -11.9125019799999,
-11.9123672289999, -11.912289105, -11.9122246049999,
-11.9120976049999, -11.912027355, -11.911972605, -11.9119082299999,
-11.9118593549999, -11.911798855, -11.911726605, -11.911660104,
-11.9115644789999, -11.911431605, -11.9113769799999,
-11.9113593549999, -11.9113144789999, -11.911222605,
-11.9111152299999, -11.9109277299999, -11.910847604,
-11.9107891049998, -11.9107343539999, -11.910681605,
-11.9106269799999, -11.9104746049999, -11.9102266049998,
-11.9101523539999, -11.9101562299999, -11.9101757299999,
-11.9101874799999, -11.9101503539999, -11.910068355,
-11.9100137299999, -11.9099356039999, -11.909806605,
-11.909777355, -11.9098027299999, -11.909851605, -11.909828105,
-11.909798854, -11.9097382299999, -11.9097284789999,
-11.9096972299999, -11.9096093539999, -11.909527354,
-11.909474605, -11.9094218549999, -11.9093496049999,
-11.9092617299999, -11.9091328549999, -11.9090449789999,
-11.9089882289999, -11.908921855, -11.9088359799999,
-11.9087481039999, -11.908658229, -11.9086172299999,
-11.9085996049999, -11.9085117299999, -11.908445355,
-11.9084082299999, -11.9083652299999, -11.9083027299999,
-11.9082284799999, -11.9081679799999, -11.908123105,
-11.908056605, -11.9079961049999, -11.9079453539999,
-11.907873104, -11.9077461039998, -11.9076601049999,
-11.9076132289999, -11.907621105, -11.9076406049999,
-11.9076152299999, -11.907580105, -11.9075194799999,
-11.907474604, -11.907470729, -11.9074023549999, -11.9073319789999,
-11.907248105, -11.9071856049999, -11.9071347299999,
-11.9070507299999, -11.907029355, -11.9070722299999,
-11.9071152289999, -11.9071249799999, -11.9071172299999,
-11.9070819799999, -11.906986355, -11.9069023549999,
-11.9067949799999, -11.906724604, -11.9066387299999,
-11.9065586049999, -11.9064277299999, -11.9063711049999,
-11.9063534799999, -11.9063339799999, -11.9062538549999,
-11.906173854, -11.906109355, -11.906035104, -11.9059746049999,
-11.9059843549999, -11.9060117289999, -11.9060273539998,
-11.9060312299999, -11.9060137299999, -11.9059512299999,
-11.905914105, -11.905869105, -11.905796854, -11.9057694799999,
-11.9057109789999, -11.9056424799999, -11.905580105,
-11.9054882289999, -11.9054433549999, -11.9054394789999,
-11.905392605, -11.905351604, -11.9053027289999, -11.905251979,
-11.9052128549999, -11.9051738539999, -11.9051132289999,
-11.905017605, -11.904941354, -11.904851605, -11.9047694799999,
-11.9047207299999, -11.9046621049999, -11.9046152299999,
-11.904527355, -11.9044472289999, -11.9044023549999,
-11.9043301049999, -11.904236354, -11.9041543539998,
-11.9040957299999, -11.9040214799999, -11.9039569799999,
-11.9038749789999, -11.9037851049999, -11.903712855,
-11.903613105, -11.9035253549999, -11.9034726039999,
-11.903382855, -11.9033182299999, -11.9032499799999,
-11.903164105, -11.903089854, -11.9030176049999, -11.9028964799999,
-11.902806605, -11.9027363549999, -11.9026777299999,
-11.9025819799999, -11.9024999789999, -11.902351605,
-11.9022754799999, -11.902193355, -11.9021034799999,
-11.9020449799999, -11.9019784789999, -11.9018319799999,
-11.9016679789999, -11.9015586049999, -11.9015019799999,
-11.9014297299999, -11.9013242299999, -11.9012694799999,
-11.9012148539999, -11.9011562289999, -11.9010859799999,
-11.9010019799999, -11.900943355, -11.900851605, -11.9007266049999,
-11.9006699789999, -11.9006132299999, -11.9005409799999,
-11.9004531049999, -11.9003163539998, -11.9001288549999,
-11.899984355, -11.8998632289999, -11.8997968539998,
-11.8996953549999, -11.8996093549999, -11.8995214789999,
-11.899455104, -11.8993867299999, -11.8993106049999,
-11.899248105, -11.899173855, -11.899119105, -11.8990253549999,
-11.898902355, -11.898837855, -11.8987402289999, -11.8985839799999,
-11.8985194799999, -11.898412105, -11.8983457299999,
-11.8982714789999, -11.8982051039998, -11.8981231039999,
-11.8980429799999, -11.8979863549999, -11.8979159799999,
-11.8978457299999, -11.8977596049999, -11.8976836049998,
-11.897560605, -11.8974804799999, -11.8973749799999,
-11.8972247299999, -11.8971231049999, -11.8970527299999,
-11.8970019789999, -11.8969298549999, -11.896876855,
-11.8968124799999, -11.8967304799999, -11.896632855,
-11.8965253549999, -11.896449354, -11.8963632299999,
-11.896318354, -11.8962362299999, -11.8961777299999,
-11.8961074799999, -11.896035105, -11.8959356039999,
-11.8958808539998, -11.895767604, -11.8956582299999,
-11.8955547299999, -11.8953984799999, -11.895326355,
-11.895253855, -11.8951836049999, -11.8951093549999,
-11.8950507289999, -11.8949589799999, -11.8948808549999,
-11.8948183549999, -11.894757855, -11.8947012299999,
-11.8946132299999, -11.89450973, -11.8944277299999, -11.8943457299999,
-11.894279355, -11.8942049799999, -11.894142605, -11.89394723,
-11.8938652299999, -11.8937617299999, -11.8936816039999,
-11.893621105, -11.8935409799999, -11.8934609799999,
-11.8933867299999, -11.8932284789999, -11.893130855,
-11.893037105, -11.8929531049998, -11.8929062299999,
-11.89282223, -11.892767605, -11.8926034799999, -11.8925371039998,
-11.8924686039999, -11.892400354, -11.8923301039999,
-11.8922637289999, -11.892203105, -11.892128854, -11.8920273539998,
-11.8919707299999, -11.8919179799999, -11.8918554799999,
-11.8917304789999, -11.891662105, -11.891587855, -11.8915176049999,
-11.8914589789999, -11.8913887299999, -11.8913106049999,
-11.891142605, -11.8910527299999, -11.8909668549999,
-11.890873105, -11.8907929799999, -11.8907284799999,
-11.8906562299999, -11.8905878539999, -11.8904981049999,
-11.8904238549999, -11.890351605, -11.890279355, -11.8902012299999,
-11.8901484799999, -11.8900663539999, -11.8899374789999,
-11.8898359799999, -11.889777355, -11.8896582299999,
-11.8896034799999, -11.8895137299999, -11.8894201049998,
-11.8893222289999, -11.8892402299999, -11.8891601039999,
-11.889089855, -11.8889687289999, -11.888892605, -11.8888047299999,
-11.888580105, -11.8884531049999, -11.8883203539999,
-11.8882089799999, -11.8880957289999, -11.8879609799999,
-11.8878182299999, -11.887726605, -11.8876444799999,
-11.8875779789999, -11.8874962299999, -11.887336105,
-11.887191355, -11.887119105, -11.8870488549999, -11.8869589789999,
-11.886902355, -11.886816355, -11.8867538549999, -11.8866132289999,
-11.886527354, -11.8864531039999, -11.8863867299999,
-11.8863144799999, -11.8862168549999, -11.8861346049999,
-11.886035105, -11.8859356039999, -11.8858613539999,
-11.8857168549999, -11.8855937299999, -11.885472605,
-11.88522848, -11.885109354, -11.8850194799999, -11.8849569799999,
-11.8848652299999, -11.8847832299999, -11.88467573, -11.8846132299998,
-11.8844824799999, -11.88439448, -11.8842694799999, -11.8841777289999,
-11.884089854, -11.8840332299999, -11.8839531049999,
-11.88384373, -11.8837168549999, -11.883589855, -11.883517605,
-11.8834141049999, -11.8833457289999, -11.8832949799999,
-11.8831836049999, -11.8831016039999, -11.8830253549999,
-11.882714855, -11.88246873, -11.8822246049999, -11.8820371049999,
-11.8819413549999, -11.881652355, -11.8815488549999,
-11.8813906039999, -11.880955104, -11.880474605, -11.8803183549999,
-11.8801367289999, -11.8799608539999, -11.87962498, -11.879558604,
-11.8794843549999, -11.87939448, -11.879296854, -11.879154355,
-11.8789394799999, -11.87856248, -11.878203104, -11.8781172299999,
-11.87794723, -11.877757855, -11.8776269799999, -11.8775312299999,
-11.877359355, -11.877195355, -11.8770058549999, -11.876841855,
-11.8767324799999, -11.8763984789999, -11.876341855,
-11.8759453549999, -11.8758066049999, -11.8757519789999,
-11.87542573, -11.87522848, -11.8750293549999, -11.8749413549999,
-11.874628854, -11.8743027289999, -11.874005855, -11.873810605,
-11.8737089799998, -11.8734492289999, -11.8733926049999,
-11.8732891049999, -11.87319723, -11.8731034799998, -11.8729101049999,
-11.87271098, -11.872609355, -11.8724746049999, -11.8722481049999,
-11.872080105, -11.87187698, -11.8717831049999, -11.8715234789999,
-11.8714277299998, -11.87125973, -11.87103323, -11.8708106049999,
-11.8706152299998, -11.8705409799998, -11.8701913549999,
-11.8699393549999, -11.8697461049999, -11.8696543549999,
-11.8694687299998, -11.86936523, -11.8691933539999, -11.868994104,
-11.86882223, -11.8687441049999, -11.8685819799998, -11.86851173,
-11.868380854, -11.8682499789999, -11.8681582299999,
-11.868013854, -11.8677499799998, -11.86767773, -11.867546854,
-11.8673339789999, -11.8672538549999, -11.8669218549999,
-11.8666699789999, -11.8663086049999, -11.8661816049999,
-11.8661074799999, -11.8658906049999, -11.8657871049999,
-11.86567773, -11.8656113549999, -11.8654003549999, -11.8653457299999,
-11.8651913549999, -11.8651113549999, -11.8649707289999,
-11.86483198, -11.86457423, -11.8644922299998, -11.864267604,
-11.8641093549999, -11.8639043539999, -11.8637558549999,
-11.8636152299999, -11.86351373, -11.86341598, -11.8633496049999,
-11.86327348, -11.8630644799998, -11.862945354, -11.8627069789999,
-11.8626093539999, -11.8625234799998, -11.8624648539999,
-11.8622714789998, -11.86216998, -11.8619082299998, -11.8618476049999,
-11.861789104, -11.8616231049999, -11.861544979, -11.861458979,
-11.8613926049999, -11.861334104, -11.8612051049999,
-11.8611543549999, -11.8610742299998, -11.86099023, -11.86091798,
-11.8607851049999, -11.8606523549999, -11.8605566049999,
-11.8604746049999, -11.860373104, -11.8603144789998,
-11.86014648, -11.8600097299999, -11.85988473, -11.8598379789998,
-11.85941023, -11.8592128539999, -11.8590937299999, -11.8590156039999,
-11.858949229, -11.8588203549999, -11.8587558539999,
-11.8586933549999, -11.8585859799998, -11.85852348, -11.8583652299999,
-11.858165979, -11.8580683549999, -11.85796873, -11.8577694799999,
-11.8576503539999, -11.8575371049999, -11.85740448, -11.857331979,
-11.8572324799999, -11.85705848, -11.85699998, -11.8569023539999,
-11.85669723, -11.8566543549999, -11.8565918549999, -11.8565293539999,
-11.8563281039999, -11.8561836039999, -11.85597848, -11.8558418549999,
-11.85566998, -11.855605479, -11.8555429789998, -11.8554101049999,
-11.8552891049999, -11.8552187299999, -11.85513873, -11.8550703549999,
-11.854988229, -11.854757854, -11.8545273549999, -11.8543457289999,
-11.854273479, -11.8541777299999, -11.8540488539999,
-11.8539257299998, -11.853863229, -11.8538106039999,
-11.8537578549999, -11.85374023, -11.85378323, -11.8538339799999,
-11.8539726039999, -11.8541406049999, -11.854273479,
-11.8542988549999, -11.85428123, -11.85420898, -11.8541173549999,
-11.85405473, -11.8539746039999, -11.8539218539999, -11.8538106049999,
-11.8537793549999, -11.8537246039999, -11.8537051049999,
-11.85366598, -11.8536191049999, -11.8535683549999, -11.8534767289999,
-11.853419979, -11.853355479, -11.8533027299999, -11.85325198,
-11.8531191049999, -11.8529336049999, -11.852798854,
-11.8526836049999, -11.85259373, -11.852539104, -11.8524999799999,
-11.8524238539999, -11.8522851049999, -11.8521836049999,
-11.8520566049999, -11.85195698, -11.8518516049999, -11.8517481039999,
-11.8514668549999, -11.85119923, -11.8511211049999, -11.850841854,
-11.8506874789998, -11.8505058539999, -11.8502871049999,
-11.8502284799999, -11.8500488549999, -11.849804729,
-11.8496699789998, -11.84949023, -11.8494238549999, -11.8493691049999,
-11.8493319799999, -11.8491093549999, -11.8488066039999,
-11.8486426049999, -11.8484413549999, -11.848367229,
-11.8481816049999, -11.84808598, -11.8479316049999, -11.8478828549999,
-11.84782423, -11.8477226039999, -11.84758198, -11.8473749789999,
-11.8471523549999, -11.8468887299999, -11.846763729,
-11.8466641049999, -11.8465742299999, -11.84647848, -11.84641598,
-11.8463554799999, -11.8462246039999, -11.846134729,
-11.8460234799999, -11.8459784799999, -11.8459121039999,
-11.84567973, -11.845593854, -11.845544979, -11.8454141049999,
-11.8453418549999, -11.8453593549999, -11.84530473, -11.8452069799999,
-11.8451464789999, -11.8450996039999, -11.84500573, -11.8449141049999,
-11.8448691049999, -11.8447871049999, -11.8446777299999,
-11.8446191049999, -11.84452148, -11.8444648549999, -11.8444394799999,
-11.8444199799999, -11.8443711039999, -11.8443731049999,
-11.8443632299999, -11.8443691049999, -11.8443711049999,
-11.8443887299999, -11.8443887299999, -11.8444101049999,
-11.84449023, -11.8445606039999, -11.8446132299999, -11.8447111049999,
-11.8448534789999, -11.8449609799999, -11.84503123, -11.8450878549999,
-11.8451601049999, -11.8452226039999, -11.8452499799999,
-11.8451562299999, -11.8451464799999, -11.8451562299999,
-11.8451016049999, -11.8450606039999, -11.84500973, -11.845005729,
-11.8450019799999, -11.8449863549999, -11.8449374799999,
-11.8448731049999, -11.84483198, -11.8447773549999, -11.8447111049999,
-11.8446503549999, -11.8446231049999, -11.84460748, -11.844556605,
-11.8445468549999, -11.8444551049999, -11.8443476049999,
-11.844275355, -11.84421873, -11.8442461049999, -11.8442988549999,
-11.8443242289999, -11.8443379789999, -11.8444023549999,
-11.8444766049999, -11.8445566039999, -11.84457623, -11.8446132299999,
-11.8446581049999, -11.84470698, -11.844712729, -11.8446659799999,
-11.8445722289999, -11.8444766049999, -11.8444628549999,
-11.8444766049999, -11.8445038539999, -11.84454298, -11.8446053539999,
-11.8446641039999, -11.8447127299999, -11.8447363539999,
-11.8447441049999, -11.84482223, -11.8448887289998, -11.8449082299999,
-11.8449159799999, -11.8449179799999, -11.8449922299999,
-11.84502348, -11.84504298, -11.8450351049999, -11.8450038549999,
-11.8449121049999, -11.8448378539999, -11.8447207299999,
-11.844665979, -11.8446464789999, -11.8446816039999,
-11.84474998, -11.844816355, -11.84485548, -11.8448731049999,
-11.8449297289999, -11.84498823, -11.84504298, -11.8451308549999,
-11.8451816039999, -11.8452051039999, -11.8452012299999,
-11.8451953549999, -11.8451816049999, -11.8452089789999,
-11.8452207289999, -11.8452832299999, -11.845290979,
-11.845324229, -11.8453711049999, -11.84539848, -11.84538673,
-11.8452949799999, -11.8451874789999, -11.8450878549999,
-11.84501948, -11.8449589799999, -11.8449082289999, -11.8448672289998,
-11.844837855, -11.84478323, -11.844720729, -11.8446016049999,
-11.84453323, -11.8444297299999, -11.8443691049999, -11.8442988549999,
-11.84425198, -11.8442148549999, -11.844158229, -11.8440996049999,
-11.8441328549999, -11.8442266049999, -11.8442849799999,
-11.8443319799999, -11.8443672289999, -11.844394479,
-11.8443887299999, -11.8443437299999, -11.8443651049998,
-11.8444082299999, -11.8444766049999, -11.8445176049999,
-11.8445156049999, -11.844509729, -11.8444863549999,
-11.8444843549999, -11.84446873, -11.8444394799999, -11.8443651049998,
-11.84426373, -11.844156229, -11.8440449789998, -11.843994105,
-11.84392773, -11.8438398549999, -11.8437343539999, -11.8436093549999,
-11.8435468549999, -11.8434668549999, -11.8434121049999,
-11.8433516049999, -11.8432343549999, -11.8431894789998,
-11.84316998, -11.843150355, -11.8430801049999, -11.8430703549999,
-11.8431092299999, -11.8431113539999, -11.8431444789999,
-11.8431856049999, -11.84320123, -11.8431836049999, -11.8431757299999,
-11.843124979, -11.8430137299999, -11.8429707299999,
-11.8429707299999, -11.8430078549999, -11.8429316049999,
-11.8428301049999, -11.8427284799999, -11.8426464799999,
-11.8425606049999, -11.8423866049999, -11.8423027289998,
-11.8422461039999, -11.8421933549999, -11.842175729,
-11.8421679799999, -11.8421582299999, -11.8421054789998,
-11.84203323, -11.841978479, -11.841929729, -11.8419061039999,
-11.8419101049999, -11.841898479, -11.8418652299999,
-11.8418106049999, -11.8416601039999, -11.8415391039999,
-11.8414101039999, -11.8412891049999, -11.8412051039999,
-11.84107223, -11.8409687289999, -11.84082423, -11.8407051049999,
-11.8406016049999, -11.8405293549999, -11.840312479,
-11.840230479, -11.8401797289999, -11.8401972299999,
-11.840242229, -11.8402773549999, -11.84029098, -11.84026948,
-11.84026948, -11.8402558549999, -11.8402851049999, -11.8402871039999,
-11.84026948, -11.8402168549999, -11.8402402299999, -11.8402988539999,
-11.84035748, -11.8403788549999, -11.840359355, -11.84032223,
-11.8403086049999, -11.840261729, -11.8402363549999,
-11.84026173, -11.8402988539999, -11.84036523, -11.8403788549999,
-11.8404043549999, -11.8403944799999, -11.8404121049999,
-11.8404121049999, -11.8403944799999, -11.8403926049999,
-11.840345729, -11.840281229, -11.8402128549999, -11.8401797289999,
-11.8401738549999, -11.8401894789999, -11.84014848, -11.8400391039999,
-11.8399492289998, -11.8398613549999, -11.8397266039999,
-11.83969923, -11.8396836039999, -11.8396523539999, -11.8395839799999,
-11.83952148, -11.839458979, -11.8393457299999, -11.8392342289999,
-11.83914648, -11.839095729, -11.8390429789999, -11.838982479,
-11.8388828549999, -11.8388378549999, -11.8388281039999,
-11.8387968549999, -11.83872073, -11.83855073, -11.8384569789999,
-11.83837498, -11.8383514799999, -11.8383066049998, -11.8382519789999,
-11.8381816049999, -11.8381659799999, -11.83812698, -11.838042979,
-11.8379589789999, -11.83786723, -11.837790855, -11.8377343539999,
-11.83770698, -11.8376621039999, -11.837599605, -11.837544979,
-11.8374628549998, -11.8373828549999, -11.8373378549999,
-11.8373222299999, -11.8373554789999, -11.83736148, -11.8374356039999,
-11.8375273539999, -11.8375606049999, -11.8375606039999,
-11.83754298, -11.83750973, -11.8374356039999, -11.8373281049999,
-11.83724023, -11.8371288549999, -11.8370293539999, -11.8369627299999,
-11.8368731049999, -11.83671098, -11.83663673, -11.8365839799999,
-11.8364824789998, -11.8364023549998, -11.8362832289999,
-11.8360663549998, -11.83591798, -11.8357773539999, -11.8356679789999,
-11.8355293549999, -11.83533598, -11.8351189799999, -11.8348007289999,
-11.834675729, -11.8346054789999, -11.8344668549999,
-11.8343574799999, -11.8342753549999, -11.8341836039999,
-11.8341308539999, -11.8340176039999, -11.833878855,
-11.833705105, -11.833390605, -11.83309573, -11.8329628539999,
-11.83272848, -11.83244923, -11.83224223, -11.8320683539999,
-11.8318534799999, -11.8317734789999, -11.8317168549999,
-11.8316856049998, -11.83168948, -11.831671855, -11.831671855,
-11.8317284799999, -11.8317617299999, -11.831746105,
-11.831705105, -11.8316523549998, -11.831597605, -11.8315253539999,
-11.8314043539999, -11.8312909799999, -11.8312266039999,
-11.8311816049999, -11.8311444789999, -11.8310683549998,
-11.8309882299999, -11.8308632299999, -11.8308106049999,
-11.830763729, -11.8307481049999, -11.8306933539999,
-11.8306308539999, -11.8304961049998, -11.8304531049998,
-11.8304139799999, -11.8303887299999, -11.8303887299999,
-11.8303808549999, -11.83033598, -11.830283229, -11.8301894799999,
-11.8300781039999, -11.8299999799999, -11.82994923, -11.829886729,
-11.8297617289999, -11.829703105, -11.82963473, -11.8295409799999,
-11.8294628539999, -11.8294141039999, -11.8293456039999,
-11.8292538549999, -11.8290918549999, -11.8289922289999,
-11.828878855, -11.8287773549999, -11.828650479, -11.8285722299999,
-11.8284433549999, -11.8284003549999, -11.828371105,
-11.828361355, -11.828361355, -11.8283887289999, -11.8284257299999,
-11.8284687299999, -11.8285038539999, -11.8285156039999,
-11.8284687299999, -11.8285293539999, -11.828570229,
-11.8285699309999, -11.8285681549999, -11.8285030239999,
-11.8282793939999, -11.8279131539998, -11.8276592679999,
-11.8275859479999, -11.8274594979999, -11.8272534369999,
-11.826765365, -11.826732896, -11.8260732159999, -11.826001925,
-11.8258612039999, -11.825748716, -11.825712084, -11.8257276849999,
-11.8257814089998, -11.8259408229999, -11.826200361,
-11.826439895, -11.826483884, -11.8266677279999, -11.8267871699999,
-11.8270611659999, -11.8275504279998, -11.8278089569999,
-11.8278903099999, -11.8279372349999, -11.8281517619999,
-11.8281959949999, -11.8280265729999, -11.8278865459999,
-11.8278510499999, -11.82788146, -11.8279853429999, -11.827999662,
-11.828200518, -11.828425807, -11.8286500199999, -11.8287296949999,
-11.828732976, -11.828690825, -11.8286432229999, -11.8284026999999,
-11.8280976619999, -11.827883545, -11.827615512, -11.8272316959999,
-11.8269936119999, -11.8267633579999, -11.8265493009999,
-11.8263751949999, -11.82627142, -11.8261600029999, -11.8259123279999,
-11.8258940489999, -11.8256508239999, -11.8255111139999,
-11.825554097, -11.825606039, -11.8256691099999, -11.8257301549999,
-11.8258779449999, -11.826123422, -11.8263699239998,
-11.8265456009999, -11.8267334669999, -11.8268036659999,
-11.8268108469999, -11.8267364939999, -11.826646223,
-11.826433768, -11.826159924, -11.8259470519999, -11.8257820539999,
-11.8256691849999, -11.8256901099999, -11.8257676929999,
-11.825902304, -11.8261088919999, -11.8262163539999,
-11.8264168909999, -11.826670808, -11.8269101349999,
-11.827028404, -11.8270571739999, -11.8271129209999,
-11.827122706, -11.827037086, -11.8267637109999, -11.8263978079999,
-11.825817431, -11.825405502, -11.825227954, -11.82501996,
-11.8248487149999, -11.8248300839999, -11.8258473309999,
-11.825354703, -11.824866136, -11.8240628079999, -11.8234084989999,
-11.822851482, -11.8224343729999, -11.8223587429999,
-11.822392888, -11.8224266779999, -11.8222454029999,
-11.8218313269999, -11.8214062299999, -11.8212578539999,
-11.8212752929999, -11.82128089, -11.82131448, -11.821320387,
-11.8215035339998, -11.821668335, -11.821734431, -11.8216082979999,
-11.8214357269999, -11.8209961329999, -11.820504722,
-11.8200761829999, -11.819579663, -11.8193365809998,
-11.819228762, -11.819204004, -11.8192773549998, -11.8194310309999,
-11.8195942369999, -11.8197653299999, -11.819889867,
-11.8199925649999, -11.8200794319999, -11.8203111469999,
-11.8205878909999, -11.820803188, -11.8209550949999,
-11.8210456049999, -11.82110204, -11.821006091, -11.8208865409998,
-11.8206608799999, -11.8203726899999, -11.820206292,
-11.8201697339999, -11.8200878529999, -11.8199633719999,
-11.8198013729999, -11.8194743509999, -11.8189858279999,
-11.8185891219999, -11.8182608989999, -11.8182160069999,
-11.8181135979999, -11.818071462, -11.8179916459999,
-11.8178212129999), .Dim = c(2237L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-77.0907597369999,
-77.0906638609999, -77.0907909869999, -77.0887714869999,
-77.0879999859999, -77.087595736, -77.0878437369997, -77.0885987369999,
-77.0894003609999, -77.0884126119998, -77.0874863609999,
-77.086871112, -77.086419862, -77.0862949859999, -77.0858847359999,
-77.0858242369999, -77.0859082359999, -77.0857614859999,
-77.0853031119999, -77.0842033609998, -77.0831217359999,
-77.080487486, -77.0774531119999, -77.075453737, -77.0745899869999,
-77.0724997359998, -77.069891361, -77.068013486, -77.067536112,
-77.064976612, -77.0626964869999, -77.0622219859999, -77.0599589859999,
-77.058839861, -77.0598593619999, -77.058634736, -77.0585624859999,
-77.058224611, -77.0582207369999, -77.0583474859999, -77.058720737,
-77.058913861, -77.059042486, -77.058669236, -77.0582831119999,
-77.0577424859999, -77.0573359859999, -77.0570536119999,
-77.0569394859999, -77.056982986, -77.056710111, -77.0560947359999,
-77.0552468609999, -77.055183986, -77.055370361, -77.0552409859998,
-77.0556369869999, -77.0553518609998, -77.054083987, -77.0540598609999,
-77.054212111, -77.054736862, -77.0552058609999, -77.0554601109999,
-77.056085861, -77.056881236, -77.0581628609999, -77.058758611,
-77.0592996119999, -77.0596809859999, -77.059754861, -77.0603947359999,
-77.060909736, -77.0613856109999, -77.0619983609999, -77.062832737,
-77.0635881109999, -77.064078237, -77.0644137359999, -77.0647193609999,
-77.0651403609999, -77.065453361, -77.065655361, -77.0659487359999,
-77.0661703609999, -77.0663463619999, -77.066535361, -77.0667902369999,
-77.066841862, -77.0670308609999, -77.0672916119999, -77.067513236,
-77.0676631109999, -77.068047737, -77.068304112, -77.0684438609999,
-77.0689146109999, -77.0693686119999, -77.069666736, -77.070033361,
-77.0703652369999, -77.0704701109999, -77.0707321109999,
-77.0709941119999, -77.071221236, -77.0715181119999, -77.0718324869999,
-77.0720514859999, -77.0722637369999, -77.0723914869999,
-77.072566111, -77.0726876109999, -77.0727843619999, -77.0732294859999,
-77.0735294859999, -77.0737617369999, -77.074042236, -77.074438987,
-77.074719612, -77.074796986, -77.075070737, -77.075289111,
-77.0755227359999, -77.075790736, -77.076087236, -77.0762097369999,
-77.0763162369998, -77.0764613609999, -77.0767032369998,
-77.0769933609999, -77.0770709859999, -77.0771193609999,
-77.0770304869999, -77.077041487, -77.077034736, -77.0770999869998,
-77.0771677359999, -77.077196736, -77.077196736, -77.0772644859999,
-77.0773709859999, -77.0776128609999, -77.0779902369999,
-77.0785031109999, -77.0789384869999, -77.0794223619999,
-77.0800499859999, -77.080689862, -77.0811447369999, -77.0812801119999,
-77.0814543609999, -77.081541611, -77.081701362, -77.0819902359999,
-77.082601612, -77.0829784859999, -77.0835683609998, -77.084037111,
-77.084437486, -77.0851894869999, -77.085519486, -77.086171861,
-77.086937361, -77.087443486, -77.0881203609999, -77.088945861,
-77.0894394869999, -77.089963612, -77.0906854869999, -77.091420611,
-77.0922011109998, -77.092400361, -77.0923996109999, -77.0932069859999,
-77.0937284859999, -77.0939238609999, -77.0941562359999,
-77.094249986, -77.0943007359999, -77.094423862, -77.0947069869999,
-77.094757418, -77.0947682629999, -77.0948554859999, -77.094870225,
-77.0949824869999, -77.0952226999998, -77.095306154, -77.0954010929999,
-77.0954575709999, -77.095619657, -77.0958746859999, -77.0960663549999,
-77.096327123, -77.0963735029999, -77.0961895849998, -77.0961349669999,
-77.096106947, -77.095962947, -77.0958807979999, -77.0958727729999,
-77.095494914, -77.0952724869999, -77.0951711129999, -77.0952336339998,
-77.0953305689999, -77.0961541669999, -77.0966469579999,
-77.097065715, -77.097150074, -77.0972938309999, -77.0976734489999,
-77.0979781469999, -77.098023106, -77.098067181, -77.0980314139999,
-77.098076594, -77.0982361029999, -77.0985281899999, -77.098769773,
-77.0990495459999, -77.099259704, -77.0993826629999, -77.0994970129999,
-77.0996998209999, -77.0999913599999, -77.100369663, -77.1006169329999,
-77.1009807169999, -77.1015618919999, -77.102102838, -77.1023808099999,
-77.1026204689999, -77.1029955229999, -77.103333714, -77.103894571,
-77.104068239, -77.104114578, -77.1036965439999, -77.103276664,
-77.1030978439999, -77.10306509, -77.1031037879999, -77.1033031229999,
-77.1033975989999, -77.1033835339999, -77.1032251009999,
-77.1027949979999, -77.1025592299999, -77.1024853819999,
-77.102553039, -77.102573348, -77.1026046439999, -77.102652214,
-77.102707322, -77.1026641949999, -77.1025912659999, -77.102499117,
-77.10218832, -77.1017889129999, -77.1014381949999, -77.101319453,
-77.1010248259999, -77.1006245369999, -77.1002156389999,
-77.099787681, -77.099706396, -77.099531839, -77.0993063829999,
-77.0987999179999, -77.098216118, -77.0976499799999, -77.097270142,
-77.0973122469999, -77.0974421779999, -77.0974248439999,
-77.0973021199999, -77.097187807, -77.0971414739998, -77.0968854449999,
-77.0967053289999, -77.0968855499999, -77.0970163709999,
-77.097351023, -77.097382218, -77.0975796439999, -77.0976733899998,
-77.0976185169999, -77.0972140369999, -77.096922514, -77.0965915539999,
-77.096123225, -77.0956372949999, -77.095339253, -77.0951116109999,
-77.0951267819999, -77.0951229679999, -77.0951227729999,
-77.095001211, -77.094714639, -77.0944777379999, -77.0938723369999,
-77.0935202009999, -77.0930795949999, -77.0930061439999,
-77.0929677959999, -77.0929741329999, -77.0930281879999,
-77.0929756469999, -77.0927871369999, -77.0925406499999,
-77.0923619719999, -77.0921038669999, -77.0920775129999,
-77.0919970789999, -77.0917160679999, -77.0913319009999,
-77.090806008, -77.090357435, -77.0899961429999, -77.089467452,
-77.0892739679999, -77.0893741199999, -77.0896693349999,
-77.0901138849999, -77.090724699, -77.091203016, -77.091364303,
-77.091409224, -77.0913855769999, -77.0912985799999, -77.09114205,
-77.0909693089999, -77.0908037539999, -77.090801664, -77.0909439219998,
-77.091128225, -77.0914088269999, -77.0919439459998, -77.0922781709999,
-77.0930209529999, -77.0932388679999, -77.093285888, -77.093263264,
-77.092971429, -77.092708788, -77.0924445749999, -77.092257901,
-77.0921668869998, -77.0921700559998, -77.0921736299999,
-77.0922279529999, -77.0922098099999, -77.092298305, -77.092481345,
-77.0925715049999, -77.0925102559999, -77.0924135189999,
-77.0924341269999, -77.092651433, -77.0928470899999, -77.0929958679999,
-77.0929792749999, -77.092989797, -77.093080103, -77.093317746,
-77.0936075129999, -77.0937845049999, -77.094031241, -77.0941541999999,
-77.094184403, -77.0942425739999, -77.0942477699999, -77.09434744,
-77.0943353249999, -77.0941850849999, -77.0941821609998,
-77.094311309, -77.0944487519999, -77.0944844979999, -77.09455809,
-77.0948838469999, -77.0950726039999, -77.095168599, -77.0953284989999,
-77.0955116169999, -77.095844821, -77.0960733219999, -77.0963960999999,
-77.0966613179999, -77.097133132, -77.0973594449999, -77.097649324,
-77.0980502569999, -77.098270875, -77.0984680989998, -77.0986999739999,
-77.0989672029999, -77.0995929659999, -77.0997315549999,
-77.0998913109999, -77.100109684, -77.100355394, -77.1006164949999,
-77.100907851, -77.101307762, -77.1016649749999, -77.1019522699999,
-77.1022702289999, -77.1023977669999, -77.1028398189999,
-77.103122935, -77.103301761, -77.1035667469998, -77.1037378629999,
-77.1038965339999, -77.1040511149999, -77.1042517199999,
-77.104467745, -77.1047817379999, -77.1050167769998, -77.1052487199999,
-77.105519506, -77.105790527, -77.1060299439999, -77.106199443,
-77.1063448719999, -77.1064983639998, -77.1066602699999,
-77.106929349, -77.1071690959999, -77.107282472, -77.1072971859999,
-77.107288183, -77.1071852519999, -77.107097859, -77.106993518,
-77.1069364939999, -77.106872289, -77.1067303999998, -77.1064015969999,
-77.1061124619999, -77.1056769999999, -77.1055207129999,
-77.1055235269998, -77.1055378589999, -77.1056085229999,
-77.1056506059999, -77.1056633369998, -77.1056269649999,
-77.1054884079999, -77.105431848, -77.105441519, -77.105474735,
-77.1056190349999, -77.105778011, -77.1059266889999, -77.105929159,
-77.1059173199999, -77.1059014699999, -77.105920327, -77.1060410979999,
-77.10612327, -77.1062439899999, -77.106316341, -77.106407783,
-77.1065361559999, -77.1066872749998, -77.1067890459999,
-77.1067646839999, -77.1066701139999, -77.1065356449999,
-77.106488298, -77.10637028, -77.1062745359999, -77.1062099819999,
-77.106223993, -77.1063312229999, -77.106535617, -77.1070033039999,
-77.107242652, -77.1075974069999, -77.1079455679999, -77.1081546669999,
-77.1083770939999, -77.108531136, -77.1086465719999, -77.1087473509999,
-77.1088689999999, -77.108984025, -77.1094380329999, -77.1097749099999,
-77.1098360829999, -77.1099997759999, -77.1102096929999,
-77.1105017639999, -77.1105996599999, -77.11075929, -77.110822866,
-77.110890849, -77.110963971, -77.110965494, -77.1110178559999,
-77.1110509969998, -77.1110623809999, -77.1110790979999,
-77.1110854799999, -77.111082317, -77.1110793009998, -77.11112166,
-77.111131899, -77.111189149, -77.1112152449999, -77.1112148229999,
-77.111182401, -77.111113529, -77.1110638569999, -77.111023803,
-77.1110123959999, -77.1110080989999, -77.111001884, -77.1110131569999,
-77.111104245, -77.1111201539999, -77.111215675, -77.111248926,
-77.1112783349999, -77.1113546339999, -77.1115815539999,
-77.1117847309999, -77.1119734339999, -77.11206294, -77.1121624319999,
-77.1123370849999, -77.112407336, -77.1124846859999, -77.112562091,
-77.1126179239999, -77.1126764239999, -77.11292804, -77.1129951009999,
-77.1130732119999, -77.1131546659999, -77.1132739239998,
-77.1133525979999, -77.113422864, -77.113564191, -77.113799672,
-77.113944867, -77.1145042389999, -77.114829167, -77.114890795,
-77.115210178, -77.115265689, -77.1156800119999, -77.1159351639998,
-77.1160652899999, -77.1162153159999, -77.1156474749999,
-77.115992916, -77.1156440339998, -77.115671462, -77.115327985,
-77.1149015599999, -77.1145162099999, -77.1140962659999,
-77.113867005, -77.1136469049999, -77.112970821, -77.113043137,
-77.1130985459999, -77.113104614, -77.1132331459999, -77.1134633039999,
-77.1134352689999, -77.1135066629998, -77.113524715, -77.1134792399999,
-77.1134710429999, -77.1133190149998, -77.113339098, -77.113340146,
-77.1133436869998, -77.113456965, -77.1143461259999, -77.1144993189999,
-77.1150862389999, -77.114512581, -77.1149572179999, -77.115740697,
-77.1158889889999, -77.1159299219999, -77.1158934729999,
-77.115743499, -77.1156634169999, -77.1148828609999, -77.114779418,
-77.1160144889999, -77.116325311, -77.1174190799999, -77.1164118299999,
-77.1192958629998, -77.121156086, -77.124323418, -77.125412102,
-77.125955655, -77.1259635779999, -77.125358236, -77.1249976289999,
-77.1248801079999, -77.124072439, -77.1238183619999, -77.1223727359999,
-77.1208957359999, -77.118664611, -77.1158674869999, -77.1134789859999,
-77.1114677369999, -77.1100537369999, -77.1089181109999,
-77.1079322369999, -77.107315861, -77.106857737, -77.1055761109999,
-77.1046842369999, -77.103309861, -77.101368236, -77.1009979869999,
-77.0990293609999, -77.0969771119999, -77.095816987, -77.093924611,
-77.092207861, -77.0930703609999, -77.0930837359999, -77.0920466119999,
-77.0920183609998, -77.0918894869999, -77.089909737, -77.0897839859999,
-77.090161111, -77.090601111, -77.0907597369999, -11.819662105,
-11.8218809789998, -11.8231132299999, -11.8245468549998,
-11.8250663549998, -11.82667973, -11.8273496049999, -11.828544855,
-11.830175729, -11.8327807289999, -11.83479498, -11.8351953549999,
-11.8356679789999, -11.83589848, -11.8366543549999, -11.8381738539999,
-11.8387148549999, -11.839479479, -11.8408956049999, -11.841043605,
-11.8406737299999, -11.8422387289999, -11.8447753539999,
-11.8471788539999, -11.8473999789999, -11.8485302299999,
-11.84947298, -11.8502946039999, -11.8505461049999, -11.85152148,
-11.8517871049999, -11.85476748, -11.8571152289999, -11.8576464799998,
-11.8591484799998, -11.8599433549999, -11.8623144799998,
-11.86289848, -11.8652343549999, -11.8664809799999, -11.86797423,
-11.8686949799999, -11.8692871049999, -11.8699178549999,
-11.8702912299999, -11.870458479, -11.8701231049999, -11.8703816039999,
-11.8706992289999, -11.8717457289999, -11.8728999799999,
-11.873715105, -11.875116605, -11.8768136049999, -11.879179979,
-11.882594479, -11.8853888549998, -11.8859719799999, -11.8885664799999,
-11.8898399789999, -11.8900553539999, -11.890771604, -11.8915312299999,
-11.891870105, -11.89284148, -11.893675855, -11.89477298,
-11.8954946049999, -11.8961398549999, -11.8965276039999,
-11.896602604, -11.8972742299999, -11.8978152299999, -11.8982519799999,
-11.898897355, -11.8996926039999, -11.9007949799999, -11.901536855,
-11.9021392289999, -11.902566355, -11.903176854, -11.9038743539999,
-11.9043437299999, -11.90487173, -11.905530105, -11.9058756049999,
-11.9062407289998, -11.9067768549999, -11.9069304799999,
-11.9074922289999, -11.90780523, -11.9079812299998, -11.9081506049999,
-11.9083201039999, -11.908341229, -11.908399479, -11.9084691049999,
-11.9088011049999, -11.9092278549999, -11.909814355, -11.9102334799999,
-11.9105479799999, -11.9111767299999, -11.911770605, -11.9125043549999,
-11.9134999799999, -11.914740105, -11.9153387299999, -11.9160389789999,
-11.9165218549999, -11.9168362299999, -11.9169081049999,
-11.917043604, -11.9174113549999, -11.9176242299998, -11.9177693539999,
-11.9180209799998, -11.9186596049999, -11.9191627289999,
-11.9195401049998, -11.919992355, -11.920484479, -11.920985104,
-11.9213852299998, -11.9218118549999, -11.9221817289999,
-11.9224333549998, -11.922684854, -11.9231203549999, -11.923583105,
-11.92372023, -11.9240686049999, -11.9245249799999, -11.924911105,
-11.925297354, -11.9257426049999, -11.9262457299998, -11.9265167299999,
-11.9270682299999, -11.9276778549999, -11.928132605, -11.9286551049998,
-11.9292067299999, -11.9296808539999, -11.9300582289999,
-11.9304452299999, -11.9309899799999, -11.9313451039999,
-11.9316934789998, -11.9319257289998, -11.932264355, -11.9327538549999,
-11.9330987299999, -11.9337226039999, -11.93512498, -11.9358008549999,
-11.9363788549998, -11.9367226049999, -11.9369999799998,
-11.9378163549999, -11.9381016049997, -11.9393378539999,
-11.9405003539998, -11.9411268549999, -11.9417409799999,
-11.9424476049999, -11.94292773, -11.9433263549998, -11.9438711039999,
-11.9443174799999, -11.9447382299998, -11.9448418549999,
-11.9448492289999, -11.9453007299999, -11.9457402299998,
-11.945992229, -11.9464356049999, -11.9468516039999, -11.9475683549999,
-11.9479961049998, -11.9486933549999, -11.9488366269999,
-11.9488674349999, -11.94911523, -11.9491426629997, -11.9493516049999,
-11.9496777749999, -11.9495878499998, -11.949485549, -11.949424692,
-11.9492800069999, -11.9490944549999, -11.949006939, -11.9488098659999,
-11.948700838, -11.948357507, -11.9480767009999, -11.9474288789999,
-11.9469149499999, -11.9466217639999, -11.9465931239998,
-11.9461350839999, -11.9458219489999, -11.9455242749999,
-11.9453172029998, -11.9452113309998, -11.9448647319999,
-11.944675366, -11.9444572869999, -11.9444133549999, -11.9443117699999,
-11.9440435139998, -11.9434602319999, -11.942991208, -11.9424074099999,
-11.9415468209999, -11.94110649, -11.9407085079999, -11.9404622599998,
-11.9402978499999, -11.9400470689999, -11.939586377, -11.9391550309999,
-11.9388672249999, -11.9387498249999, -11.9387296219999,
-11.9386598409999, -11.9386115459999, -11.9385404949999,
-11.93832572, -11.9379727909999, -11.9374491779999, -11.9370360889998,
-11.936545467, -11.936313377, -11.9359839699999, -11.9358162869998,
-11.9356323139999, -11.9354976339999, -11.935213823, -11.9346986479999,
-11.9342302059998, -11.9337900139999, -11.9336066979999,
-11.93326165, -11.9326974169999, -11.9323064349999, -11.9319557439999,
-11.9316131639998, -11.9312999619999, -11.9310110889999,
-11.930924375, -11.9302473839999, -11.9298142399999, -11.9294025309999,
-11.9288480799999, -11.928207766, -11.9278241729999, -11.9275986129999,
-11.9274485559999, -11.9272327629999, -11.9270311989999,
-11.9266125359999, -11.926347703, -11.926226409, -11.9260033029999,
-11.925914742, -11.925724562, -11.925458422, -11.9252804629999,
-11.9251509039999, -11.924791651, -11.9243061379999, -11.9238185289999,
-11.9227110299999, -11.9220385849999, -11.9212360319999,
-11.920718, -11.920508033, -11.92010089, -11.919413544, -11.9185898449999,
-11.918177332, -11.9174861529999, -11.9174063059999, -11.91690098,
-11.9164602879999, -11.916291101, -11.91609067, -11.91607371,
-11.9159805229999, -11.9157066209999, -11.9151947519998,
-11.9148037699998, -11.9142506869999, -11.9136957979999,
-11.913198441, -11.9131973549999, -11.9125202239997, -11.911881493,
-11.9114174089999, -11.9109695029999, -11.910646906, -11.9098672269999,
-11.909663924, -11.9092223, -11.908527825, -11.907976473,
-11.9077742819999, -11.907446442, -11.9067136709999, -11.9061498569999,
-11.9044671959999, -11.9040694819998, -11.9038195139998,
-11.9035441689999, -11.9030955449998, -11.9024031029998,
-11.9017872109998, -11.9011541609999, -11.9000944359999,
-11.8991776149999, -11.89854349, -11.8980421729999, -11.8974738849999,
-11.8968482749999, -11.8964009069999, -11.8961548439999,
-11.8959326, -11.895814002, -11.895688553, -11.895540497,
-11.895304562, -11.8949920519999, -11.8947659109998, -11.8945242349999,
-11.894239741, -11.8938474039999, -11.8932083119998, -11.8927160989999,
-11.8917999899999, -11.8913392479998, -11.8908835989999,
-11.890646423, -11.8904038489999, -11.8900958859998, -11.8891585489999,
-11.8885305129999, -11.8878980099998, -11.8875959019999,
-11.8872551819999, -11.8867382629998, -11.8858890129999,
-11.885268536, -11.8848195319999, -11.8844171279999, -11.8840273239999,
-11.883568914, -11.883081972, -11.882770663, -11.8824478239998,
-11.8820908989999, -11.8817600059999, -11.8812473629999,
-11.8808640879999, -11.880316739, -11.8797276679999, -11.8795044449999,
-11.8792577479999, -11.8790808389999, -11.878907135, -11.8784450589999,
-11.8781083279999, -11.8777062899999, -11.8773654249999,
-11.8770221939999, -11.8766396099999, -11.8762560479999,
-11.8759412929999, -11.875535466, -11.874944157, -11.8744668859999,
-11.873930502, -11.8736039139999, -11.8731780369999, -11.872740509,
-11.8721182189998, -11.871519661, -11.8710581409999, -11.8707704969998,
-11.870668156, -11.8705459559999, -11.8703544159999, -11.870207964,
-11.8701030229999, -11.8699867779999, -11.869830102, -11.8697248139999,
-11.8695818379999, -11.8696062699999, -11.869670126, -11.869779459,
-11.8699077189999, -11.8700167339999, -11.8700183949999,
-11.8699924659998, -11.8699706799999, -11.869949414, -11.869874355,
-11.8697892339999, -11.8696864689999, -11.8696269719999,
-11.8696447719999, -11.869753755, -11.8697792639999, -11.8697015619998,
-11.8695971089999, -11.8694157919999, -11.869219057, -11.868874886,
-11.868715035, -11.8685679179998, -11.8684205129999, -11.8683037129999,
-11.8681182809999, -11.867933369, -11.8676491589998, -11.86740315,
-11.8672412509999, -11.8668719469999, -11.8665332759999,
-11.866318368, -11.86621113, -11.8660505039999, -11.8657987529999,
-11.8655468869999, -11.8651114969998, -11.86476758, -11.8645002359999,
-11.8642334719999, -11.863906882, -11.8635608669999, -11.8631288989999,
-11.8630104989998, -11.8629618179999, -11.8627138539999,
-11.8624311579998, -11.8622204129999, -11.8619811909999,
-11.8616705969999, -11.8612048529999, -11.8609852739998,
-11.8607891209999, -11.860688441, -11.8605104129999, -11.8603466229998,
-11.8601063899998, -11.8597955059999, -11.859518207, -11.8593509359999,
-11.8592615639998, -11.8591968559999, -11.8591484189999,
-11.8590614349998, -11.858998723, -11.8588928259999, -11.858664222,
-11.8583951619999, -11.858210868, -11.8580733119999, -11.8578980189999,
-11.857585286, -11.8575023829999, -11.8572957379999, -11.8569674129998,
-11.856654159, -11.8564551009999, -11.856255349, -11.8560176209999,
-11.8557606139999, -11.8555675309999, -11.8552281989999,
-11.855041957, -11.8549197589997, -11.8545834449999, -11.8544101269999,
-11.8542677039999, -11.8540988019998, -11.8538949219999,
-11.8536989379999, -11.8536041939999, -11.853501743, -11.853486715,
-11.8534465019999, -11.8534678939999, -11.8535651929999,
-11.853667765, -11.8537163129998, -11.8537066979999, -11.8536502899997,
-11.853561746, -11.853556339, -11.853433555, -11.853323309,
-11.8532689739999, -11.8531891889999, -11.8530719699999,
-11.8529763429999, -11.852899845, -11.852814795, -11.8527942369998,
-11.8526622909999, -11.852583184, -11.8525281889998, -11.8524160409999,
-11.8522993829999, -11.8521538859999, -11.8519963619999,
-11.8518887569998, -11.8518482209998, -11.8516713129999,
-11.8515588399999, -11.851309805, -11.8512663079999, -11.8510599469999,
-11.8509640489999, -11.850897609, -11.8508197849999, -11.8506530949998,
-11.8505559289998, -11.8504708279999, -11.850429509, -11.8504239839999,
-11.850405942, -11.8503862879999, -11.8503426679999, -11.8503062209999,
-11.8503058049999, -11.8503364549999, -11.850540225, -11.850555083,
-11.8505714239999, -11.8505564679998, -11.8505326219999,
-11.850534904, -11.8505802919999, -11.850774364, -11.8510688179999,
-11.8512503759999, -11.8505830669999, -11.8499727579999,
-11.8499712769999, -11.8498325899999, -11.8497683509998,
-11.8493656759999, -11.849004852, -11.8488208329998, -11.8486086739999,
-11.848293151, -11.847765265, -11.8474732939999, -11.8474247999999,
-11.8471971729999, -11.8477903729999, -11.8475535859999,
-11.8481975109999, -11.848097959, -11.8480199289999, -11.847567634,
-11.847327531, -11.8471435569999, -11.8470831209999, -11.8466983439999,
-11.8460249639999, -11.8455053899999, -11.845493705, -11.8453295969997,
-11.845022586, -11.8449672469998, -11.8444894579999, -11.8435000739998,
-11.843379113, -11.8429704509998, -11.8428743239999, -11.8421197879999,
-11.842267154, -11.8417182539999, -11.841123817, -11.8406409589999,
-11.8397901299999, -11.8395020719999, -11.8391430779999,
-11.8388229209999, -11.8382534949999, -11.8379494389999,
-11.834937496, -11.834809981, -11.8339655119999, -11.8337529899999,
-11.8324364619999, -11.8312238969999, -11.8289072729999,
-11.8268674979999, -11.823239096, -11.8219919319999, -11.8207104559999,
-11.8206906029999, -11.8199954789998, -11.8198482679998,
-11.8198002919999, -11.8194705759998, -11.819366854, -11.8193668549998,
-11.8197439799999, -11.8202782299999, -11.8206239799999,
-11.8203411049999, -11.8194926049999, -11.8182041039998,
-11.8157298539999, -11.8133086039999, -11.812639604, -11.8125672299999,
-11.8123648549999, -11.8120766039999, -11.8116323539998,
-11.8101328549999, -11.80984698, -11.80742048, -11.805164105,
-11.8044569799997, -11.8035977299999, -11.80357473, -11.8068574789999,
-11.8087134789998, -11.811541855, -11.8115881049999, -11.8120132289999,
-11.8154701039999, -11.8164758539999, -11.8179842299999,
-11.8186754799999, -11.819662105), .Dim = c(643L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg")), structure(list(list(structure(c(-77.1150862389999,
-77.1144993189999, -77.114346126, -77.113456965, -77.1133436869998,
-77.113340146, -77.113339098, -77.1133190149999, -77.1134710429999,
-77.1134792399999, -77.113524715, -77.1135066629999, -77.1134352689999,
-77.1134633039999, -77.1132331459999, -77.113104614, -77.1130985459999,
-77.113043137, -77.112970821, -77.1136469049999, -77.113867005,
-77.1140962659999, -77.1145162099999, -77.1149015599999,
-77.115327985, -77.115671462, -77.1156440339999, -77.115992916,
-77.1156474749999, -77.1162153159999, -77.1160652899999,
-77.1159351639999, -77.1156800119999, -77.115265689, -77.115210178,
-77.114890795, -77.114829167, -77.1145042389999, -77.113944867,
-77.113799672, -77.113564191, -77.113422864, -77.1133525979999,
-77.1132739239998, -77.1131546659999, -77.1130732119999,
-77.1129951009999, -77.11292804, -77.112676424, -77.1126179239999,
-77.112562091, -77.112484686, -77.112407336, -77.1123370849999,
-77.1121624319999, -77.11206294, -77.1119734339999, -77.1117847309999,
-77.1115815539999, -77.1113546339999, -77.1112783349999,
-77.111248926, -77.111215675, -77.1111201539999, -77.111104245,
-77.1110131569999, -77.111001884, -77.1110080989999, -77.1110123959999,
-77.111023803, -77.1110638569999, -77.111113529, -77.111182401,
-77.1112148229999, -77.1112152449999, -77.111189149, -77.111131899,
-77.11112166, -77.111079301, -77.111082317, -77.1110854799999,
-77.1110790979999, -77.1110623809999, -77.1110509969999,
-77.1110178559999, -77.110965494, -77.110963971, -77.110890849,
-77.110822866, -77.1107783929999, -77.110726593, -77.11069921,
-77.1107033059999, -77.1107422169999, -77.110796073, -77.1109268609999,
-77.111050614, -77.111167428, -77.111284339, -77.111456457,
-77.1116265929999, -77.111669809, -77.111675105, -77.1117370559999,
-77.1117458269999, -77.111763138, -77.111779525, -77.1118305219999,
-77.1118971089999, -77.1119720249999, -77.1120998949999,
-77.112229212, -77.112379479, -77.112410306, -77.1124264429999,
-77.112430575, -77.1124083299999, -77.112385649, -77.112413768,
-77.1124764319999, -77.11257676, -77.112683064, -77.112715035,
-77.112725134, -77.1127556429998, -77.1128170129999, -77.1128545829999,
-77.1129214489999, -77.1130086059999, -77.1131237409999,
-77.1132436789999, -77.113317101, -77.113390629, -77.1135483369999,
-77.1136697109999, -77.11373101, -77.1139891889999, -77.114186305,
-77.114344143, -77.114460174, -77.1145431059999, -77.1146017029999,
-77.114629259, -77.1146178319999, -77.1145996739999, -77.114908793,
-77.1150737519999, -77.1151999289999, -77.115312406, -77.115420222,
-77.11564349, -77.1158342179999, -77.1161830449999, -77.116390925,
-77.1165245169999, -77.11660338, -77.116701489, -77.1167607809999,
-77.1168194939999, -77.1169740559999, -77.117027542, -77.1172311569999,
-77.117601399, -77.117938736, -77.118140619, -77.1182137589999,
-77.118302768, -77.1183781829999, -77.118580674, -77.1187550109999,
-77.1189183209999, -77.119389981, -77.1196814999999, -77.1198592269999,
-77.119928175, -77.1199787559999, -77.1200122339999, -77.1200132629999,
-77.1200131039999, -77.1200510549999, -77.1201215619999,
-77.120218505, -77.1203406299999, -77.12039165, -77.1204382599999,
-77.1204811049999, -77.1205437839999, -77.1206654659999,
-77.1207871779999, -77.120877905, -77.120992883, -77.121033204,
-77.1210193659999, -77.1226353879999, -77.1229499289999,
-77.122697192, -77.1230141359999, -77.1231893929999, -77.123773819,
-77.123830082, -77.1233605099999, -77.123400365, -77.128315082,
-77.1283044869999, -77.1291856769999, -77.129589416, -77.130154685,
-77.1302805449999, -77.1303542809999, -77.130398218, -77.1304137369999,
-77.1303753059999, -77.1297850109999, -77.1294384089999,
-77.128932817, -77.128066808, -77.127259583, -77.1269715089999,
-77.126551795, -77.1262209519999, -77.125734675, -77.12510323,
-77.1239389179999, -77.123225159, -77.1227921029999, -77.1220033389999,
-77.1205715749999, -77.1199507099999, -77.1196319999999,
-77.1192713899999, -77.118864359, -77.118731763, -77.117736849,
-77.117723059, -77.1150862389999, -11.8417182539999, -11.842267154,
-11.8421197879999, -11.8428743239999, -11.8429704509998,
-11.843379113, -11.8435000739998, -11.8444894579999, -11.8449672469998,
-11.845022586, -11.8453295969999, -11.845493705, -11.8455053899999,
-11.8460249639999, -11.8466983439999, -11.8470831209999,
-11.8471435569999, -11.847327531, -11.847567634, -11.848019929,
-11.848097959, -11.8481975109999, -11.8475535859999, -11.8477903729999,
-11.8471971729999, -11.8474247999999, -11.8474732939999,
-11.847765265, -11.848293151, -11.8486086739999, -11.8488208329998,
-11.849004852, -11.8493656759999, -11.849768351, -11.8498325899999,
-11.849971277, -11.8499727579999, -11.8505830669999, -11.8512503759999,
-11.8510688179999, -11.850774364, -11.8505802919999, -11.850534904,
-11.8505326219999, -11.850556468, -11.8505714239999, -11.850555083,
-11.850540225, -11.8503364549999, -11.8503058049999, -11.8503062209999,
-11.8503426679999, -11.8503862879999, -11.850405942, -11.8504239839999,
-11.850429509, -11.8504708279999, -11.8505559289999, -11.8506530949998,
-11.8508197849999, -11.850897609, -11.850964049, -11.8510599469999,
-11.8512663079999, -11.851309805, -11.8515588399999, -11.8516713129999,
-11.8518482209998, -11.8518887569999, -11.8519963619999,
-11.8521538859999, -11.8522993829999, -11.8524160409999,
-11.8525281889999, -11.852583184, -11.8526622909999, -11.852794237,
-11.852814795, -11.852899845, -11.8529763429999, -11.8530719699999,
-11.8531891889999, -11.8532689739999, -11.853323309, -11.853433555,
-11.853556339, -11.853561746, -11.8536502899999, -11.8537066979999,
-11.8537668399999, -11.8538498679999, -11.853925827, -11.8540038479999,
-11.8540632429999, -11.8540961279999, -11.8541318819999,
-11.8541619499999, -11.8541989569999, -11.854248588, -11.854355198,
-11.854469912, -11.8545200379999, -11.8546026399999, -11.85477894,
-11.854824148, -11.8549133819999, -11.8549978539999, -11.855113402,
-11.8552358729999, -11.855279696, -11.8553399579999, -11.855386435,
-11.8554606139999, -11.8554983339999, -11.8555762639999,
-11.8557093789999, -11.855847281, -11.8559285619999, -11.855948247,
-11.8560151179999, -11.8561306789999, -11.8562824879999,
-11.8563316609999, -11.856432592, -11.856560918, -11.8566614669999,
-11.8566979159999, -11.8567050689999, -11.856724314, -11.8567448799999,
-11.8567837739999, -11.8568352599999, -11.856900518, -11.8570018769998,
-11.8570254569999, -11.857042975, -11.8573521079999, -11.8575266319999,
-11.8576448239999, -11.8577816929999, -11.8579195399999,
-11.8582030269999, -11.85835127, -11.8584814399999, -11.8586163829999,
-11.8587363729998, -11.8587703389999, -11.8588122469999,
-11.8588909879999, -11.858969762, -11.8591391889998, -11.8592620339999,
-11.859565506, -11.859767962, -11.8599225959999, -11.8600750459999,
-11.8603054029999, -11.8605391109999, -11.8606978329998,
-11.8609951049999, -11.861080407, -11.861304063, -11.861550537,
-11.8615724969999, -11.8615587429999, -11.8615734989999,
-11.8616309879999, -11.8617390809999, -11.8620053849999,
-11.862247413, -11.8624237739999, -11.862582404, -11.8627072429999,
-11.862794954, -11.8628599639999, -11.8629713039999, -11.863081242,
-11.8632143789999, -11.863394967, -11.8634803849999, -11.863556377,
-11.8636352309999, -11.8637110469999, -11.8637226959999,
-11.863722346, -11.8637373289999, -11.8638057269999, -11.8639693319999,
-11.864136763, -11.864315905, -11.8646172959999, -11.864808293,
-11.865103539, -11.8653746339999, -11.8653327289999, -11.8645793279999,
-11.8645707619999, -11.862946049, -11.8629488909999, -11.8605796749999,
-11.8605669679999, -11.8591691969999, -11.861390796, -11.8615746129999,
-11.8617643639999, -11.8612333399999, -11.8604944969999,
-11.8601951229999, -11.859936315, -11.859591646, -11.8593390149999,
-11.8588916649999, -11.8535249169999, -11.8526571149999,
-11.8519483289999, -11.8510939949999, -11.85030617, -11.8500979049999,
-11.849818892, -11.8497305089999, -11.8496337289999, -11.8496002089999,
-11.8497237249999, -11.8497195129999, -11.8495984149999,
-11.8493125959998, -11.848754205, -11.8482040839999, -11.8477999569999,
-11.8469991959999, -11.845844875, -11.845649785, -11.8444424689999,
-11.8444282959999, -11.8417182539999), .Dim = c(235L, 2L)))), class = c("XY",
"MULTIPOLYGON", "sfg"))), class = c("sfc_MULTIPOLYGON", "sfc"
), precision = 0, bbox = structure(c(xmin = -77.1988027359999,
ymin = -12.5199316049998, xmax = -76.6208243609999, ymax = -11.5724069649783
), class = "bbox"), crs = structure(list(input = "WGS 84",
wkt = "GEOGCRS[\"WGS 84\",\n DATUM[\"World Geodetic System 1984\",\n ELLIPSOID[\"WGS 84\",6378137,298.257223563,\n LENGTHUNIT[\"metre\",1]]],\n PRIMEM[\"Greenwich\",0,\n ANGLEUNIT[\"degree\",0.0174532925199433]],\n CS[ellipsoidal,2],\n AXIS[\"latitude\",north,\n ORDER[1],\n ANGLEUNIT[\"degree\",0.0174532925199433]],\n AXIS[\"longitude\",east,\n ORDER[2],\n ANGLEUNIT[\"degree\",0.0174532925199433]],\n ID[\"EPSG\",4326]]"), class = "crs"), n_empty = 0L)), row.names = c(NA,
50L), class = c("sf", "tbl_df", "tbl", "data.frame"), sf_column = "geometry", agr = structure(c(IDDPTO = NA_integer_,
DEPARTAMEN = NA_integer_, IDPROV = NA_integer_, PROVINCIA = NA_integer_,
IDDIST = NA_integer_, DISTRITO = NA_integer_, CAPITAL = NA_integer_,
CODCCPP = NA_integer_, AREA = NA_integer_, FUENTE = NA_integer_
), .Label = c("constant", "aggregate", "identity"), class = "factor"))
|
84e7b50d46e88a744a795243c2acd75ad51bc25c
|
736bb5577b2904128e0433e9d6a6138667da1a9d
|
/man/ExposureCurvePareto.Rd
|
168c2458b13f8f454dddb157b5d27330852e13b4
|
[] |
no_license
|
cran/NetSimR
|
9bf3d549d67e2f40300d246b5937f29e3e7c34a1
|
1500e8d308b999db4dc3d58a94392eaad00e8e9f
|
refs/heads/master
| 2023-01-20T06:30:10.070555
| 2023-01-17T22:10:02
| 2023-01-17T22:10:02
| 236,631,499
| 1
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 890
|
rd
|
ExposureCurvePareto.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Pareto.R
\name{ExposureCurvePareto}
\alias{ExposureCurvePareto}
\title{Exposure Curve from a Pareto severity distribution}
\usage{
ExposureCurvePareto(x, scale, shape)
}
\arguments{
\item{x}{A positive real number - the claim amount where the exposure curve will be evaluated.}
\item{scale}{A positive real number - the scale parameter of the Claim Severity's Pareto distribution.}
\item{shape}{A positive real number - the shape parameter of the Claim Severity's Pareto distribution.}
}
\value{
The value of the Exposure curve at \code{x} with Claim Severity from a Pareto distribution with parameters \code{scale} and \code{shape}.
}
\description{
Exposure Curve from a Pareto severity distribution
}
\examples{
ExposureCurvePareto(700,500,1.2)
ExposureCurvePareto(20000,200,1.1)
}
|
dd29f916ecefd16ab841e45661df65a2746c7867
|
ffdea92d4315e4363dd4ae673a1a6adf82a761b5
|
/data/genthat_extracted_code/rdhs/examples/dhs_countries.Rd.R
|
1e2ad34ea9619b5b573725d5a56f394c95afccd1
|
[] |
no_license
|
surayaaramli/typeRrh
|
d257ac8905c49123f4ccd4e377ee3dfc84d1636c
|
66e6996f31961bc8b9aafe1a6a6098327b66bf71
|
refs/heads/master
| 2023-05-05T04:05:31.617869
| 2019-04-25T22:10:06
| 2019-04-25T22:10:06
| null | 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,525
|
r
|
dhs_countries.Rd.R
|
library(rdhs)
### Name: dhs_countries
### Title: API request of DHS Countries
### Aliases: dhs_countries
### ** Examples
## Not run:
##D # A common use for the countries API endpoint is to query which countries
##D # ask questions about a given topic. For example to find all countries that
##D # record data on malaria prevalence by RDT:
##D
##D dat <- dhs_countries(indicatorIds = "ML_PMAL_C_RDT")
##D
##D # Additionally you may want to know all the countries that have conducted
##D # MIS (malaria indicator surveys):
##D
##D dat <- dhs_countries(surveyType="MIS")
##D
##D # A complete list of examples for how each argument to the countries API
##D # endpoint can be provided is given below, which is a copy of each of
##D # the examples listed in the API at:
##D
##D # https://api.dhsprogram.com/#/api-countries.cfm
##D
##D
##D dat <- dhs_countries(countryIds="EG",all_results=FALSE)
##D dat <- dhs_countries(indicatorIds="FE_FRTR_W_TFR",all_results=FALSE)
##D dat <- dhs_countries(surveyIds="SN2010DHS",all_results=FALSE)
##D dat <- dhs_countries(surveyYear="2010",all_results=FALSE)
##D dat <- dhs_countries(surveyYearStart="2006",all_results=FALSE)
##D dat <- dhs_countries(surveyYearStart="1991", surveyYearEnd="2006",
##D all_results=FALSE)
##D dat <- dhs_countries(surveyType="DHS",all_results=FALSE)
##D dat <- dhs_countries(surveyCharacteristicIds="32",all_results=FALSE)
##D dat <- dhs_countries(tagIds="1",all_results=FALSE)
##D dat <- dhs_countries(f="html",all_results=FALSE)
## End(Not run)
|
0ea313814822986818e60c77a6a00ad642531466
|
375db54c7e15f903e9757bd592f1c9564b0ef992
|
/app.R
|
3d1738b5cf78f4f20f58ed9a0d81fb8e37993f06
|
[] |
no_license
|
csun28/Animated-Charts-Dashboard
|
6f96d6e6c4ed868f14b945d35abf7b3d54f40a57
|
233de5ed91ede3548207c8fc8d225e8b09aa5dc1
|
refs/heads/main
| 2023-01-04T19:31:51.664004
| 2020-10-13T11:46:08
| 2020-10-13T11:46:08
| 303,667,255
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 13,850
|
r
|
app.R
|
#import libraries
library(shiny)
library(shinydashboard)
library(gganimate)
library(ggplot2)
library(stringr)
library(gifski)
#import RScripts for cleaning and recoding data
source("newdash.R")
linebreaks <- function(n){HTML(strrep(br(), n))}
#define UI for application
ui <- fluidPage(
#define title and inputs
titlePanel("Outcomes Charts"),
selectInput("grant","Choose a Grant", choices=c("SOAR 2 Young Adult", "SOAR 3 Adult", "SOAR 3 Young Adult", "SOAR 4 Adult"), selected=""),
#define layout of images
fluidRow(column(width = 6, offset = 0, style='padding:50px;', imageOutput("chart1", inline=TRUE), linebreaks(2), imageOutput("chart3", inline=TRUE)),
column(width = 6, offset = 0, style='padding:50px;', imageOutput("chart2", inline=TRUE), linebreaks(2), imageOutput("chart4", inline=TRUE)))
)
# Run the application
server <- function(input, output) {
output$chart1 <- renderImage({
#create temp .gif file to save output
outfile <- tempfile(fileext='.gif')
#create chart based on input from UI
Image1 <- if (input$grant == "SOAR 2 Young Adult") {
ggplot(data=S2Enroll, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FF33CC", "#6699CC"),
labels=c("Enrollment Goal", "Enrollments")) +
labs(x="Site", y="Number of Enrollments") +
ggtitle("Enrollment Goals and Numbers by Site") +
#coord_fixed(ratio=0.009) +
scale_y_continuous(limits = c(0,300))
}
else if (input$grant == "SOAR 3 Adult") {
ggplot(data=S3AEnroll, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#339966", "#9966CC"),
labels=c("Enrollment Goal", "Enrollments")) +
labs(x="Site", y="Number of Enrollments") +
ggtitle("Enrollment Goals and Numbers by Site") +
#coord_fixed(ratio=0.009) +
scale_y_continuous(limits = c(0,200))
}
else if (input$grant == 'SOAR 3 Young Adult') {
ggplot(data=S3YEnroll, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FFCC66", "#FF6666"),
labels=c("Enrollment Goal", "Enrollments")) +
labs(x="Site", y="Number of Enrollments") +
ggtitle("Enrollment Goals and Numbers by Site") +
#coord_fixed(ratio=0.009) +
scale_y_continuous(limits = c(0,200))
}
else if (input$grant == 'SOAR 4 Adult') {
ggplot(data=S4Enroll, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FF9966", "#99FF66"),
labels=c("Enrollment Goal", "Enrollments")) +
labs(x="Site", y="Number of Enrollments") +
ggtitle("Enrollment Goals and Numbers by Site") +
#coord_fixed(ratio=0.009) +
scale_y_continuous(limits = c(0,250))
}
#animate the chart and save as .gif image in the temp file
anim_save("outfile.gif", animate(Image1, width = 550, height = 450, renderer = gifski_renderer()))
#return a list containing file name
list(src = "outfile.gif",
width = input$shiny_width, height=input$shiny_height,
contentType = 'image/gif')}, deleteFile = TRUE)
#repeat process for next 4 aminated images
output$chart2 <- renderImage({
outfile <- tempfile(fileext='.gif')
Image2 <- if (input$grant == "SOAR 2 Young Adult") {
ggplot(data=S2IRC, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FF33CC", "#6699CC"),
labels=c("Industry\nRecogonized\nCredential Goal", "Attained Industry\nRecogonized\nCredential")) +
labs(x="Site", y="Number of Participants") +
ggtitle("Credential Goals and Numbers by Site") +
#coord_fixed(ratio=0.018) +
theme(legend.key.size = unit(1.3, "cm")) +
scale_y_continuous(limits = c(0, 150))
}
else if (input$grant == "SOAR 3 Adult") {
ggplot(data=S3AIRC, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#339966", "#9966CC"),
labels=c("Industry\nRecogonized\nCredential Goal", "Attained Industry\nRecogonized\nCredential")) +
labs(x="Site", y="Number of Participants") +
ggtitle("Credential Goals and Numbers by Site") +
#coord_fixed(ratio=0.018) +
theme(legend.key.size = unit(1.3, "cm")) +
scale_y_continuous(limits = c(0, 150))
}
else if (input$grant == "SOAR 3 Young Adult") {
ggplot(data=S3YIRC, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FFCC66", "#FF6666"),
labels=c("Industry\nRecogonized\nCredential Goal", "Attained Industry\nRecogonized\nCredential")) +
labs(x="Site", y="Number of Participants") +
ggtitle("Credential Goals and Numbers by Site") +
#coord_fixed(ratio=0.018) +
theme(legend.key.size = unit(1.3, "cm")) +
scale_y_continuous(limits = c(0, 150))
}
else if (input$grant == "SOAR 4 Adult") {
ggplot(data=S4IRC, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FF9966", "#99FF66"),
labels=c("Industry\nRecogonized\nCredential Goal", "Attained Industry\nRecogonized\nCredential")) +
labs(x="Site", y="Number of Participants") +
ggtitle("Credential Goals and Numbers by Site") +
#coord_fixed(ratio=0.018) +
theme(legend.key.size = unit(1.3, "cm")) +
scale_y_continuous(limits = c(0, 150))
}
anim_save("outfile.gif", animate(Image2, width = 550, height = 450, renderer = gifski_renderer()))
list(src = "outfile.gif",
width = input$shiny_width, height=input$shiny_height,
contentType = 'image/gif')}, deleteFile = TRUE)
output$chart3 <- renderImage({
outfile <- tempfile(fileext='.gif')
Image3 <- if (input$grant == "SOAR 2 Young Adult") {
ggplot(data=S2Training, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FF33CC", "#6699CC"),
labels=c("Training Goal", "In Trainings")) +
labs(x="Site", y="Number of Participants") +
#coord_equal(ratio=0.0135) +
ggtitle("Training Attendance Goals and Numbers by Site") +
scale_y_continuous(limits = c(0, 200))
}
else if (input$grant == "SOAR 3 Adult") {
ggplot(data=S3ATraining, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#339966", "#9966CC"),
labels=c("Training Goal", "In Trainings")) +
labs(x="Site", y="Number of Participants") +
#coord_equal(ratio=0.0135) +
ggtitle("Training Attendance Goals and Numbers by Site") +
scale_y_continuous(limits = c(0, 150))
}
else if (input$grant == "SOAR 3 Young Adult") {
ggplot(data=S3YTraining, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FFCC66", "#FF6666"),
labels=c("Training Goal", "In Trainings")) +
labs(x="Site", y="Number of Participants") +
#coord_equal(ratio=0.0135) +
ggtitle("Training Attendance Goals and Numbers by Site") +
scale_y_continuous(limits = c(0, 150))
}
else if (input$grant == "SOAR 4 Adult") {
ggplot(data=S4Training, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FF9966", "#99FF66"),
labels=c("Training Goal", "In Trainings")) +
labs(x="Site", y="Number of Participants") +
#coord_equal(ratio=0.0135) +
ggtitle("Training Attendance Goals and Numbers by Site") +
scale_y_continuous(limits = c(0, 150))
}
anim_save("outfile.gif", animate(Image3, width = 550, height = 450, renderer = gifski_renderer()))
list(src = "outfile.gif",
width = input$shiny_width, height=input$shiny_height,
contentType = 'image/gif')}, deleteFile = TRUE)
output$chart4 <- renderImage({
outfile <- tempfile(fileext='.gif')
Image4 <- if (input$grant == "SOAR 2 Young Adult") {
ggplot(data=S2JobP, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FF33CC", "#6699CC"),
labels=c("Job Placement\nGoal", "Job Placements")) +
labs(x="Site", y="Number of Participants") +
#coord_fixed(ratio=0.0135) +
ggtitle("Job Placement Goals and Numbers by Site") +
theme(legend.key.size = unit(0.8, "cm")) +
scale_y_continuous(limits = c(0, 200))
}
else if (input$grant == "SOAR 3 Adult") {
ggplot(data=S3AJobP, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#339966", "#9966CC"),
labels=c("Job Placement\nGoal", "Job Placements")) +
labs(x="Site", y="Number of Participants") +
#coord_fixed(ratio=0.0135) +
ggtitle("Job Placement Goals and Numbers by Site") +
theme(legend.key.size = unit(0.8, "cm")) +
scale_y_continuous(limits = c(0, 150))
}
else if (input$grant == "SOAR 3 Young Adult") {
ggplot(data=S3YJobP, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FFCC66", "#FF6666"),
labels=c("Job Placement\nGoal", "Job Placements")) +
labs(x="Site", y="Number of Participants") +
#coord_fixed(ratio=0.0135) +
ggtitle("Job Placement Goals and Numbers by Site") +
theme(legend.key.size = unit(0.8, "cm")) +
scale_y_continuous(limits = c(0, 150))
}
else if (input$grant == "SOAR 4 Adult") {
ggplot(data=S4JobP, aes(x=Site, y=count, fill= Outcome)) +
geom_bar(stat="identity") +
geom_text(aes(label=count), vjust=(-0.5), size=3) +
transition_states(Outcome, transition_length = 4, state_length = 20) +
enter_fade() + exit_shrink() +
scale_fill_manual(values=c("#FF9966", "#99FF66"),
labels=c("Job Placement\nGoal", "Job Placements")) +
labs(x="Site", y="Number of Participants") +
#coord_fixed(ratio=0.0135) +
ggtitle("Job Placement Goals and Numbers by Site") +
theme(legend.key.size = unit(0.8, "cm")) +
scale_y_continuous(limits = c(0, 150))
}
anim_save("outfile.gif", animate(Image4, width = 550, height = 450, renderer = gifski_renderer()))
list(src = "outfile.gif",
width = input$shiny_width, height=input$shiny_height,
contentType = 'image/gif')}, deleteFile = TRUE)
}
shinyApp(ui, server)
|
2427f477581d092736d27bf63538fa987fb5448d
|
b0f8f5a5ec5a7a251735a2bbdee2ce594c53d194
|
/UBI/Baby Mama Money - Project.R
|
db642bc461997728f65f9a82a422cdaf87400b82
|
[] |
no_license
|
Thirdhuman/Child-Tax-Credit
|
29c831dd979ecc11d7f75f639e3e4528231d0e8c
|
25c997d31fb73722a9a52c34d0317fa301caa585
|
refs/heads/master
| 2020-04-21T13:49:47.337742
| 2019-02-07T17:35:44
| 2019-02-07T17:35:44
| 169,613,412
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,472
|
r
|
Baby Mama Money - Project.R
|
# name the database files in the "MonetDB" folder of the current working directory
dbfolder <- paste0( getwd() , "/MonetDB" )
#######################################
# survey design for replicate weights #
#######################################
# create survey design object with CPS design information
# using existing data frame of CPS data
y <-
svrepdesign(
weights = ~marsupwt,
repweights = "pwwgt[1-9]",
type = "Fay",
rho = (1-1/sqrt(4)),
data = "asec16" ,
combined.weights = T ,
dbtype = "MonetDBLite" ,
dbname = dbfolder
)
#pwsswgt
#marsupwt
# workaround for a bug in survey::svrepdesign.character
y$mse <- TRUE
females.above15.w_child <-
subset(
y ,
a_age > 15 & # age 16+
a_sex %in% 2 & # females
hunder18 > 0 & # children in house
a_pfrel %in% 5 # single
)
females.above15.w_child2 <-
subset(
y ,
a_age > 15 & # age 16+
a_sex %in% 2 & # females
hunder18 > 0 & # children in house
h_type %in% 4 # single female household
)
females.above15.w_child <-
update(
povll = factor( povll ) ,
females.above15.w_child
)
females.above15.w_child2 <-
update(
povll = factor( povll ) ,
females.above15.w_child2
)
svymean(
~povll ,
design = females.above15.w_child
)
svymean(
~povll ,
design = females.above15.w_child2
)
svyquantile(
~hwsval,
design = females.above15.w_child2 ,
c( 0 , .05 , .10, .15, .20, .25 , .30, .35, .40, .45, .5 , .55, .60, .65, .70, .75, .80, .85, .9 , .95 , 1 )
)
|
479996468d9cc1cbcc6cefb216f445a4cfb8bbdc
|
b6fa0556a60996953cac111a598435e03da045b2
|
/man/create_entity_all.Rd
|
9e291615a91a64ea0d060ca2f23fc1d90a8972e1
|
[] |
no_license
|
BLE-LTER/MetaEgress
|
e4f509d608db8d3ba0127bc6d5e3abc2da364330
|
368b710442f1b3978de48411a743a23d4dca6a58
|
refs/heads/main
| 2023-06-23T05:59:20.330729
| 2023-06-12T18:14:33
| 2023-06-12T18:14:33
| 175,042,133
| 5
| 4
| null | 2023-06-01T23:13:12
| 2019-03-11T16:37:27
|
PLpgSQL
|
UTF-8
|
R
| false
| true
| 1,572
|
rd
|
create_entity_all.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/create_entity_all.R
\name{create_entity_all}
\alias{create_entity_all}
\title{Quickly create all EML entity list objects.}
\usage{
create_entity_all(
meta_list,
file_dir = getwd(),
dataset_id,
entity_numbers = NULL,
skip_checks = FALSE
)
}
\arguments{
\item{meta_list}{(character) A list of dataframes containing metadata returned by \code{\link{get_meta}}.}
\item{file_dir}{(character) Path to directory containing flat files (data files). Defaults to current R working directory.}
\item{dataset_id}{(numeric) A dataset ID.}
\item{entity_numbers}{(numeric) Vector of entity numbers to include. Defaults to all of them. Use only when you need to delibrately exclude a couple entities.}
\item{skip_checks}{(logical) Whether to skip checking for attribute congruence. Defaults to FALSE.}
}
\value{
(list) A list containing all data entities from dataset. Use this in the `entity_list` argument for \code{\link{create_EML}}.
First level list elements are grouped by entity types present in dataset and named accordingly.
Each first level element is a list of unnamed lists; the number of elements correspond to how many entities of each type are present in dataset.
Second level elements are analogous to output from \code{\link{create_entity}}.
}
\description{
. Use to quickly create EML entity list objects from all entities listed in dataset.
}
\examples{
\dontrun{
# continued from \code{\link{get_meta}}
entities <- create_entity_all(meta_list = metadata, dataset_id = 1)
}
}
|
f49ac2bdee7414e9a7bb373e1d283526d355be3f
|
29585dff702209dd446c0ab52ceea046c58e384e
|
/LogicOpt/R/logicopt.R
|
5ce82c07f784b2feab4438ddf95fe71c298e611e
|
[] |
no_license
|
ingted/R-Examples
|
825440ce468ce608c4d73e2af4c0a0213b81c0fe
|
d0917dbaf698cb8bc0789db0c3ab07453016eab9
|
refs/heads/master
| 2020-04-14T12:29:22.336088
| 2016-07-21T14:01:14
| 2016-07-21T14:01:14
| null | 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 22,797
|
r
|
logicopt.R
|
'logicopt' <- function(in_tt=NULL,
n_in=0,
n_out=0,
find_dc=FALSE,
input_sizes=NULL,
exact_cover=TRUE,
esp_file="",
mode="espresso")
########################################################################
########################################################################
#' @title Truth Table Logic Optimization
#
#' @description This function provides various options to optimize and
#' analyze an input truth table that represents a sum of Boolean or
#' multi-valued input product terms.
#' This function leverages the powerful logic minimization
#' algorithms from Espresso. These algorithms are a standard for optimizing
#' large functions in digital logic synthesis and have been modified to
#' handle general logic minimization problems to serve the R community.
#' The input truth table is an R data frame or alteratively an
#' Espresso format file. See examples section for more details.
#
#' @return The logicopt function returns a list of two items: an
#' truth table and a vector. The vector represents the size and
#' number of solutions in the output truth table. For example, a vector [10]
#' means there is a single solution in the truth table which has 10 rows.
#' A vector [5 8 2] means there are three solutions in the truth table
#' with 5, 8, and 2 rows respectively.
#
#' @param in_tt
#' An R data frame table representing a sum of product terms (PTs) truth table.
#' The PTs have one or more inputs with a positive integer
#' value or a "-" which means the input is not specified. The outputs are
#' Boolean and have possible values 1, 0, "-", or "~" and specify that the
#' corresponding PT is part of the ON set, the OFF set, the DC (don't care) set,
#' or is unspecified (not a part of any set) respectively. PTs should not
#' be in both the ON set and OFF set. When logicopt optimizes, it attempts to
#' find the fewest number of PTs in the ON set and uses PTs in the
#' DC set to further reduce the solution.
#'
#' @param n_in
#' Integer number of input columns in the truth table. Inputs
#' must come first in the truth table.
#
#' @param n_out
#' Integer number of output columns in the truth table.
#' Outputs must come after the n_in inputs of the truth table.
#' The number of columns in the in_tt must be n_in + n_out.
#
#' @param find_dc
#' FALSE (default) means any unspecified input conditions are
#' added to the OFF set for that output. TRUE means that any unspecified input
#' conditions are added to DC set for that output. The DC set
#' is used to further optimize the ON set. Don't cares can also be explicitly
#' defined by using "-" for the output in the input truth table.
#
#' @param input_sizes
#' Integer vector which represents the number of possible values for each
#' input. Default is NULL which means the size for each input will be
#' determined automatically by the software by analyzing the input truth table
#' and counting the number of values used.
#' Specifying input_sizes
#' is important when the input table has unspecified ("-") or unused input
#' values and all possible values are not used.
#'
#' @param exact_cover
#' Do an exact covering of prime implicant table. Option applies to QM based
#' algorithms (mode = "qm", "multi-min", and "multi-full"). If FALSE, the covering
#' algoirthm is heuristic and runs faster but may not find an exact solution.
#' If TRUE, algorithm is exact and finds an exact minimum solution.
#' Default is TRUE.
#'
#' @param esp_file
#' File name for espresso format file to read and process. If esp_file is
#' specified, the input truth table options (in_tt, n_in, n_out, input_sizes,
#' and find_dc) are ignored. The mode and exact_cover options still apply.
#'
#' @param mode
#' A string that specifies the mode to use for optimization:
#' \itemize{
#' \item{"espresso"}{ -- Use the classic espresso algorithm to optimize
#' the input truth table in_tt or the espresso format table in esp_file.
#' Returns a single solution of the optimized ON set. This option should
#' be used for very large truth tables.}
#' \item{"qm"}{ -- Use Quine-McCluskey (QM) algorithm to optimize in_tt
#' or esp_file and return a single solution of the optimized ON set. Use
#' with caution for large truth tables.}
#' \item{"primes"}{ -- Return set of prime implicants for in_tt or esp_file.
#' Three solutions are returned in a single truth table. These represent the
#' ESSENTIAL PRIMES, the PARTIALLY REDUNDANT PRIMES, and the TOTALLY REDUNDANT
#' PRIMES. Use the \code{\link{print_primes_tt}} function to print the results.}
#' \item{"multi-min"}{ -- Use QM to find the minimum set of non-redundant
#' solutions that cover all the ESSENTIAL PRIMES and the minimal set of
#' PARTIALLLY REDUNDANT PRIMES. Solutions are ordered
#' by size. The number of solutions found is capped at 50.}
#' \item{"multi-full"}{ -- Find additional coverings of prime implicants
#' beyond what is found in multi-min. A exhaustive covering of all PARTIALLY
#' REDUNDANT PRIMES is found. The number of solutions is capped at 50.}
#' \item{"echo"}{ -- Echo the ON, OFF, and DC sets for the in_tt or esp_file
#' truth table without any optimization. Note the resulting truth table
#' can be extremely large because it will cover the complete Boolean (or MV)
#' space for all inputs and outputs. Use with caution.}
#' }
#
#' @examples
#'
#' ######################### EXAMPLE #1 ###############################
#' # create a truth table with 4 inputs A, B, C, D and 2 outputs X and Y
#' e.ex1 <- data.frame(
#' A = c(0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1),
#' B = c(0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0),
#' C = c(0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1),
#' D = c(0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0),
#' X = c(1,1,1,1,0,1,1,1,"-",1,1,0,1,1,0,0),
#' Y = c("-",1,1,1,1,1,1,1,1,1,1,0,0,0,0,"-"))
#'
#' # show the unoptimized equations
#' tt2eqn(e.ex1,4,2)
#'
#' # optimize the truth table
#' tte <- logicopt(e.ex1,4,2)
#'
#' # show the optimized equations
#' tt2eqn(tte[[1]],4,2)
#'
#' # generate and print the prime implicants from optimized tte
#' ttp <- logicopt(tte[[1]],4,2,mode="primes")
#' print_primes_tt(ttp,TRUE,4,2)
#'
#' ######################### EXAMPLE #2 ###############################
#' # get path to an espresso format file
#' file <- system.file("extdata/espresso/small2.esp", package="LogicOpt")
#'
#' # get the espresso truth table without optimization
#' small2 <- logicopt(esp_file=file,mode="echo")
#'
#' # print the unoptimized equations
#' print_multi_tt(small2,TRUE,4,3)
#'
#' # optimize with espresso algorithm
#' small2_opt <- logicopt(small2[[1]],4,3,mode="espresso")
#'
#' # print the optimized equations
#' print_multi_tt(small2_opt,TRUE,4,3)
#'
#' ######################### EXAMPLE #3 ###############################
#' # load up truth table created from a QCA dataset
#' data(l.represent.1)
#'
#' # read documentation on how truth table was created
#' ?l.represent.1
#'
#' # find the set of minimum solutions that cover QCA dataset (mode="multi-min")
#' # treat unspecified input conditions as don't cares (find_dc=TRUE)
#' # find a exact covering (exact_cover=TRUE)
#' lomm <- logicopt(l.represent.1,n_in=5,n_out=1,find_dc=TRUE,
#' exact_cover=1,mode="multi-min")
#'
#' # print the solutions in equation format
#' print_multi_tt(lomm,TRUE,5,1,QCA=TRUE)
#'
#' ######################### EXAMPLE #4 ###############################
#' # optimize a truth table from Genetic Programming
#' inpath <- system.file("extdata/espresso/robot1_in.esp", package="LogicOpt")
#' robot1 <- logicopt(esp_file=inpath,mode="echo")
#'
#' # unoptimized truth table has 273 rows (256 in ON set and 18 in OFF set)
#' robot1[2]
#'
#' # optimize l.robot1
#' robot1_opt <- logicopt(robot1[[1]],8,3)
#'
#' # optimized results have 13 rows that cover outputs zero, one, and minus
#' robot1_opt[2]
#'
#' # print optimized equations (where each output is 1)
#' print_multi_tt(robot1_opt,TRUE,8,3)
#'
#' ######################### EXAMPLE #5 ###############################
#' # show how to use input_sizes
#'
#' # get vector of number of unique values for each input
#' data(l.partybans.1)
#' pb_in_vals <- num_input_values(l.partybans.1,5)
#' pb_in_vals
#'
#' # optimize with mode=espresso
#' epb <- logicopt(l.partybans.1,5,1,find_dc=TRUE,mode="espresso")
#' epb
#' pb_in_opt_vals <- num_input_values(epb[[1]],5)
#'
#' # note how some input values have been optimized away and are no longer used!
#' pb_in_opt_vals
#'
#' # we need original input sizes to process the optimized truth table
#' qmpb <- logicopt(epb[[1]],5,1,find_dc=FALSE, input_sizes=pb_in_vals,mode="qm")
#' print_multi_tt(epb,TRUE,5,1)
#' print_multi_tt(qmpb,TRUE,5,1)
#'
#' @keywords Espresso Logic Minimization Quine-McKluskey QCA
#' @export
#' @importFrom utils write.table
#
##############################################################
{
##############################################################
# sanity checks
##############################################################
if (esp_file == "") {
if (is.data.frame(in_tt) == FALSE)
stop('Bad input truth table in_tt.\n')
if ((n_in + n_out) != ncol(in_tt))
stop('Number of inputs (',n_in,') + number of outputs (',
n_out,') is not equal to number of in_tt columns (',
ncol(in_tt),').\n')
if (nrow(in_tt) == 0)
stop('in_tt has no rows.\n')
file_name <- "esptemp"
write_esp_file(file_name, input_sizes, in_tt, n_in, n_out, find_dc)
}
else {
if ((find_dc == TRUE) || (n_in > 0) || (n_out > 0) || length(input_sizes) >0)
warning("When esp_file is used, options find_dc, n_in, n_out, and input_sizes are ignored.")
if (! file.exists(esp_file))
stop('File "', esp_file, '" does not exist.\n')
file_name <- esp_file
}
##############################################################
# call espresso
##############################################################
if (exact_cover)
Sys.setenv(ESP_EXACT_COVER=1)
else
Sys.unsetenv("ESP_EXACT_COVER")
ret <- esp_system(mode, file_name, use_system=FALSE)
if ((ret != 0) || (! file.exists("esptemp.out"))) {
unlink("esptemp")
stop('Call to espresso failed.\n')
}
##############################################################
# create truth table from espresso results
##############################################################
esptt <- readLines("esptemp.out")
# get solution sizes from .p meta commands
dot_p <- grep("^.p ", esptt)
p_str <- esptt[dot_p]
p_size <- as.numeric(gsub("\\D", "", p_str))
# get input and output names from esp_file .ilb and .ob
if (esp_file != "") {
dot_ilb <- as.numeric(grep(".ilb ", esptt)[1])
ilb_str <- esptt[dot_ilb]
in_names <- unlist((strsplit(ilb_str,split=" ")))[-1]
dot_ob <- grep(".ob ", esptt)[1]
ob_str <- esptt[dot_ob]
out_names <- unlist((strsplit(ob_str,split=" ")))[-1]
col_names <- c(in_names,out_names)
}
# use names from input truth table
else {
col_names <- colnames(in_tt)[seq(ncol(in_tt))]
}
# ignore espresso meta commands and comments
esptt <- esptt[!grepl("[.#]", esptt)]
esptt <- t(sapply(esptt, function(x) {
unlist(strsplit(x, split=" "))
}))
if ((ncol(esptt) == 0) || (nrow(esptt) == 0)) {
unlink("esptemp")
unlink("esptemp.out")
stop('All terms of input truth table optimized away.\n')
}
rownames(esptt) <- seq(nrow(esptt))
if (length(col_names) == ncol(esptt))
colnames(esptt) <- col_names
else
warning("No input and output names. Will use system generated names."
,call.=FALSE)
##############################################################
# clean up and return results
##############################################################
if (Sys.getenv("LOGOPT_SAVE_TEMP_FILES") == "") {
unlink("esptemp")
unlink("esptemp.out")
}
# return list of truth table and solution sizes
return(list(as.data.frame(esptt),p_size))
}
'write_esp_file' <- function(file_name, input_sizes, in_tt, n_in, n_out, find_dc)
##############################################################
# write an espresso format file from a R truth table
##############################################################
{
espfile <- file(file_name, "w")
cat(".mv", n_in+1,"0", file=espfile)
n_sizes = length(input_sizes)
if (n_sizes > 0) {
if (n_sizes != n_in)
stop('Vector paramater input_sizes has ', n_sizes,
' elements -- it neeeds to have n_in=',
n_in, ' elements.\n')
}
for (j in 1:n_in) {
# if input_sizes specified, use it, otherwise set size must be at least 2 (Boolean)
if (n_sizes > 0) size = input_sizes[j] else size = 2
nval <- length(unique_int(in_tt[j],n_vals=size))
if (nval < 2)
stop('Input ', j, ' must have at least two values. Specify input_sizes.\n')
cat(" -", nval, sep="", file=espfile)
}
cat(" ", n_out, "\n", file=espfile)
for (j in 1:n_in) {
if (n_sizes > 0) size = input_sizes[j] else size = 2
valj <- unique_int(in_tt[j], n_vals=size)
cat('.label var=', j-1, valj,'\n', file=espfile)
}
if (find_dc)
cat(".type fr\n", file=espfile)
else
cat(".type fd\n", file=espfile)
close(espfile)
write.table(in_tt, file=file_name,sep=" ",append=TRUE, row.names=FALSE,
col.names=FALSE, quote = FALSE)
espfile <- file(file_name, "a")
cat(".e\n", file=espfile)
close(espfile)
}
'num_input_values' <- function(tt, n_in)
############################################################################
#' @title Find size of input values
#' @description Find number of unique input values for each input in
#' tt.
#' @param tt a truth table where first n_in columns are inputs
#' @param n_in number of inputs
#' @return returns a vector of number of unique input values for each input
#' @export
############################################################################
{
valv <- NULL
for (j in 1:n_in) {
valj <- length(unique_int(tt[j], strip_dc=TRUE))
valv <- c(valv, valj)
}
return (valv)
}
'unique_int' <- function(col, strip_dc=TRUE, n_vals=0)
########################################################################
########################################################################
# Return a vector of the unique values in the input column 'col'.
# The col contains possible values from an Espresso optimized
# truth table. Don't care values ("-" or "dc") are converted to -1.
# If strip_dc=TRUE, we remove the don't care value from the return
# vector. If n_vals is > 0, the return vector is filled with values
# (v1 .. vn) to make the vector size n_vals.
########################################################################
{
uniq <- unique(col)
uint <- as.data.frame(lapply(uniq, function(x) {
x <- as.character(x)
x[x %in% c("-", "dc")] <- -1
return(as.numeric(x))
}))
vect <- uint[,1]
if (strip_dc)
vect <- vect[vect != -1]
if (n_vals > 0) {
vlen <- length(vect)
if ((n_vals-vlen) > 0)
for (i in 1:(n_vals-vlen))
vect <- c(vect,paste('v',i,sep=''))
}
return (sort(vect))
}
'print_multi_tt' <- function(esp_multi, eqn=FALSE, n_in, n_out, max_sol=50, QCA=FALSE)
############################################################################
#' @title Print logicopt() results
#'
#' @description This function prints the the results from logicopt()
#' in truth table or equation format.
#
#' @return None
#
#' @param esp_multi
#' An R data frame table representing a truth table with 1 or more
#' solutions.
#'
#' @param eqn
#' Print in equation format. Default is FALSE.
#'
#' @param n_in
#' Number of inputs in the esp_multi truth table.
#'
#' @param n_out
#' Number of outputs in the esp_multi truth table.
#'
#' @param max_sol
#' Maximum number of solutions to print. Default is 50.
#'
#' @param QCA
#' Attempt to print out in a QCA like format
#'
#' @examples
#' data(l.partybans.0)
#' tt <- logicopt(l.partybans.0,n_in=5,n_out=1,find_dc=TRUE,mode="multi-full")
#' print_multi_tt(tt,5,1,eqn=TRUE,max_sol=5)
#'
#' @export
############################################################################
{
ett <- esp_multi[[1]]
esize <- esp_multi[[2]]
n_solutions = length(esize)
if (max_sol < n_solutions) {
n_solutions = max_sol
cat("\nPrinting", n_solutions,"of", length(esize), "solutions.\n")
}
first <- 1
for (i in 1:n_solutions) {
if (QCA)
cat("M", i, ": ", sep="")
else
cat("SOLUTION", i,"\n")
last <- esize[i]+first-1
tt <- ett[first:last,]
if (eqn)
cat(tt2eqn(tt,n_in,n_out,QCA),sep="\n")
else
print(tt)
first <- last+1
if (i == max_sol) return;
}
}
'tt2eqn' <- function(tt,n_in,n_out,QCA=FALSE)
############################################################################
#' @title Equations from a Truth Table
#'
#' @description This function generates the ON set equations for a truth table.
#' Inputs are uppercase if they are positive and lowercase for negative.
#
#' @return Vector of equations strings. One for each output.
#
#' @param tt
#' R data frame truth table.
#'
#' @param n_in
#' Number of inputs in the tt.
#'
#' @param n_out
#' Number of outputs in the tt.
#'
#' @param QCA
#' Print in QCA format.
#'
#' @examples
#' data(l.small)
#' tt <- logicopt(l.small,n_in=4,n_out=3)
#' eqn <- tt2eqn(tt[[1]],4,3)
#'
#' @export
############################################################################
{
have_mv <- any(apply(tt,2,function(x) x > 1))
eqn <- ""
tot_eqn <- NULL
for (j in 1:n_out) {
out_nm <- colnames(tt)[n_in+j]
out_on <- tt[tt[out_nm]=="1",]
n_rows <- nrow(out_on)
if (n_rows > 0) {
if (! QCA) eqn <- paste(out_nm,"= ")
for (i in 1:n_rows) {
row <- as.character(t(out_on[i,]))
first_and <- TRUE
for (k in 1:n_in) {
ch <- row[k]
if (ch != "-") {
if (first_and == FALSE)
# eqn <- paste(eqn,sep="")
eqn <- paste(eqn,"*",sep="")
eqn <- paste(eqn,literal(colnames(tt)[k],ch,have_mv),sep="")
first_and <- FALSE
}
}
if ((first_and == FALSE) && (i != n_rows))
eqn <- paste(eqn," + ",sep="")
# eqn <- paste(eqn,"+",sep="")
}
}
if (QCA) eqn <- paste(eqn,"<=>",out_nm)
tot_eqn <- c(tot_eqn,eqn)
eqn <- ""
}
return(tot_eqn)
}
'literal' <- function(name,value,have_mv)
{
if (have_mv)
lit <- paste(name,"{",value,"}", sep="")
else {
if (value == 0)
lit <- tolower(name)
else if (value == 1)
lit <- toupper(name)
}
return (lit)
}
'print_primes_tt' <- function(primes,eqn=FALSE,n_in,n_out)
############################################################################
#' @title Print the Primes from logicopt(mode="primes")
#'
#' @description This function prints the results from logicopt(..,,mode="primes")
#' option.
#
#' @return None
#
#' @param primes
#' An R data frame table generated by logicopt(...,mode="primes").
#'
#' @param eqn
#' Print in equation format. Default is FALSE.
#'
#' @param n_in
#' Number of inputs in the primes truth table.
#'
#' @param n_out
#' Number of outputs in the primes truth table.
#'
#'
#' @examples
#' data(l.small)
#' ptt <- logicopt(l.small,n_in=4,n_out=3,find_dc=TRUE,mode="primes")
#' print_primes_tt(ptt,eqn=TRUE,4,3)
#'
#' @export
############################################################################
{
ptt <- primes[[1]]
psize <- primes[[2]]
if (length(psize) != 3)
stop("Don't have a primes truth table.\n")
first <- 1
cat("\nESSENTIAL PRIMES\n")
if (psize[1] > 0) {
last <- psize[1]+first-1
tt <- ptt[first:last,]
if (eqn)
cat(tt2eqn(tt,n_in,n_out),sep="\n")
else
print(tt)
first <- last+1
}
else
cat(" <empty>\n")
cat("\nPARTIALLY REDUNDANT PRIMES\n")
if (psize[2] > 0) {
last <- psize[2]+first-1
tt <-ptt[first:last,]
if (eqn)
cat(tt2eqn(tt,n_in,n_out),sep="\n")
else
print(tt)
first <- last+1
}
else
cat(" <empty>\n")
cat("\nTOTALLY REDUNDANT PRIMES\n")
if (psize[3] > 0) {
last <- psize[3]+first-1
tt <- ptt[first:last,]
if (eqn)
cat(tt2eqn(tt,n_in,n_out),sep="\n")
else
print(tt)
}
else
cat(" <empty>\n")
}
'esp_system' <- function(mode, file_name, use_system=TRUE)
{
if (use_system) {
if (mode == "qm")
esp_command <- paste('yespresso -srmv -Dqm', file_name,'>esptemp.out')
else if (mode == "primes")
esp_command <- paste('yespresso -srmv -Dprimes', file_name,'>esptemp.out')
else if (mode == "espresso")
esp_command <- paste('yespresso -srmv ', file_name,'>esptemp.out')
else if (mode == "multi-min")
esp_command <- paste('yespresso -srmv -Dmulti-min', file_name,'>esptemp.out')
else if (mode == "multi-full")
esp_command <- paste('yespresso -srmv -Dmulti-full', file_name,'>esptemp.out')
else if (mode == "echo")
esp_command <- paste('yespresso -srmv -Decho', file_name,'>esptemp.out')
else
stop('Mode "', mode, '" not supported.\n', call. = FALSE)
ret = system(esp_command)
}
else {
ret <- esp_R(mode, file_name)
# need to fix return
ret <- 0
}
return(ret)
}
#' @useDynLib LogicOpt esp_main
esp_R <- function(mode, file_name) {
#libpath <- system.file("libs", package="LogicOpt")
#lib <- paste0(libpath,"/LogicOpt",.Platform$dynlib.ex)
#dyn.load(lib)
if (!is.character(mode)) {
stop("mode must be of type character.\n")
}
if ((mode == "qm") ||
(mode == "primes") ||
(mode == "espresso") ||
(mode == "multi-full") ||
(mode == "multi-min") ||
(mode == "echo")) {
result <- .C(esp_main, esp_mode=mode, esp_file=file_name, PACKAGE="LogicOpt")
return(result)
}
else {
stop("Unsupported mode\n")
}
}
|
354ee7f39dc185a6c96121d55fb9e7e05e9a8182
|
d060fad3c33325ba3e6ab2e42ac9df2ff2a5abf0
|
/man/check.ordered.to.pa.Rd
|
32948afcb92a6b6d523ec83c2cc38b6b6b9ccaff
|
[] |
no_license
|
cran/bnpa
|
0eb35f0d18850e4b3556c7b08c469e04aab97538
|
3f27ca031b7f6fbf30264d8582970f505f8b76ea
|
refs/heads/master
| 2021-01-11T21:51:55.114628
| 2019-08-01T22:20:02
| 2019-08-01T22:20:02
| 78,866,497
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 1,617
|
rd
|
check.ordered.to.pa.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/check.ordered.to.pa.R
\name{check.ordered.to.pa}
\alias{check.ordered.to.pa}
\title{Verifies if there are ordered factor variables to be declared in the pa model building process}
\usage{
check.ordered.to.pa(bn.structure, data.to.work)
}
\arguments{
\item{bn.structure}{is a BN structure learned from data used to identify if the variable is endogenous or exogenous when building the PA model.}
\item{data.to.work}{is a data set containing the variables of the BN.}
}
\value{
a data frame with ordered variables.
}
\description{
Receives a BN structure and a data set, then verifies if there are ordered variables. In a positive case return TRUE.
}
\examples{
# Clean environment
closeAllConnections()
rm(list=ls())
# Set enviroment
# setwd("~/your working directory")
# Load packages
library(bnpa)
# Load the dataset
data(dataQualiN) # Pre-Loaded
# Build the BN structure
bn.structure<-bnlearn::hc(dataQualiN)
# Show the BN structure learned
bnlearn::graphviz.plot(bn.structure)
# Tranforms variables A and B in ordered factor
dataQualiN$A <- as.ordered(dataQualiN$A)
dataQualiN$B <- as.ordered(dataQualiN$B)
# Generates a list with variables to be ordered and exogenous variables
cat.var.to.use.in.pa <- bnpa::check.ordered.to.pa(bn.structure, dataQualiN)
# Show the variables
cat.var.to.use.in.pa
}
\references{
HAYES, A F; PREACHER, K J. Statistical mediation analysis with a multicategorical independent variable. British Journal of Mathematical and Statistical Psychology, v. 67, n. 3, p. 451-470, 2014.
}
\author{
Elias Carvalho
}
|
5f13724c0bc3fa2b239c0b5c3e046e40db6f64d3
|
647f0aecb1b9d250ac6d5f1bf53a472e4ab050b7
|
/2021/week27/rscript.R
|
d6ee32c9c805670954612ee65fb3dd934debff31
|
[] |
no_license
|
kayleahaynes/TidyTuesday
|
fba1d9cf034f6e854b6f2b590ca9e3a66b75c2b5
|
153196c31ed0f7c629b9658788e58bfddb3c6bac
|
refs/heads/master
| 2023-07-19T02:48:43.375561
| 2021-09-09T22:16:12
| 2021-09-09T22:16:12
| 290,191,442
| 5
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 2,336
|
r
|
rscript.R
|
# set up -----------------------------------------------------------------
library(tidyverse)
library(lubridate)
library(extrafont)
loadfonts()
# load data --------------------------------------------------------------
tuesdata <- tidytuesdayR::tt_load(2021, week = 27)
df_data_raw <- tuesdata$animal_rescues
glimpse(df_data_raw)
View(df_data_raw)
# transform data ---------------------------------------------------------
df_data <- df_data_raw %>%
filter(cal_year < 2021) %>%
mutate(animal_group_parent = ifelse(animal_group_parent == "cat", "Cat", animal_group_parent),
animal_group_parent = fct_lump(animal_group_parent, 4)) %>%
mutate(date = dmy_hm(date_time_of_call),
month = month(date, label = TRUE)) %>%
mutate(year2020 = ifelse(cal_year == 2020, "2020", "<2020"))
df_data %>%
group_by(animal_group_parent, month, cal_year, year2020) %>%
count() %>%
group_by(animal_group_parent, month, year2020) %>%
summarise(average = median(n)) %>%
ungroup() %>%
group_by(month, year2020) %>%
mutate(total = sum(average)) %>%
ggplot(aes(x = month, y = average, group = fct_reorder(animal_group_parent, average), fill = animal_group_parent)) +
geom_col(width = 0.98, col = "black", size = 0.1) +
geom_text(aes(y = total + 8, label = month), size = 2) +
coord_polar() +
facet_wrap(~year2020, strip.position="bottom") +
theme_void() +
labs(title = "Average number of animals rescued",
subtitle = "Pre 2020 vs 2020",
y = "",
x = "",
caption = "#TidyTuesday week 27 | source: London Fire Brigade | datavis: @kayleahaynes") +
theme(plot.title = element_text(hjust = 0.5),
plot.subtitle = element_text(hjust = 0.5,
margin = margin(10,0,30,0)),
plot.caption = element_text(size = 8, margin = margin(30,0,0,0)),
panel.border = element_blank(),
legend.position = "top",
panel.grid = element_line(size = 0.05),
axis.text.x = element_blank(),
axis.text.y = element_text(size = 8),
text = element_text(family = "Catamaran", size = 14),
plot.background = element_rect(fill = "white", color = "white")) +
scale_fill_manual(values = c("#d1b490", "#8aa8a1", "#885a89", "#ee7b30", "#cbcbd4"), name = "")
ggsave("week27.png", height = 5, width = 10)
|
b5081d9b7b3ad59cccfeda8dc1b18a73d4a3d9a3
|
18ba9ff84fc08d91bf675e86d3a596ffe777da93
|
/src/assignments/spa1/code/crypta2.R
|
908c32ce5e40d99bf628b28d492b015f72ae1d3a
|
[] |
no_license
|
supersubscript/compbio
|
0656e2da1ac77d845b87da9ff026a022443b166b
|
e705b317078ea3cb3582ef80ddd71d5072a22965
|
refs/heads/master
| 2021-01-17T18:45:56.893352
| 2019-08-01T16:26:33
| 2019-08-01T16:26:33
| 80,166,886
| 1
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 2,124
|
r
|
crypta2.R
|
### Returns possible permutations of input
permutations <- function(n) {
if (n == 1)
{
return(matrix(1))
} else
{
sp <- permutations(n - 1)
p <- nrow(sp)
A <- matrix(nrow = n * p, ncol = n)
for (i in 1:n)
{
A[(i - 1) * p + 1:p, ] <- cbind(i, sp + (sp >= i))
}
return(A)
}
}
### Get the number of row duplicates we will have
getUnique = function(x){
if(x==0){
return(1)
}
x * getUnique(x-1)
}
getFirstCharacters = function(string)
{
string = gsub("[[:punct:]]", " ", string) # remove symbols
string = gsub("\\s+"," ", string) # remove extra whitespaces
#string = paste(string,collapse=" ") #
string = strsplit(string," ")[[1]]
unique(sapply(string, function(x) substring(x,1,1)))
}
m = permutations(10) - 1
uniqueLetters = function(inString)
{
inString = strsplit(inString, "")[[1]]
inString = inString[!inString %in% c(" ", "+", "*", "-", "=", "/", "&")]
inString = unique(inString)
}
inString = "AB * C = DE & DE + FG = HI"
#inString = "one + two + two + three + three = eleven" #"send + more = money"
letters = uniqueLetters(inString)
firstCharacters = getFirstCharacters(inString)
inString = strsplit(inString, "")[[1]]
colnames(m) = c(letters, rep("NA", 10 - length(letters)))
m = m[, -grep("NA", colnames(m))] # Slice the bread! (Take off edge.)
m = m[seq(1,nrow(m),getUnique(10 - length(letters))),] # Comb the desert! (Remove duplicates.)
for(ii in firstCharacters){
m = m[-which(m[, ii] == 0),] # Kill off those w 0's at beginning.
}
inString = inString[!inString %in% c(" ")]
strings = matrix(inString, ncol = length(inString), nrow = nrow(m), byrow = TRUE)
colnames(strings) = strings[1,]
count = 1
for(ii in colnames(strings)){
if(ii %in% colnames(m)){
strings[, count] = m[,ii]
}
else if(ii == "=")
{
strings[, count] = rep("==", nrow(m))
}
count = count + 1
}
strings = matrix(do.call(paste0, as.data.frame(strings)))
output = sapply(strings, function(x) eval(parse(text=x)))
print(m[which(output == TRUE),])
#findSolution = function(str){
#
#
#}
|
46fa349f21c06ab4b5b6673e1487801a42bdfa73
|
039881b907d13512a8e5ca551aba51a739aa7a7e
|
/R/tm1_run_chore.R
|
ddaa16a62d228a2aca956fc82622b3817b18a334
|
[] |
no_license
|
catgopal/tm1r
|
0276bc7df03f0071addcaa09ec5820772f7b0905
|
679b5a556b8ab3e7b4befa238372d0e16a8707ca
|
refs/heads/master
| 2021-09-28T14:06:26.750075
| 2018-11-17T21:33:55
| 2018-11-17T21:33:55
| null | 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,462
|
r
|
tm1_run_chore.R
|
tm1_run_chore <- function(tm1_connection, chore = "") {
tm1_adminhost <- tm1_connection$adminhost
tm1_httpport <- tm1_connection$port
tm1_auth_key <- tm1_connection$key
tm1_ssl <- tm1_connection$ssl
# added because some http does not know space
chore <- gsub(" ", "%20", chore, fixed=TRUE)
u1 <- ifelse(tm1_ssl==TRUE, "https://", "http://")
#u1 <- "https://"
u2 <- tm1_adminhost
u3 <- ":"
u4 <- tm1_httpport
u5 <- "/api/v1/Chores('"
u6 <- chore
u7 <- "')/tm1.Execute"
# url development
url <- paste0(u1, u2, u3, u4, u5, u6, u7)
#url = "https://localhost:8881/api/v1/Chores('create_Y2Ksales_cube')/tm1.Execute"
# post request
tm1_chore_return <-
httr::POST(url,
httr::add_headers("Authorization" = tm1_auth_key),
httr::add_headers("Content-Type" = "application/json"))
# return manipulation
# if content is empty; then success
# else get the error message to differentiate abortion and minor error
if(httr::content(tm1_chore_return, "text", encoding = "UTF-8") == "")
{
tm1_chore_message <- "ChoreCompletedSuccessfully"
print(tm1_chore_message)
}
else
{
# check return if error
if (is.null(jsonlite::fromJSON(httr::content(tm1_chore_return, "text"))$error$message) == FALSE) {
message(jsonlite::fromJSON(httr::content(tm1_chore_return, "text"))$error$message)
stop()
}
}
}
|
b1ea4ba8cbebc97ba4a18abcb3be727be3b96b48
|
0500ba15e741ce1c84bfd397f0f3b43af8cb5ffb
|
/cran/paws.database/man/neptune_describe_db_clusters.Rd
|
efcbd991086e6ff3fc2dc2cafd66daef4cbcf131
|
[
"Apache-2.0"
] |
permissive
|
paws-r/paws
|
196d42a2b9aca0e551a51ea5e6f34daca739591b
|
a689da2aee079391e100060524f6b973130f4e40
|
refs/heads/main
| 2023-08-18T00:33:48.538539
| 2023-08-09T09:31:24
| 2023-08-09T09:31:24
| 154,419,943
| 293
| 45
|
NOASSERTION
| 2023-09-14T15:31:32
| 2018-10-24T01:28:47
|
R
|
UTF-8
|
R
| false
| true
| 2,074
|
rd
|
neptune_describe_db_clusters.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/neptune_operations.R
\name{neptune_describe_db_clusters}
\alias{neptune_describe_db_clusters}
\title{Returns information about provisioned DB clusters, and supports
pagination}
\usage{
neptune_describe_db_clusters(
DBClusterIdentifier = NULL,
Filters = NULL,
MaxRecords = NULL,
Marker = NULL
)
}
\arguments{
\item{DBClusterIdentifier}{The user-supplied DB cluster identifier. If this parameter is specified,
information from only the specific DB cluster is returned. This
parameter isn't case-sensitive.
Constraints:
\itemize{
\item If supplied, must match an existing DBClusterIdentifier.
}}
\item{Filters}{A filter that specifies one or more DB clusters to describe.
Supported filters:
\itemize{
\item \code{db-cluster-id} - Accepts DB cluster identifiers and DB cluster
Amazon Resource Names (ARNs). The results list will only include
information about the DB clusters identified by these ARNs.
\item \code{engine} - Accepts an engine name (such as \code{neptune}), and restricts
the results list to DB clusters created by that engine.
}
For example, to invoke this API from the Amazon CLI and filter so that
only Neptune DB clusters are returned, you could use the following
command:}
\item{MaxRecords}{The maximum number of records to include in the response. If more
records exist than the specified \code{MaxRecords} value, a pagination token
called a marker is included in the response so that the remaining
results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.}
\item{Marker}{An optional pagination token provided by a previous
\code{\link[=neptune_describe_db_clusters]{describe_db_clusters}} request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by \code{MaxRecords}.}
}
\description{
Returns information about provisioned DB clusters, and supports pagination.
See \url{https://www.paws-r-sdk.com/docs/neptune_describe_db_clusters/} for full documentation.
}
\keyword{internal}
|
c5a00b3bb1e312f316f21ee061d8307978cdfcfe
|
438de5ce19f43e5b0f4a3fa92ec30008a851a821
|
/mainClusterKMLparameter.R
|
eb636caa30619d507b6a86d03ba7d4773805ade0
|
[] |
no_license
|
hsuanyuchen1/kml2Polygon
|
f19d2c6c7856737f8a2906c02df76be6e18ebb9e
|
227e8ffffe080d1436484eb1d7e6ee103f8d9531
|
refs/heads/master
| 2022-09-20T00:37:14.506768
| 2020-06-01T14:18:19
| 2020-06-01T14:18:19
| 268,542,119
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 3,278
|
r
|
mainClusterKMLparameter.R
|
library(sf)
#library(tmap)
library(rgdal)
library(dplyr)
library(xml2)
library(XML)
library(fpc)
source("D:/Test/clusterKml2Polygon/readKML.r")
# tfile <- list.files(zipfileDir, full.names = T, recursive = T, pattern = "zip")
# tfile <- tfile[!grepl("TAB", tfile)]
#tFileName <- tfile[1]
kml2Tab = function(tempKml, eps, minPts, poorRsrpThr, topTraffic){
######config parameters
tabDsn <- "//192.168.1.12/e$/rf/polygonBackup/Backup/"
fname <- strsplit(tempKml, split = "/") %>% unlist()
fname <- fname[9]
# eps = 0.0014
# minPts = 3
# poorRsrpThr = 20
# topTraffic = 0.6
# # tempFileDir <- "//192.168.1.12/e$/rf/kml2tab"
# tabDsn <- "//192.168.1.12/f$/FTP Data/Cellrefs_and_NBR/Nokia/Cell Trace Reports/PoorCoveragePolygons_20200304/TAB/"
#####################################################
# fileName <- tools::file_path_sans_ext(basename(tFileName))
# tempUnzipDir <- paste0(tempFileDir,"/", fileName)
#
# cat(fileName, "\n")
#
# unzip(tFileName, exdir = tempUnzipDir)
# tempKml <- list.files(fileName,
# recursive = T,
# full.names = T,
# pattern = ".kml")
#lyr <- ogrListLayers(tempKml)
data <- readKML(tempKml, layer = "CE_FCN_PoorRSRP__RLP_over_PAST") %>%
st_as_sf()
colnames(data)[3] <- "PoorRSRP"
data$PoorRSRP <- as.numeric(as.character(data$PoorRSRP))
data <- data[data$PoorRSRP > poorRsrpThr,]
data2 <- readKML(tempKml, layer = "CE_FCN_TotalErlangsLTE_RLP_ove") %>%
st_as_sf()
colnames(data2)[3] <- "TotalErlang"
data2$TotalErlang <- as.numeric(as.character(data2$TotalErlang))
#Urban: 0.6/suburban: 0.4/rural:0.2
data2 <- data2[data2$TotalErlang > quantile(data2$TotalErlang, topTraffic, na.rm = T),]
data.f <- data[data2, , op = st_intersects]
data.f.point <- st_centroid(data.f)
data.f.point <- do.call(rbind, st_geometry(data.f.point)) %>%
as_tibble() %>% setNames(c("lon", "lat"))
tcluster <- dbscan(cbind(data.f.point$lat, data.f.point$lon),
eps = eps, MinPts = minPts)
data.f.cluster <- cbind(data.f, tcluster$cluster)
data.union <- st_buffer(data.f.cluster[data.f.cluster$tcluster.cluster > 0,],
dist = 0.00001,
endCapStyle = "SQUARE") %>%
st_union()
st_write(data.union,
dsn = paste0(tabDsn, fname,"minPts", minPts,
"eps", eps/0.0014*100, "topTraffic", topTraffic),
driver = "MapInfo File", delete_dsn = T)
#delete files under tempfile directory
#unlink(tempFileDir, recursive = T)
#delete the zip file from original directory
#unlink(tFileName)
}
#===main===
#zipfileDir <- "//192.168.1.12/f$/FTP Data/Cellrefs_and_NBR/Nokia/Cell Trace Reports/PoorCoveragePolygons_20200304"
fileName <- list.files("//192.168.1.12/e$/rf/polygonBackup/Backup/",
recursive = T,
pattern = ".kml",
full.names = T)
eps = 0.0014
minPts = c(3, 10, 20)
poorRsrpThr = 20
topTraffic = c0.6
for (temp in fileName) {
kml2Tab(temp, eps, minPts, poorRsrpThr, topTraffic)
}
|
f674a8903bdb419143ad0c9211fc4af00f423e42
|
e87be52c1dfa0d799d7756dc27dc7ae9344bc570
|
/R/set_age_comp.R
|
eef5cab7c8591caa85f2a4749cef32e1426053bb
|
[] |
no_license
|
MatthVeron/wham
|
99b96f27bb2f55082e66b048ebc24b42c0c71bd5
|
0c53be0043ec67963b1ae1b1519ac5004a68b8b2
|
refs/heads/master
| 2023-09-05T10:28:13.132709
| 2021-08-25T14:21:50
| 2021-08-25T14:21:50
| null | 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 3,018
|
r
|
set_age_comp.R
|
set_age_comp = function(input, age_comp)
{
data = input$data
par = input$par
if(is.null(age_comp)){
data$age_comp_model_fleets = rep(1, data$n_fleets) # multinomial by default
data$age_comp_model_indices = rep(1, data$n_indices) # multinomial by default
} else {
if(is.character(age_comp)){ # all use the same model
themod <- match(age_comp, c("multinomial","dir-mult","dirichlet","logistic-normal-01-infl","logistic-normal-pool0","logistic-normal-01-infl-2par","logistic-normal-miss0"))
if(is.na(themod)) stop("age_comp option not recognized. See ?prepare_wham_input.")
data$age_comp_model_fleets = rep(themod, data$n_fleets)
data$age_comp_model_indices = rep(themod, data$n_indices)
} else {
if(all(names(age_comp) == c("fleets","indices"))){
themods <- match(age_comp$fleets, c("multinomial","dir-mult","dirichlet","logistic-normal-01-infl","logistic-normal-pool0","logistic-normal-01-infl-2par","logistic-normal-miss0"))
if(any(is.na(themods))) stop("age_comp$fleets option not recognized. See ?prepare_wham_input for available options.")
if(length(themods) != data$n_fleets) stop("age_comp$fleets must have length = the number of fleets")
data$age_comp_model_fleets = themods
themods <- match(age_comp$indices, c("multinomial","dir-mult","dirichlet","logistic-normal-01-infl","logistic-normal-pool0","logistic-normal-01-infl-2par","logistic-normal-miss0"))
if(any(is.na(themods))) stop("age_comp$indices option not recognized. See ?prepare_wham_input for available options.")
if(length(themods) != data$n_indices) stop("age_comp$indices must have length = the number of indices")
data$age_comp_model_indices = themods
} else {
stop("age_comp must either be a character or a named list. See ?prepare_wham_input.")
}
}
}
data$n_age_comp_pars_fleets = c(0,1,1,3,1,2,1)[data$age_comp_model_fleets]
data$n_age_comp_pars_indices = c(0,1,1,3,1,2,1)[data$age_comp_model_indices]
# age comp pars
n_catch_acomp_pars = c(0,1,1,3,1,2,1)[data$age_comp_model_fleets[which(apply(data$use_catch_paa,2,sum)>0)]]
n_index_acomp_pars = c(0,1,1,3,1,2,1)[data$age_comp_model_indices[which(apply(data$use_index_paa,2,sum)>0)]]
par$catch_paa_pars = rep(0, sum(n_catch_acomp_pars))
par$index_paa_pars = rep(0, sum(n_index_acomp_pars))
if(all(data$age_comp_model_fleets %in% c(5,7))){ # start tau/neff at 0
neff <- data$catch_Neff
neff[neff <= 0] <- NA
neff <- apply(neff,2,mean, na.rm=TRUE)[which(apply(data$use_catch_paa,2,sum)>0)]
par$catch_paa_pars = 0.5*log(neff) # exp(age_comp_pars(0)-0.5*log(Neff))
}
if(all(data$age_comp_model_indices %in% c(5,7))){ # start tau/neff at 0
neff <- data$index_Neff
neff[neff <= 0] <- NA
neff <- apply(neff,2,mean, na.rm=TRUE)[which(apply(data$use_index_paa,2,sum)>0)]
par$index_paa_pars = 0.5*log(neff) # exp(age_comp_pars(0)-0.5*log(Neff))
}
input$data = data
input$par = par
return(input)
}
|
0ff733a65efe6ea580909494bf8fbfb854684163
|
0a4c7468bee7c14a31282f0dc3b4e005506ffc99
|
/R/drawdown.R
|
d8bf72422da35ecd392bd2089a2f0ee3e431d887
|
[
"Apache-2.0"
] |
permissive
|
cestob/backtestGraphics
|
0bb6fd1208be4ea0d79504a5465aec93a6de43df
|
27eda364121a69b74e68798a9fc48f97e6f5f4f8
|
refs/heads/master
| 2020-03-18T06:17:47.197107
| 2018-03-20T02:23:57
| 2018-03-20T02:23:57
| null | 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 2,646
|
r
|
drawdown.R
|
#' The Three Biggest Drawdowns in the portfolio
#'
#' Show the top 3 drawdowns including start and end dates, as well as
#' decrease in returns during the drawdown period. All the information will be
#' returned in a table, with all the numbers properly formatted.
#'
#' If the data set is not big enough that there are fewer drawdowns than
#' required by the user, the function will throw NA's into the table so that the
#' table will still contain as many rows as the user demands.
#'
#' @param x A data frame with date and return columns
#'
#' @return A data frame that contains the starting date, end date and values of
#' the three biggest drawdowns.
drawdown <- function(x) {
## Create a new column. Each value contains the biggest drawdowns that end
## exactly at the corresponding date of that row
res <- list()
x[, "pnl"] <- cumsum(x[["pnl"]])
diff <- cummax(x[["pnl"]]) - x[["pnl"]]
## Start the output table of the function with labels
res[[1]] <- data.frame(start = "Start Date", end = "End Date", pnl = "P&L ($)")
for (i in 1:3){
## Fill the output table with NA's if there is no more drawdown available
if (length(diff) != 0){
## Find the end date of the biggest drawdown
dd.end.idx <- max(which.max(diff), length(diff) - which.max(rev(diff)) + 1)
}
if (nrow(x) > 1 & length(which(diff == 0 & seq(diff) < dd.end.idx)) != 0) {
## Look up the starting date of the biggest drawdown and calculate the
## P&L loss of that drawdown
dd.start.idx <- max(which(diff == 0 & seq(diff) < dd.end.idx))
dd.pnl <- x[["pnl"]][dd.end.idx] - x[["pnl"]][dd.start.idx]
## Find the dates of the recovery period from the biggest drawdown
dd.recover.idx <- which(diff == 0 & seq(diff) > dd.end.idx)
## Find the start date of the recovery period
if (length(dd.recover.idx) == 0) {
dd.recover.idx <- length(diff)
} else {
dd.recover.idx <- min(dd.recover.idx)
}
## Store the results of the drawdown in a layer
res[[i+1]] <- data.frame(start = as.character(next_trading_day(x[["date"]][dd.start.idx])),
end = as.character(x[["date"]][dd.end.idx]),
pnl = as.character(dd.pnl))
## Remove the data of the biggest drawdown and the recovery period
x <- x[-1 * c(dd.start.idx:dd.recover.idx), ]
diff <- diff[-1 * c(dd.start.idx:dd.recover.idx)]
}
}
## Make a table
do.call("rbind", res)
}
|
e9bc012a1538f7c1a0c5b60a7e8058a9a9754058
|
a07b28cb54fd41d3102058cefbfe90a4f1e51aaa
|
/R01/demography merge.R
|
be6dd8684886f9e89a55c859b7d42796b2de92f9
|
[] |
no_license
|
amyrobyn/LaBeaud_Lab
|
ed1d05fa2dc1c1df412a106519b69dd79168d978
|
fab5c867027a07409006a1f0ed9b80e39db8357c
|
refs/heads/master
| 2021-06-05T20:31:30.379779
| 2021-04-30T18:56:59
| 2021-04-30T18:56:59
| 64,692,795
| 5
| 1
| null | 2017-05-03T05:19:28
| 2016-08-01T18:47:38
|
Stata
|
WINDOWS-1252
|
R
| false
| false
| 941
|
r
|
demography merge.R
|
setwd("C:/Users/amykr/Box Sync/Amy Krystosik's Files/Data Managment/redcap/ro1 lab results long")
demo<-read.csv("R01CHIKVDENVProject_DATA_2017-08-17_1647_demo_merge.csv")
demo_wide<-reshape(demo, direction = "wide", idvar = "ï..person_id", timevar = "redcap_event_name", sep = "_")
demo_wide$gender_equal <- ifelse(demo_wide$gender_visit_a_arm_1 != demo_wide$dem_child_gender_patient_informatio_arm_1 | demo_wide$gender_visit_b_arm_1 != demo_wide$dem_child_gender_patient_informatio_arm_1 | demo_wide$gender_visit_c_arm_1 != demo_wide$dem_child_gender_patient_informatio_arm_1 | demo_wide$gender_visit_d_arm_1 != demo_wide$dem_child_gender_patient_informatio_arm_1 | demo_wide$gender_visit_e_arm_1 != demo_wide$dem_child_gender_patient_informatio_arm_1, 0, 1)
table(demo_wide$gender_equal)
demo_wide <-demo_wide[!sapply(demo_wide, function (x) all(is.na(x) | x == ""| x == "NA"))]
write.csv(as.data.frame(demo_wide), "demo_wide.csv")
|
5674391c2821058bfec5424e621a7a02bc9a69af
|
a2efed9656dacad11c14628210ceac169e7fe760
|
/prueba_Simula_Likert.R
|
7d27fd8097c67371546961f6dbb6281fb2665809
|
[] |
no_license
|
LafArt/R-util-functions
|
01ac9ec64159a60fad5c28a26482400c9daf2547
|
54bf13fc7ecc03ab9f75ee9f62a49a01a73b4fa2
|
refs/heads/master
| 2020-04-12T21:35:58.695608
| 2019-12-20T21:17:59
| 2019-12-20T21:17:59
| 162,766,058
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 2,752
|
r
|
prueba_Simula_Likert.R
|
library(ggplot2)
library(tidyverse)
source("C:/wmd/R-util-functions/Simula_Likert.R")
num_de_items=20
num_de_items2=16
escala_interpretada_1 = c("Muy malo","Malo","Regular","Bueno","Muy bueno")
escala_interpretada_2 = c("Muy baja","Baja","Media","Alta","Muy Alta")
entorno_familiar<-Simula_Likert(escala=1:5,
escala_interpretada = escala_interpretada_1,
probabilidad = c(.2,.2,.2,.2,.2),
numero_de_items = num_de_items,
cantidad_respuestas = 120,
dsBase = NULL,
escala2 = 1:5,
escala_interpretada2 = escala_interpretada_2,
numero_de_items2 = num_de_items2,
porcentaje_aleatorio = 10,
corr_pos_neg = "+")
names(entorno_familiar)<-c(rep(paste("x",1:num_de_items,sep = "")),
"suma_v1","Baremo_1",
rep(paste("y",1:num_de_items2,sep = "")),
"suma_v2","Baremo_2")
# ggplot(data=entorno_familiar,aes(x=suma_v1,y=suma_v2)) +
# geom_point(aes(color=Baremo_1)) +
# geom_smooth(method = "lm") +
# annotate("text", x = 60, y = 80,label = paste("r =", round(crr$estimate,4))) +
# theme_bw() +
# labs(x = "Variable 1", y = "Variable 2")
baremo_1<-factor(x=entorno_familiar$Baremo_1,
levels = escala_interpretada_1,
labels = c(1,2,3,4,5))
baremo_1<-factor(x=as.character(baremo_1),levels = c(1,2,3,4,5),
labels = escala_interpretada_1)
baremo_2<-factor(x=entorno_familiar$Baremo_2,
levels = escala_interpretada_2,
labels = c(1,2,3,4,5))
baremo_2<-factor(x=as.character(baremo_2),levels = c(1,2,3,4,5),
labels = escala_interpretada_2)
corrSpearman=cor.test(as.numeric(baremo_1),as.numeric(baremo_2),method = "spearman",exact = FALSE)
crr<-cor.test(entorno_familiar$suma_v1,entorno_familiar$suma_v2)
ggplot(data=entorno_familiar,aes(x=suma_v1,y=suma_v2)) +
geom_jitter(width = 1,height = 1,color="darkred") +
geom_smooth(method = "lm") +
annotate("text", x = min(entorno_familiar$suma_v1)+30,
y = max(entorno_familiar$suma_v1),
label = paste("r =", round(crr$estimate,4),",", "p = ", sprintf("%.3f",round(crr$p.value,3)) )) +
annotate("text", x = min(entorno_familiar$suma_v1)+30,
y = max(entorno_familiar$suma_v1)-10,
label = paste("Rho =", round(corrSpearman$estimate,4),
",", "p = ", sprintf("%.3f",round(corrSpearman$p.value,3)) )) +
theme_bw() +
labs(x = "Variable 1", y = "Variable 2")
|
edcb32a2719f61115e0bdc5b9e127929f3116ec1
|
8be2b600bfee9003095625af795a5a7ab82eec83
|
/R/rpivotAddin.R
|
e93c8dd151bd5b260097e92972f36f586b11813e
|
[
"MIT"
] |
permissive
|
dkilfoyle/rpivotTable
|
85940d48f245d4a5b531b6d76d167d64a66fcbdf
|
af03e853c822b2bf1c87b49c769f3f111f7dce50
|
refs/heads/master
| 2021-01-15T08:26:56.407627
| 2016-06-11T05:36:44
| 2016-06-11T05:36:44
| 44,932,678
| 0
| 0
| null | 2015-10-25T22:20:07
| 2015-10-25T22:20:06
| null |
UTF-8
|
R
| false
| false
| 1,214
|
r
|
rpivotAddin.R
|
getDataFrames = function()
{
if ((length(ls()) == 0) | (length(sapply(.GlobalEnv, is.data.frame)) == 0) | (any(sapply(.GlobalEnv, is.data.frame))==F))
data(iris)
return(names(which(sapply(.GlobalEnv, is.data.frame))))
}
rpivotAddin <- function() {
library(shiny)
library(rpivotTable)
library(miniUI)
library(rstudioapi)
ui <- miniPage(
# css hack to provide space for a select input in the gadgetTitleBar
tags$head(tags$style(HTML("
.gadget-title .shiny-input-container {
position: relative;
height: 30px;
margin: 6px 10px 0;
z-index: 10;
}"))),
gadgetTitleBar("Pivot Table Gadget",
left=miniTitleBarButton("done", "Done", primary=T),
right=selectInput("dataset", NULL, choices = getDataFrames())),
miniContentPanel(
rpivotTableOutput("mypivot")
)
) # minipage
server <- function(input, output, session) {
output$mypivot <- renderRpivotTable({
rpivotTable(getSelectedDF())
})
observeEvent(input$done, {
stopApp(TRUE)
})
getSelectedDF <- reactive({
eval(parse(text = input$dataset))
})
} # server
runGadget(shinyApp(ui, server), viewer = paneViewer())
}
|
be07901b7df8bd58f660ff89ff2bbce653023cc6
|
cd3967de736915699aed09431176d4ce7596b64d
|
/R/usa-map-prep.R
|
d241e14c01aa3d7ba6b555494783b87a78bc3109
|
[] |
no_license
|
mozzarellaV8/ATF-FFL
|
c3b4a9e2a03f3b5a8f5342bb3d5a6ff4f5e40dfe
|
831e48f887b58e5f9d4f506e1c5402f9ea810b8d
|
refs/heads/master
| 2021-01-11T22:35:15.738291
| 2017-12-29T00:52:15
| 2017-12-29T00:52:15
| 78,992,723
| 0
| 1
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,337
|
r
|
usa-map-prep.R
|
# ATF-FFL - United States Map Prep
library(maps)
library(mapproj)
library(maptools)
library(sp)
library(fiftystater)
library(dplyr)
library(ggplot2)
# Function: Capwords ----------------------------------------------------------
# from tolower() documentation
capwords <- function(s, strict = FALSE) {
cap <- function(s) paste(toupper(substring(s, 1, 1)),
{s <- substring(s, 2); if(strict) tolower(s) else s},
sep = "", collapse = " " )
sapply(strsplit(s, split = " "), cap, USE.NAMES = !is.null(names(s)))
}
# Alaska and Hawaii Maps-----------------------------------------------------------
# load fifty states data
data("fifty_states")
fifty_states
# rename columns for binding later
colnames(fifty_states) <- c("lon", "lat", "order", "hole", "piece", "NAME", "group")
fifty_states$NAME <- capwords(fifty_states$NAME)
# test map out
ggplot(fifty_states, aes(lon, lat, group = group)) +
geom_path() + coord_map("polyconic")
# USA by county --------------------------------------------------------------
us.county <- map_data("county")
colnames(us.county)[5:6] <- c("NAME", "County")
us.county$NAME <- capwords(us.county$NAME)
us.county$County <- capwords(us.county$County)
ggplot(us.county, aes(long, lat, group = group)) +
geom_path() + coord_map("polyconic")
|
5dc106dc450421aab4fec820387ac54a9bf512fe
|
1073de16d38ca0979422a5e617a077864c2293e0
|
/cachematrix.R
|
743117f606db0165bb986c1cada9366663a0700d
|
[] |
no_license
|
jgooding/ProgrammingAssignment2
|
0da2d9c5ed262a7ef83c836f2ee5cc358c49733d
|
dd1ef436fda85f45d7596b1812bae3e7f2c45486
|
refs/heads/master
| 2021-01-15T17:02:37.664626
| 2015-03-18T08:36:25
| 2015-03-18T08:36:25
| 32,382,275
| 0
| 0
| null | 2015-03-17T09:02:31
| 2015-03-17T09:02:31
| null |
UTF-8
|
R
| false
| false
| 2,796
|
r
|
cachematrix.R
|
## makeCacheMatrix: Returns a list of functions that:
## Set the value of the matrix
## Get the value of the matrix
## Set the value of the matrix inverse
## Get the value of the matrix inverse
makeCacheMatrix <- function(x = matrix()) {
## object to store the cached inverse and set to null
store_inv <- NULL
## Set the Matrix function
## can be used to set a new matrix, default is that
## the matrix is passed as originating function arguement
## if new matrix provided, also clear any cached inverse
setmatrix <- function(y) {
x <<- y
store_inv <<- NULL
}
## Get Matrix function (passes matrix as arguement)
getmatrix <- function() x
## Set Matrix Inverse function (inverse passed as arguement)
setinv <- function(solved_inv) store_inv <<- solved_inv
## Get the Matrix inverse function (passes inverse as arguement)
getinv <-function() store_inv
## Return the list of defined functions
list(set=setmatrix, get=getmatrix, setinv=setinv, getinv=getinv)
}
## CacheSolve: Returns the inverse of the matrix if already solved,
## Otherwise solves and caches the matrix inverse
cacheSolve <- function(x, ...) {
## call the getinv() function to get the inverse cache object
store_inv <-x$getinv()
## Check value to see if inverse is already cached and
## return cache if exists
if(!is.null(store_inv)) {
message("getting cached data")
return(store_inv)
}
## Otherwise if not already cached
## call the get() function to get the matrix
data_matrix <- x$get()
## create the inverse using solve() function
store_inv <- solve(data_matrix, ...)
## call setinv() function to cache the inverse
x$setinv(store_inv)
## Return solved inverse
store_inv
}
## :Test case: This is the test script executed to validate
## Define a matrix
## > x <- rbind((1:2),(3:4))
## call makeCacheMatrix function with matrix as arguement
## > tst <- makeCacheMatrix(x)
## Check object returns the four functions
## > tst
## $set
## function (y)
## {
## x <<- y
## store_inv <<- NULL
## }
## <environment: 0x11080d88>
##
## $get
## function ()
## x
## <environment: 0x11080d88>
##
## $setinv
## function (solved_inv)
## store_inv <<- solved_inv
## <environment: 0x11080d88>
##
## $getinv
## function ()
## store_inv
## <environment: 0x11080d88>
##
## Check the object get function returns the Matrix as passed
## > tst$get()
## [,1] [,2]
## [1,] 1 2
## [2,] 3 4
## Call the cacheSolve function the first time
## > cacheSolve(tst)
## [,1] [,2]
## [1,] -2.0 1.0
## [2,] 1.5 -0.5
##
## Call the cacheSolve function again
## Shows inverse came from cache second time round
## > cacheSolve(tst)
## getting cached data
## [,1] [,2]
## [1,] -2.0 1.0
## [2,] 1.5 -0.5
|
443e4465819be854f0af5f1c02a49b77276bb961
|
f6c2bd59af6d11252a05c1b6f86e3621a51f115f
|
/getEPC.R
|
44129550cd830c3dbf87dd49d87b9ae38f5c293e
|
[] |
no_license
|
borgo-larici/ExData_Plotting1
|
8d3aa7a16ee475da6370f7544ed79459cc5f272f
|
7d865aae42ed00403a0c065680841a47d1d6db63
|
refs/heads/master
| 2021-05-22T19:30:29.924625
| 2020-04-04T21:28:53
| 2020-04-04T21:28:53
| 253,058,740
| 0
| 0
| null | 2020-04-04T17:28:42
| 2020-04-04T17:28:42
| null |
UTF-8
|
R
| false
| false
| 2,136
|
r
|
getEPC.R
|
# Function "getEPC"
# Used for Course Project 1 in "Exploratory Data Analysis".
# Checks if object "epc" exists already.
# If "epc" does not exist, downloads data from
# https://d396qusza40orc.cloudfront.net/exdata%2Fdata%2Fhousehold_power_consumption.zip
# to working directory. Then unzips and
# reads specific rows--want to include data from dates 2007-02-01 and 2007-02-02.
# Stores data in object "epc".
# Converts character-based date and time vars into Date/Time classes.
getEPC <- function() {
# Return the existing "epc" object if exists
if (exists("epc")) return(epc);
# Execution continues here if "epc" object does not exist.
# Download data
download.file(
"https://d396qusza40orc.cloudfront.net/exdata%2Fdata%2Fhousehold_power_consumption.zip",
"epc.zip"
)
# Unzip data
unzip("epc.zip")
# Read unzipped file "household_power_consumption.txt".
# Omit lines that don't correspond to Feb. 1 and 2, 2007.
epc <- read.csv(
file = "household_power_consumption.txt",
header = TRUE,
sep = ";",
col.names = c(
"DateText",
"TimeText",
"Global_active_power",
"Global_reactive_power",
"Voltage",
"Global_intensity",
"Sub_metering_1",
"Sub_metering_2",
"Sub_metering_3"
),
skip = 66636,
nrows = 2880
)
# Create new "epcDate" vector by converting "DateText" column.
epcDate = strptime(
paste(
epc$DateText,
epc$TimeText
),
format = "%d/%m/%Y %H:%M:%S"
)
# Output "epc" but with new "epcDate" vector prepended and the
# text-based date/time columns removed.
cbind(epcDate, epc[,3:9])
}
|
c22dcb3c7fc7afaa4189fe49165cf7fd9d233033
|
12b0aa3c8c9b600253a3850f9b0a0466402f30e1
|
/R/matchTreeTaxa.R
|
9cb9a49bbd0a0843e2da32ac5c83a9f4f9469b27
|
[] |
no_license
|
bbanbury/phyloextra
|
561ef779c459fc08bcb087069e6977aafd9a6440
|
ebebead690e4317be84d9d7165a2d801951c7c55
|
refs/heads/master
| 2021-01-10T20:50:51.583643
| 2014-11-25T19:36:26
| 2014-11-25T19:36:26
| 5,588,766
| 1
| 1
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,691
|
r
|
matchTreeTaxa.R
|
#' Check taxa match in two trees
#'
#' This function will check that taxonomic names in two trees match and if they do not, it will write the pruned trees to file.
#' @param phy1 A phylogenetic tree in the class "phylo"
#' @param phy2 A phylogenetic tree in the class "phylo"
#' @param toFile If TRUE, it will save pruned tree files in the working directory
#' @param treeFormat either "newick" or "nexus" depending on how you want the tree written
#' @export
#' @return Returns either "OK" if all taxa match, or it returns a list with taxa from each tree that does not match the other.
#' @seealso \link{phyDataMatch} \link{TreeNameCheck}
#' @examples
#' tree1 <- rtree(10)
#' tree2 <- rtree(9)
#' matchTreeTaxa(tree1, tree2, toFile=FALSE)
matchTreeTaxa <- function(phy1, phy2, toFile=TRUE, treeFormat=match.arg(treeFormat,choices=c("newick", "nexus"), several.ok=FALSE)){
a <- TreeNameCheck(phy1, phy2)
if(a[1] == "OK")
warning("You do not need to drop taxa from either phylogeny")
else if (length(a$phy1.not.phy2) > 0){
pruned.phy1 <- drop.tip(phy1, a$phy1.not.phy2)
if(toFile){
if (treeFormat=="newick")
write.tree(pruned.phy1, file=paste("pruned_phy1.tree"))
if (treeFormat=="nexus")
write.nexus(pruned.phy1, file=paste("pruned_phy1.nex"))
print("Saved pruned_phy1")
}
}
else if (length(a$phy2.not.phy1) > 0){
pruned.phy2 <- drop.tip(phy2, a$phy2.not.phy1)
if(toFile){
if (treeFormat=="newick")
write.tree(pruned.phy2, file=paste("pruned_phy2.tree"))
if (treeFormat=="nexus")
write.nexus(pruned.phy2, file=paste("pruned_phy2.nex"))
print("Saved pruned_phy2")
}
}
return(a)
}
|
2ba653c217bea93a48edd1bb8ca83eab53388e2c
|
59ab02a8f44717477aa134553a5e141e514ece80
|
/man/print.facet_trelliscope.Rd
|
a998ee1cb0bd942417ff1a01a36b9344bf5174a1
|
[] |
no_license
|
timelyportfolio/trelliscopejs
|
920a3b10d32b23753b881d744543975ddc9017ec
|
25b92ae28674d915a327e61178e96c954320093b
|
refs/heads/master
| 2022-08-19T03:12:50.171585
| 2016-11-19T21:38:23
| 2016-11-19T21:38:23
| 74,371,885
| 1
| 0
| null | 2016-11-21T14:29:42
| 2016-11-21T14:29:41
| null |
UTF-8
|
R
| false
| true
| 357
|
rd
|
print.facet_trelliscope.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/facet_trelliscope.R
\name{print.facet_trelliscope}
\alias{print.facet_trelliscope}
\title{Print facet trelliscope object}
\usage{
\method{print}{facet_trelliscope}(x, ...)
}
\arguments{
\item{x}{plot object}
\item{...}{ignored}
}
\description{
Print facet trelliscope object
}
|
161e27973244ef81b8e36c9966460dfaca5d338f
|
17dc451c33b8726441d03b1d604d7e6ed4a984b8
|
/R/SShDFunc.R
|
32549e2ec2476bf253970769bb41e7ddfb3dcfe9
|
[] |
no_license
|
TWilliamBell/angler
|
ad8d57bb3b902a0e87b20b9b3f8e2844c7cefd1d
|
ffa59d8aa92e256b673423c5572c3136ae37e53f
|
refs/heads/master
| 2022-03-12T16:29:48.936809
| 2022-03-03T17:00:11
| 2022-03-03T17:00:11
| 140,886,555
| 0
| 1
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,360
|
r
|
SShDFunc.R
|
#' Calculating Sexual Shape Dimorphism
#'
#' This function directly calculates SShD. However it may be a poor estimator for unbalanced designs where there are more of one sex than the other, SShDLM() is more robust.
#' @param Coords Two-dimensional array of coordinates from geometric morphometric analysis (see two.d.array() in geomorph for correct formatting)
#' @param Sex A character or factor vector recording sex for each individual as 'm' or 'f', individuals should be in the same order as the rows of the Coords
#' @param Zeroed a logical value stating whether you wish to correct the SShD for the variation among individuals regardless of sex (defaults to TRUE)
#'
#' @export
#'
#' @examples
#' SShDFunc(Coords, Sex, Zeroed = TRUE)
#' SShDFunc(Coords, Sex, TRUE)
SShDFunc <- function(Coords, Sex, Zeroed = TRUE) {
if (!is.element("m", Sex) | !is.element("f", Sex)) {
return(NA_real_)
warning("No data found for at least one sex.")
}
FData <- Coords[as.character(Sex)=='f', , drop = FALSE]
MData <- Coords[as.character(Sex)=='m', , drop = FALSE]
ConsensusF <- colMeans(FData) ## Average male and female coordinates
ConsensusM <- colMeans(MData)
DiffFM <- ConsensusF-ConsensusM
SShD <- euclidean(DiffFM)
if (isTRUE(Zeroed)) {
Zero <- replicate(1000, zeroSShD(Coords, Sex))
return(SShD-mean(Zero))
}
SShD
}
|
d4ac3bf240971548fbcfb3099d38b2e4a312a918
|
68d2cafca07e71ba36b9456acbf05ab4bed18a01
|
/examples/tests.r
|
41535b6e304bb23259d62ad1566c1bf387a11b68
|
[] |
no_license
|
skyformat99/msgpack2R
|
9dd7b32c05e69ccd9c36cec6cc4eaad5f8ff6158
|
22d230a9be3ff523fd9b2011719a8071ee50d288
|
refs/heads/master
| 2021-01-22T01:47:34.342552
| 2017-09-03T00:42:34
| 2017-09-03T00:42:34
| null | 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 4,074
|
r
|
tests.r
|
# Tests for testing out the functionality of the package, to make sure it isn't broken
# some references
# //https://github.com/msgpack/msgpack-c/blob/401460b7d99e51adc06194ceb458934b359d2139/include/msgpack/v1/adaptor/boost/msgpack_variant.hpp
# //https://stackoverflow.com/questions/44725299/messagepack-c-how-to-iterate-through-an-unknown-data-structure
# //https://stackoverflow.com/questions/37665361/how-to-determine-the-class-of-object-stored-in-sexp-in-rcpp
# //https://stackoverflow.com/questions/12954852/booststatic-visitor-with-multiple-arguments
# //https://stackoverflow.com/questions/25172419/how-can-i-get-the-sexptype-of-an-sexp-value
# //https://github.com/wch/r-source/blob/48536f1756a88830076023db9566fbb2c1dbb29b/src/include/Rinternals.h#L1178-L1214
# //https://stackoverflow.com/questions/16131462/how-to-use-boost-library-in-c-with-rcpp
library(msgpack2R)
# library(Rcpp)
# sourceCpp("src/msgpack_unpack.cpp")
# sourceCpp("src/msgpack_pack.cpp")
# source("R/functions.r")
catn <- function(...) cat(..., "\n")
# Test atomic types
# integer
xpk <- msgpack_pack(1)
catn(identical(msgpack_unpack(xpk), 1))
# double
xpk <- msgpack_pack(1.54)
catn(identical(msgpack_unpack(xpk), 1.54))
# string
xpk <- msgpack_pack("sdfsdf")
catn(identical(msgpack_unpack(xpk), "sdfsdf"))
# raw
xpk <- msgpack_pack(as.raw(c(0x28, 0x4F)))
catn(identical(msgpack_unpack(xpk), as.raw(c(0x28, 0x4F))))
# boolean
xpk <- msgpack_pack(T)
catn(msgpack_unpack(xpk))
# nil
xpk <- msgpack_pack(NULL)
catn(is.null(msgpack_unpack(xpk)))
# ext
x <- as.raw(c(0x28, 0x4F))
attr(x, "EXT") <- 1L
xpk <- msgpack_pack(x)
catn(identical(msgpack_unpack(xpk), x))
# unicode or something characters - note this doesn't always work if you copy/paste into a terminal because of how terminals encode text, but if you source this file it works
x <- list('图书,通常在狭义上的理解是带有文字和图像的纸张的集合。书通常由墨水、纸张、羊皮纸或者其他材料固定在书脊上组成。组成书的一张纸称为一张,一张的一面称为一页。但随着科学技术的发展,狭义图书的概念也在扩展,制作书的材料也在改变,如电子格式的电子书。从广义理解的图书,则是一切传播讯息的媒介。书也指文学作品或者其中的一部分。在图书馆信息学中,书被称为专著,以区别于杂志、学术期刊、报纸等连载期刊。所有的书面作品(包括图书)的主体是文学。在小说和一些类型(如传记)中,书可能还要分成卷。对书特别喜爱的人被称为爱书者或藏书家,更随意的称呼是书虫或者书呆子。买书的地方叫书店,图书馆则是可以借阅书籍的地方。2010年,谷歌公司估计,从印刷术发明至今,大概出版了一亿三千万本不同书名的书籍。[1]')
xpk <- msgpack_pack(x)
xu <- msgpack_unpack(xpk)
catn(identical(x, xu))
# Complex nested object with lists and map
x <- as.raw(c(0x28, 0x4F))
attr(x, "EXT") <- 1L
xmap <- msgpack_map(key=letters[1:10], value=1:10)
xmap$value[[3]] <- list(NULL)
xmap$value[[4]] <- as.list(1:10)
xmap$value[[4]][[3]] <- xmap
xmap$value[[5]] <- x
y <- 1:10
names(y) <- letters[1:10]
x <- list(1:10, y, "a", list(3,raw(4)), xmap)
x <- msgpack_format(x)
xpk <- msgpack_pack(x)
xu <- msgpack_unpack(xpk)
xs <- msgpack_simplify(x)
xus <- msgpack_simplify(xu)
catn(identical(xs, xus))
# named list can be used directly as input - should come out to a map, simplify to get a named vector
x <- list(a=1L, b=2L)
xpk <- msgpack_pack(x)
catn(identical(msgpack_simplify(msgpack_unpack(xpk)),c(a=1L, b=2L)))
# multiple objects
xpk <- msgpack_pack(1,2,3,5,"a", msgpack_format(1:10))
xu <- msgpack_unpack(xpk)
catn(identical(msgpack_simplify(xu[[6]]), 1:10))
# speed test
require(microbenchmark)
x <- as.list(1:1e7)
print(microbenchmark(xpk <- msgpack_pack(x), times=3)) # 0.5 seconds
print(microbenchmark(xu <- msgpack_unpack(xpk), times=3)) #2.4 seconds
|
e1853531eab5b5112e4c7bfdf85f567977348bc9
|
d92a85932e42ecc7935386450a65a6f9a551860a
|
/as3_v3.R
|
a604197427363476ef794674cd399239d69f26b7
|
[] |
no_license
|
rachelphillip/4113-assignment-3
|
ccd0137983dad7ef2b169394b2cf0682d2e43fef
|
943917b5d9a77e8b901f43c5df3b6af46c2d7a9f
|
refs/heads/master
| 2021-08-26T06:42:11.699366
| 2017-11-21T23:42:13
| 2017-11-21T23:42:13
| 109,023,324
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 26,131
|
r
|
as3_v3.R
|
# I confirm that the attached work is my own, except where clearly indicated in the text.
###############################################
#CONFIDENCE INTERVALS &
#COVERAGE FNS
##############################################
b.ests.np <- function(B = 99, data,
h = sd(data)/3, method) {
#Purpose: Creates the bootstrap estimates for a dataset by taking B samples of
# size n from the dataset and taking the mean of each resample to create our samples
#Inputs:
# B - a scalar - number bootstrap resamples to be taken
# n - a scalar - size of resamples
# data - vector of data you wish to create bootstraps from
# h - scalar - degree of smoothing
# method - named vector of methods, indicating what method of bootstrap confidence
# interval you wish to use. Must be one of "percentile", "bca", "t" and "smooth"
#Outputs:
# boot.est - vector of length B containing all the bootstrap estimates of interest
# from each sample
if(!is.numeric(data)){
stop("data must be numeric")
}
x.star <- matrix(sample(x = data, length(data)*B, replace = T), ncol = B)
if (method == "smooth"){
x.star <- x.star + rnorm(prod(dim(x.star)))
}
if (method == "t"){
B.ests <- apply(x.star, 2, b.t, data = data)
} else{
B.ests <- apply(x.star, 2, mean)
}
return(B.ests)
}
#---------------------------------------------------------------------------------
b.t <- function(x, data){
#Purpose: function to be used in a apply call in b.ests.np to create the bootstrap-t
# estimates
#Inputs:
# x - vector - bootstrap sample used to created estimate
# data - vector - dataset from which we are sampling and using to create bootstrap
# estimates
#Output:
# scalar - the bootstrap-t estimate for the bootstrap sample from the data
return((mean(x)-mean(data))/sd(x))
}
#----------------------------------------------------------------------------------
r.add <- function(x, h){
#Purpose: adds noise to a scalar value x using random deviates from the standard
# normal distribution. This function is to be used in the smooth bootstrap
# in a apply call in b.ests.np
#Inputs:
# x - scalar that has noise added to it
# h - scalar that indicates the degree of smoothing
#Output:
# scalar - original value of x with noise added
return(x + rnorm(1, 0, sd = h))
}
#----------------------------------------------------------------------------------
#Using len's functions:
get.zhat0<-function(est, boot.est){
#Purpose: Return the bias correction factor, zhat0, in BCa bootstrap CI method
#Inputs:
# est - estimated quantity of interest from data
# boot.est - vector of bootstrap estimates of quantity of interest
#Outputs:
# zhat - scalar - bias correction factor
if (!is.numeric(est)){
stop("est must be numeric")
}
if (length(est) > 1){
stop("est must be a scalar")
}
if (!is.numeric(boot.est)){
stop("boot.est must be numeric")
}
prop.less<-sum(boot.est<est)/length(boot.est)
zhat<-qnorm(prop.less)
return(zhat)
}
#------------------------------------------------------------------------------------------
get.ahat <- function(data){
#Purpose: Return the acceleration factor, ahat, in BCa bootstrap CI method
#Inputs:
# data - vector of data
# est - estimated quantity of interest from data
# fun - function that can be used to produce est from data via fun(data)
# dist - character indicating the distribution that the data follows
# so that the correct est is created to be used in fun
#Implementation note:
# 1. The routine calls fun(data,...) and expects it to return a scalar equal to est
# 2. Requires a data vector of length at least 2
#Check data vector length
n <- length(data)
if (n < 2) stop("data vector must be at least length 2\n")
#Get jacknife estimates of quantity of interest
jack.est <- numeric(n)
for (i in 1:n){
jack.data <- data[-i]
jack.est[i] <- mean(x = jack.data)
}
#Compute ahat
mean.jack.est <- mean(jack.est)
ahat.numerator <- sum((mean.jack.est - jack.est)^3)
ahat.denominator <- 6*(sum((mean.jack.est - jack.est)^2))^1.5
ahat <- ahat.numerator / ahat.denominator
return(ahat)
}
#---------------------------------------------------------------------------------
alpha.perc <- function(alpha){
#Purpose: gives the correct percentiles to use in the quantile function
# for the percentile method
#Inputs:
# alpha - scalar - gives the size of the interval so alpha = 0.025 gives
# a 95% CI ie. a (1-2*alpha)*100% CI
#Outputs:
# vector of size 2 containing alpha and 1-alpha
alpha. <- c(alpha, (1-alpha))
return((alpha.))
}
#----------------------------------------------------------------------------------
alpha.bca <- function(alpha = 0.025, data, est, boot.est){
#Purpose: gives the correct percentiles to use in the quantile fn
# for the BCa method
#Inputs:
# alpha - scalar - gives the size of the interval
# data - vector of dataset you are using to create CIs
# est - estimated quanity of interest from data
# boot.est - vector of bootstrap estimates
#Outputs:
# vector of size 2 containing the BCa percentiles
if (!is.numeric(est)){
stop("est must be numeric")
}
if (length(est) > 1){
stop("est must be a scalar")
}
if (!is.numeric(boot.est)){
stop("boot.est must be numeric")
}
ahat <- get.ahat(data)
zhat <- get.zhat0(est = est, boot.est = boot.est)
alpha1 <- pnorm(zhat + (zhat + qnorm(alpha)) / (1 - ahat*(zhat + qnorm(alpha))))
alpha2 <- pnorm(zhat + (zhat + qnorm(1 - alpha)) / (1 - ahat*(zhat + qnorm(1 - alpha))))
alpha. <- c(alpha1, alpha2)
return(alpha.)
}
#---------------------------------------------------------------------------------
CI <- function(alpha, boot.est){
#Purpose: Creates CIs for the BCa, percentile and smooth methods by using the
# quantile function using the appropriate alphas for each method.
#Inputs:
# alpha - the percentiles for the method to be used in the quantile function to create the CI
# boot.est - list of 2 lists of bootstrap estimates for each level of B and n
#Output:
# CI.bca - output of the quantile function, vector of size 2 with named entries
# that is the percentile used
CI.bca <- quantile(boot.est, probs = alpha)
return(CI.bca)
}
#----------------------------------------------------------------------------------
CI.t <- function(alpha, est, data, boot.est){
#Purpose: Generates the confidence interval for the bootstrap-t method
#Inputs:
# alpha - vector of the percentiles for the percentile method to be used in
# the quantile function to create the CI
# est - scalar - the estimated mean from the data
# data - vector of the dataset sampled from to create the bootstrap estimates
# boot.est - vector of bootstrap estimates for each sample
#Output:
# CI.t - vector of upper and lower limits of the confidence interval for bootstrap-t
quantiles <- CI(1-alpha, boot.est)
CI.t <- est - sd(data)*quantiles
return(CI.t)
}
#----------------------------------------------------------------------------------
bootstrap.ci <- function(B = 99,
data, alpha = 0.025, method, dist = "normal",
h = sd(data)/3){
#Purpose: wrapper function that creates bootstrap estimates for each level of B and n
# and calculates percentiles for each method and then the corresponding CI.
#Inputs:
#Inputs:
# B - a scalar - number of bootstraps resamples to be taken
# data - vector of dataset you wish to create bootstraps from
# alpha - scalar - indicatess the size of the interval so alpha = 0.025 gives
# a 95% CI ie. a (1-2*alpha)*100% CI for the percentile method
# dist - character giving distribution of simulated data, must be one of "normal",
# "poisson" or "gamma"
# h - scalar - degree of smoothing
# method - named vector of methods, indicating what method of bootstrap CI
# you wish to use. Must be one of "percentile", "bca", "smooth" or "t"
#Outputs:
# list of:
# CI - vector of size 2 containing the upper and lower limits of the CI
if (!is.numeric(data)){
stop("data must be numeric")
}
if (length(data) < 2){
stop("data must have length greater than 2")
}
if (h < 0){
stop("h must be positive")
}
if (length(h) > 1){
stop("h must be a scalar")
}
if(!is.numeric(h)){
stop("h must be numeric")
}
#generate bootstrap estimates
boot.est <- b.ests.np(B, data, method = method, h = h)
est <- mean(data)
#getting right arguments for alpha fn
args <- switch(method,
percentile = list(alpha),
smooth = list(alpha),
t = list(alpha),
bca = list(alpha = alpha, data = data, est = est,
boot.est = boot.est))
#getting right percentiles for the method
alpha.fn <- switch(method,
percentile = match.fun(alpha.perc),
smooth = match.fun(alpha.perc),
t = match.fun(alpha.perc),
bca = match.fun(alpha.bca))
alpha <- do.call(alpha.fn, args) # get the percentiles
# getting arguments for CI fn
args.CI <- switch(method,
percentile = list(alpha = alpha,
boot.est = boot.est),
smooth = list(alpha = alpha, boot.est = boot.est),
t = list(alpha = alpha,
boot.est = boot.est, data = data, est = est),
bca = list(alpha = alpha,
boot.est = boot.est))
# getting CI method
CI.method <- switch(method,
percentile = match.fun(CI),
smooth = match.fun(CI),
bca = match.fun(CI),
t = match.fun(CI.t))
CI <- do.call(CI.method, args = args.CI) # get CI
return(CI = CI)
}
#---------------------------------------------------------------------
data.gen <- function(dist, mean, sd, lambda, shape, rate, n){
#Purpose: Generates the data to be used as the resample for which a CI is created.
# This is the data argument used in b.ests.np and from which est is calculated
#Inputs:
# dist - character giving distribution of simulated data, must be one of "normal",
# "poisson" or "gamma"
# mean - scalar - mean of the normal distribution that you want to generate samples from
# sd - scalar - standard deviation of the normal dist for the sample
# lambda - scalar - rate parameter for the poisson dist for the sample
# shape - scalar - the shape parameter or alpha for the gamma dist for the sample
# rate - scalar - the rate parameter or beta for the gamma dist for the sample
# n - scalar - the number of random deviates to be sampled from the distribution
# ie. size of the bootstrap sample
if (n%%1!=0 | n < 1){
stop("n must be a positive non-zero integer")
}
if (!is.numeric(n)){
stop("n must be numeric")
}
if (length(n) > 1){
stop("n must be a scalar")
}
#getting correct arguments to be used in the random deviate fn
args.dist <- switch(dist,
normal = list(n, mean, sd),
poisson = list(n, lambda),
gamma = list(n, shape, rate))
#getting right distribution fn
dist.fn <- switch(dist,
normal = match.fun(rnorm),
poisson = match.fun(rpois),
gamma = match.fun(rgamma))
#sample created
data.fn <- do.call(dist.fn, args = args.dist)
return(data.fn)
}
#--------------------------------------------------------------------------------------
input.checks <- function(sims, B.v, B,
n.v, n, alpha, method,
dist, mean, sd,
lambda, shape, rate){
#Purpose: checks inputs into do.sim.np function are of the correct type and form.
#Input:
# sims - scalar - number of simulations to be performed
# B.v - vector of the levels of B - number of bootstrap samples - to be used to create CIs
# B - scalar - the B to kept constant as n varies in n.v
# n.v - vector of the levels of n - size of resamples - to be used in simulation
# n - scalar - the size of resamples to be kept constant as B changes in B.v
# alpha - scalar - gives the size of the interval so alpha = 0.025 gives
# a 95% CI ie. a (1-2*alpha)*100% CI for the percentile method
# method - character giving the method to be used to create the CI. Must be one of "percentile",
# "bca" and "t"
# dist - character that determines the distribution that the data are to be simulated from.
# One of "normal", "poisson" and "gamma"
# h - scalar - degree of smoothing
# mean - scalar - the mean of the normal distribution that the samples are simulated from
# sd - scalar - the standard deviation of the normal distribution that the samples
# are simulated from
# lambda - scalar - the rate parameter of the poisson distribution that the samples are generated from
# shape - scalar - shape parameter (alpha) of the gamma dist the samples are simualted from
# rate - scalar - rate parameter (beta) of the gamma dist the samples are generated from
#Output:
# if all the checks pass then nothing happens and the code carries on to run. If any fail
# then an error message is produced.
if (!is.numeric(sims) | !is.numeric(B.v) | !is.numeric(B) |
!is.numeric(n.v) | !is.numeric(n) | !is.numeric(alpha) |
!is.numeric(mean) | !is.numeric(sd) | !is.numeric(lambda) |
!is.numeric(shape) | !is.numeric(rate)){
stop("input must be numeric")
}
if (sims%%1!=0 | B%%1!=0 | n%%1!=0){
stop("input must be an integer")
}
if (sims < 1 | B < 1 | n < 1){
stop("input must be postive non-zero integer")
}
if (sd <= 0 | lambda <= 0 | shape <= 0 | rate <= 0){
stop("input must be positive and non zero")
}
if (alpha <= 0 | alpha > 1){
stop("alpha must be between 0 and 1")
}
if (!(all(B.v > 0)) | !(all(n.v > 0))){
stop("all elements in vector must be positive and non zero")
}
if (!(all(B.v%%1==0)) | !(all(n.v%%1==0))){
stop("all elements in vector must be integers")
}
if (length(B) > 1 | length(n) > 1 | length(mean) > 1 |
length(sd) > 1 | length(lambda) > 1 | length(alpha) > 1 | length(shape) > 1 |
length(rate) > 1){
stop("input must be a scalar")
}
if (!method %in% c("percentile", "bca", "t", "smooth")){
stop("method is not valid")
}
if (!dist %in% c("normal", "poisson", "gamma")){
stop("distribution is not valid")
}
if (!is.character(method) | !is.character(dist)){
stop("input must be character")
}
}
#--------------------------------------------------------------------------------------
do.sim.np <- function(sims = 100, B.v = c(10, 50, 100), B = 100,
n.v = c(10, 50, 100), n = 100,
alpha = 0.025 , method = "percentile",
dist = "normal", h = sd(data)/3, mean = 0 , sd = 1,
lambda = 10, shape = 1, rate = 1, check = T){
#Purpose: Generates confidence intervals for each simulation and each level of B.v
# and n.v Creates sims CIs.
# Data is generated from the distribution specified and this is our sample.
# Calls bootstrap.ci to create the CI for that sample for that B and n, using the method
# specified. The lower and upper limits of this CI are then stored in a matrix
# which is then stored in a list.
#Inputs:
# sims - scalar - number of simulations to be performed
# B.v - vector of the levels of B - number of bootstrap samples - to be used to create CIs
# B - scalar - the B to kept constant as n varies in n.v
# n.v - vector of the levels of n - size of resamples - to be used in simulation
# n - scalar - the size of resamples to be kept constant as B changes in B.v
# alpha - scalar - gives the size of the interval so alpha = 0.025 gives
# a 95% CI ie. a (1-2*alpha)*100% CI for the percentile method
# method - character giving the method to be used to create the CI. Must be one of "percentile",
# "bca" and "t"
# dist - character that determines the distribution that the data are to be simulated from.
# One of "normal", "poisson" and "gamma"
# smooth - boolean T/F that determines whether a smooth bootstrap is used
# h - scalar - degree of smoothing
# mean - scalar - the mean of the normal distribution that the samples are simulated from
# sd - scalar - the standard deviation of the normal distribution that the samples
# are simulated from
# lambda - scalar - the rate parameter of the poisson distribution that the samples are generated from
# shape - scalar - shape parameter (alpha) of the gamma dist the samples are simualted from
# rate - scalar - rate parameter (beta) of the gamma dist the samples are generated from
# check - boolean T/F indicating whether input checks should take place.
#Outputs:
# list of 6 of :
# dist - character indicating the distribution of the samples. Returning this to use in plotting
# functions later
# method - character giving the method used to create bootstrap simulations. Used in plotting
# B.levels - vector of each level of B
# n.levels - vector of each level of n
# CI.B - list for each level of B where each element is a matrix. Rows are CI for each simulation. Columns are
# lower and upper limits of CI for that level of B.
#CI.B - list for each level of n where each element is a matrix. Rows are CI for each simulation. Columns are
# lower and upper limits of CI for that level of n.
if (!is.logical(check)){
stop("check must be TRUE or FALSE")
}
if (check == TRUE){
input.checks(sims = sims, B.v = B.v, B = B, n.v = n.v, n = n, alpha = alpha,
method = method, dist = dist,
mean = mean, sd = sd, lambda = lambda,
shape = shape, rate = rate)
}
sim.CIs.B <- matrix(nrow = sims, ncol = 2) #matrix to store CIs for each level of B
sim.CIs.n <- matrix(nrow = sims, ncol = 2) #matrix to store CIs for each level of n
CI.B <- list()
CI.n <- list()
for (i in 1:length(B.v)){
for (simulation in 1:sims){ # each row is CI for that simulation
data <- data.gen(dist = dist, mean, sd, lambda, shape, rate, n)
CI <- bootstrap.ci(B = B.v[i], data = data,
alpha = alpha, method = method,
dist = dist, h = h)
sim.CIs.B[simulation,1] <- CI[1] # first column is lower limit of CIs
sim.CIs.B[simulation,2] <- CI[2] # 2nd column is upper limit of CIs
}
CI.B[[i]] <- sim.CIs.B # all simulations for that level of B are stored in a matrix
# and so each element in list is matrix for each level of B
}
for (j in 1:length(n.v)){
for (simulation in 1:sims){
data <- data.gen(dist = dist, mean, sd, lambda, shape, rate, n.v[j])
CI <- bootstrap.ci(B = B, data = data, alpha = alpha,
method = method, dist = dist)
sim.CIs.n[simulation,1] <- CI[1]
sim.CIs.n[simulation,2] <- CI[2]
}
CI.n[[j]] <- sim.CIs.n # same as above but for each level of n
}
return(list(dist = dist, method = method,
B.levels = B.v, n.levels = n.v, CI.B = CI.B, CI.n = CI.n))
}
#-----------------------------------------------------------------------------------------
coverage <- function(true_mean, simulation){
#Purpose: Calculates the average coverage, the proportion of times that the simulated
# confidence interval includes the true mean for each simulated dataset.
#Input:
# true_mean - a scalar that is the true mean for the simulated dataset
# simulation - an output from do.sim.np function that is a list of 4 elements,
# B.levels - vector of each level of B - number of bootstrap resamples
# n. levels - vector of each level of n - size of resample
# CI.B - list of a list for each level of B containing a matrix with #sims rows
# and 2 columns with the first element being the lower bound
# and the 2nd element in the row being the upper bound of the CI
# for each bootstrap sample
# CI.n - same as for CI.B but for each level of n instead
#Ouput:
# list of 6 elements:
# dist - character - the distribution of the simulated data. I'm returning this so I can plot by
# distribution for each method type.
# method - character of the method used to create CI
# B.levels - vector of each level of B
# n.levels - vector of each level of n
# B.cov - vector, length = number of B levels, containing the average coverage
# for each level of B
# n.cov - vector, length = number of n levels, containing the average coverage
# for each level of n
sims <- length(simulation$CI.B[[1]][,1])
dist <- simulation$dist
method <- simulation$method
B.levels <- simulation$B.levels
n.levels <- simulation$n.levels
no.B.levels <- length(simulation$CI.B)
no.n.levels <- length(simulation$CI.n)
B.results <- rep(NA, sims)
n.results <- rep(NA, sims)
B.cov <- rep(NA, no.B.levels)
n.cov <- rep(NA, no.n.levels)
for (j in 1:no.B.levels){
for (i in 1:sims){
# is true_mean within CI?
B.results[i] <- with(simulation,
CI.B[[j]][i,1] <= true_mean & CI.B[[j]][i,2] >= true_mean)
}
#proportion of times true_mean is in CI
B.cov[j] <- length(B.results[B.results == TRUE])/length(B.results)
}
for (y in 1:no.n.levels){
for (i in 1:sims){
n.results[i] <- with(simulation,
CI.n[[y]][i,1] <= true_mean & CI.n[[y]][i,2] >= true_mean)
}
n.cov[y] <- length(n.results[n.results == TRUE])/length(n.results)
}
return(list(dist = dist, method = method,
B.levels = B.levels, n.levels = n.levels,
B.cov = B.cov, n.cov = n.cov))
}
#---------------------------------------------------------------------------------------------------
##################################################################
#PLOT FNS
##################################################################
format.data<- function(cov_objects){
#Purpose: puts the coverage data into a format that can be used to create ggplots.
# Creates a data frame from a list of coverage outputs.
#Input:
# cov_objects - list of outputs from the coverage function
#Output:
# df - data frame with columns of B - levels of B, n - levels of n, coverage.B -
# the coverage of the simulation for the corresponding level of B, coverage.n -
# same as for coverage.B but for each corresponding level of n, method - the method
# of the coverage simulation object, dist - distribution of the data used in the coverage object
B <- cov_objects[[1]]$B.levels
n <- cov_objects[[1]]$n.levels
N <- length(cov_objects)
cov.B.L <- rep(NA, N)
cov.n.L <- rep(NA, N)
for (j in 1:N){
if(B!=n){
stop("There must be the same number of B and n levels")
}
cov.B.L[j] <- length(cov_objects[[j]]$B.cov)
cov.n.L[j] <- length(cov_objects[[j]]$n.cov)
}
coverage.B <- rep(NA, sum(cov.B.L))
coverage.n <- rep(NA, sum(cov.n.L))
method <- rep(NA, sum(cov.n.L))
dist <- rep(NA, sum(cov.n.L))
for (i in 1:N){
B.len <- length(cov_objects[[i]]$B.cov)
n.len <- length(cov_objects[[i]]$n.cov)
coverage.B[(B.len*(i-1)+1):(B.len*i)] <- cov_objects[[i]]$B.cov
coverage.n[(n.len*(i-1)+1):(n.len*i)] <- cov_objects[[i]]$n.cov
method[(B.len*(i-1)+1):(B.len*i)] <- cov_objects[[i]]$method
dist[(B.len*(i-1)+1):(B.len*i)] <-cov_objects[[i]]$dist
}
df <- data.frame(B, coverage.B, n, coverage.n, method, dist)
return(df)
}
#-----------------------------------------------------------------------------------------
#this doesn't work :/
plot.fn2 <- function(df, x, y = coverage.B, method.plot = T, dist.plot = F){
#Purpose: creates plot that show
# a) how coverage changes as either B or n changes, for multiple distributions using the same
# method or
# b) how coverage changes as either B or n changes, for multiple methods using the same
# distribution
#Inputs:
# df - data frame, the output from the data.format function
# x - the variable to be plotted along the x-axis, must be B or n
# y - variable to be plotted along the y-axis must be coverage.B or coverage.n
# method.plot - logical T/F indicating whether you want a plot to compare methods for one dist
# dist.plot - logical T/F indicating whether you want a plot to compare dists for one method
#Output:
# ggplot of a) or b)
if (method.plot == TRUE && dist.plot == TRUE){
stop("both method.plot and dist.plot cannot be TRUE")
}
if (method.plot == FALSE && dist.plot == FALSE){
return(NULL)
}
if (method.plot == TRUE && dist.plot == FALSE){
p <- ggplot(data = df, aes(x = x, y = y)) +
geom_point() +
geom_line(aes(color = method)) +
coord_cartesian(ylim = c(0.7,1))
}
if (dist.plot == TRUE && method.plot == FALSE){
p <- ggplot(data = df, aes(x = x, y = y, dist = dist, group = dist)) +
geom_point() +
geom_line() +
coord_cartesian(ylim = c(0.7,1))
}
p
}
|
31dfc0bed04a1040e69a48e4c7ab36fa0126d6cd
|
637de7478cf00a32de1c1d07f25f75830cc0f00e
|
/07_Youth, technology, and social media/survey.r
|
2595a820f10e88fb7ab275cf3f3aca6960d161b3
|
[] |
no_license
|
ajasprica/Data-Science
|
ac135b8bd5f191d071879a64a807a13fe0408af6
|
9b1d4c8a10362845ec660ed1769eec7c8e660915
|
refs/heads/master
| 2021-01-17T15:24:35.144554
| 2016-05-25T04:58:07
| 2016-05-25T04:58:07
| 50,744,452
| 0
| 1
| null | null | null | null |
UTF-8
|
R
| false
| false
| 167
|
r
|
survey.r
|
survey <- read.delim("D:/Data-Science/09_Youth, technology, and social media/Raw survey responses.txt", header = TRUE, stringsAsFactors = FALSE)
dim(survey)
#580 1599
|
0f3169ac5e3612db6a9369c3e987853d2da6d2f9
|
137b6fa5752a5076a74a22533de3e54f8b902544
|
/man/readAbundanceFile.Rd
|
604957ce5f0e1179ca6c7d30218d4c993c626ae9
|
[
"MIT"
] |
permissive
|
nickilott/micRowave
|
a317a3074c15772a64c19ba5ff98a69f3958efaf
|
d198ecaa5e73f3353c5fe2d0a6a4bcb1fb241f98
|
refs/heads/master
| 2020-04-15T21:17:38.359780
| 2019-04-26T08:42:58
| 2019-04-26T08:42:58
| 165,027,566
| 2
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 421
|
rd
|
readAbundanceFile.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/micRowave.R
\name{readAbundanceFile}
\alias{readAbundanceFile}
\title{Read in an abundance file}
\usage{
readAbundanceFile(abundanceFile)
}
\arguments{
\item{abundanceFile}{.tsv file with first column as feature. Columns are samples}
}
\value{
a data frame
}
\description{
Reads in data file
}
\examples{
readAbundanceFile("abundances.tsv")
}
|
7ecd38ed528262482230485c1ba1db123fd9e369
|
e27d8d12ec978a1e1a81ad173bb9d012303a97f5
|
/analyses/alpha-diversity/combined_alpha_mayjulyonly.R
|
7b9c1aef4f4f9fc5424c1ab39370318761ade68b
|
[] |
no_license
|
baumlab/McDevittIrwin_etal_2019_CoralReefs
|
18a9f8b6cd9b19bb1e477bc45836f4bd769828d8
|
6c8edf736912626e3d363397027736d41046ecde
|
refs/heads/master
| 2020-04-07T18:11:36.580668
| 2019-02-11T22:04:17
| 2019-02-11T22:04:17
| 158,600,746
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,961
|
r
|
combined_alpha_mayjulyonly.R
|
# Combine alpha plots MS
setwd("/Users/jamiemcdevitt-irwin/Documents/Git_Repos/McDevittIrwinetal_Kiritimati16S")
getwd()
library("ggplot2")
# clear my environment
rm(list=ls())
theme_set(theme_bw())
# load the data
# May Alpha
load("data/secondmito/lowreads_pruned/may_coral_alphamodel_combined.Rdata")
# July Alpha
load("data/secondmito/lowreads_pruned/july_coral_alphamodel_combined.Rdata")
ls()
may_p2=may_p2 + ggtitle("Low heat stress")
july_p1=july_p1 + ggtitle("High heat stress")
# shared legend code
library(ggplot2)
library(gridExtra)
library(grid)
grid_arrange_shared_legend <- function(...) {
plots <- list(...)
g <- ggplotGrob(plots[[1]] + theme(legend.position="bottom"))$grobs
legend <- g[[which(sapply(g, function(x) x$name) == "guide-box")]]
lheight <- sum(legend$height)
grid.arrange(
do.call(arrangeGrob, lapply(plots, function(x)
x + theme(legend.position="none"))),
legend,
ncol = 1,
heights = unit.c(unit(1, "npc") - lheight, lheight))
}
##put them all together
require(gtable)
legend = gtable_filter(ggplotGrob(may_p2), "guide-box")
grid.draw(legend)
g_legend<-function(a.gplot){
tmp <- ggplot_gtable(ggplot_build(a.gplot))
leg <- which(sapply(tmp$grobs, function(x) x$name) == "guide-box")
legend <- tmp$grobs[[leg]]
return(legend)}
legend <- g_legend(may_p2)
lwidth <- sum(legend$width)
pdf(file="figures/secondmito/top10removed/diversity/combined_alphadiv_for.ms_mayjulyonly_v2.pdf", height=8, width=11, onefile=FALSE)
grid.arrange(arrangeGrob(may_p2+ theme(legend.position="none")
+ annotate("text", x=c(2.05,2.1), y=c(1.5, 1.3), label= c("Disturbance: p=0.0001", "Species: p=0.0007"), size=5),
july_p1 + labs(x="") + annotate("text", x=2.1, y= 1.3, label= "Species: p=0.0001", size=5)
+ theme(legend.position="none"), layout_matrix=rbind(c(1,2),c(1,2))), legend, widths=unit.c(unit(1, "npc") - lwidth, lwidth), nrow=1)
dev.off()
|
4e56ccb5da4002e55961196b75bd5480ff23d0bd
|
51ef9fa1b2212c659152fac242bda47e7bf15d6a
|
/man/is_date.Rd
|
e8c369bf628d57090e684430c1b9fd328019b642
|
[] |
no_license
|
cran/rnbp
|
dc5771835c012e6872cc1a7128ad017234db0dad
|
7ccc244007541379fc729d5ab869bd329ef06280
|
refs/heads/master
| 2021-06-25T03:25:57.463674
| 2021-06-07T06:30:02
| 2021-06-07T06:30:02
| 199,285,520
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 375
|
rd
|
is_date.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils_testers.R
\name{is_date}
\alias{is_date}
\title{Checks if an object is a date object.}
\usage{
is_date(x)
}
\arguments{
\item{x}{object to be tested.}
}
\value{
TRUE or FALSE depending on whether its
arguments is a date object or not.
}
\description{
Checks if an object is a date object.
}
|
6d689a3bc86501b9b6eda1aa7c1fc234b5483e24
|
d03e45ed3bbe167143c6919120cb30a7361c1645
|
/tests/testthat/test-conversion.R
|
a960cf6988e6d577e4355b2abbcf984790661a47
|
[
"MIT"
] |
permissive
|
thomasp85/farver
|
5a56d7937a295b1b10ef756f4f589e02e8001c1f
|
9bc85a6fd839dc6d2d919c772feee40740afe53d
|
refs/heads/main
| 2022-11-13T13:24:58.345474
| 2022-07-06T17:48:32
| 2022-07-06T17:48:32
| 125,286,884
| 106
| 13
|
NOASSERTION
| 2022-09-20T06:00:02
| 2018-03-14T23:32:11
|
R
|
UTF-8
|
R
| false
| false
| 1,397
|
r
|
test-conversion.R
|
context("conversion")
spectrum <- unname(t(col2rgb(rainbow(10))))
reconvert <- function(data, space) {
unname(round(convert_colour(convert_colour(data, 'rgb', space), space, 'rgb')))
}
test_that("basic io works", {
expect_error(convert_colour(spectrum, 'test', 'lab'))
expect_error(convert_colour(spectrum, 'rgb', 'test'))
expect_equal(nrow(spectrum), nrow(convert_colour(spectrum, 'rgb', 'lab')))
})
test_that("cmy works", {
expect_equal(spectrum, reconvert(spectrum, 'cmy'))
})
test_that("cmyk works", {
expect_equal(spectrum, reconvert(spectrum, 'cmyk'))
})
test_that("hsl works", {
expect_equal(spectrum, reconvert(spectrum, 'hsl'))
})
test_that("hsb works", {
expect_equal(spectrum, reconvert(spectrum, 'hsb'))
})
test_that("hsv works", {
expect_equal(spectrum, reconvert(spectrum, 'hsv'))
})
test_that("lab works", {
expect_equal(spectrum, reconvert(spectrum, 'lab'))
})
test_that("hunterlab works", {
expect_equal(spectrum, reconvert(spectrum, 'hunterlab'))
})
test_that("lch works", {
expect_equal(spectrum, reconvert(spectrum, 'lch'))
})
test_that("luv works", {
expect_equal(spectrum, reconvert(spectrum, 'luv'))
})
test_that("rgb works", {
expect_equal(spectrum, reconvert(spectrum, 'rgb'))
})
test_that("xyz works", {
expect_equal(spectrum, reconvert(spectrum, 'xyz'))
})
test_that("yxy works", {
expect_equal(spectrum, reconvert(spectrum, 'yxy'))
})
|
d351e490a5775281086020eddd5a60346c095cae
|
61f8337d2206f5ef458e25cfd88d74adfd492afc
|
/src/capitalhumano.R
|
c382c0303bae39aba8a7b634b0661e460d43b033
|
[] |
no_license
|
maorjuela73/AnalisisMediosDeVida
|
29a406d7228e605621d9862e113636ed77d32021
|
73419e877b2460cfeeb32c9bd96a55702535eab3
|
refs/heads/master
| 2023-01-31T16:53:34.709403
| 2020-12-17T20:41:27
| 2020-12-17T20:41:27
| 322,356,879
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 12,721
|
r
|
capitalhumano.R
|
# Nivel educativo de los integrantes del hogar ----------------------------
capitalHumano <- function(df_hogares, df_personas){
# Por personas
educacion <- df_personas %>% select(
c(
CONSECUTIVO:A00,
starts_with("p1708")
)
) %>%
mutate(
p1708 = replace_na(p1708, 1),
p1708 = factor(p1708, labels = c("Ninguno", "Preescolar", "Básica\nPrimaria", "Básica\nSecundaria", "Educación media\n(vocacional\ndiversificada o técnica)", "Tecnológica", "Superior o\nuniversitaria"))
) %>%
ggplot(aes(as.factor(p1708)))+
geom_bar(col = "#005117", fill = "#8CBD0E")+
labs(x="Nivel educativo", y="Número de personas")
# Por tramo
df_nivel_educativo_tramos <- df_personas %>% select(c(
CONSECUTIVO:A00,
starts_with("p1708")
)) %>%
mutate(
CONSECUTIVO = as.character(CONSECUTIVO),
A00 = as.character(A00),
p1708 = replace_na(p1708, 1),
p1708 = factor(p1708, labels = c("Ninguno", "Preescolar", "Básica\nPrimaria", "Básica\nSecundaria", "Educación media\n(vocacional\ndiversificada o técnica)", "Tecnológica", "Superior o\nuniversitaria"))
) %>%
inner_join(df_hogares, by = c("CONSECUTIVO","A00")) %>%
select(
CONSECUTIVO:A00,
starts_with("p1708"),
Nombre
) %>%
rename(tramo = Nombre)
educacion_tramos <- create_barplot_tramo(df_nivel_educativo_tramos, "p1708", var_cat="tramo", "Nivel educativo", "Número de personas")
table(df_nivel_educativo_tramos$p1708) %>%
prop.table()
# El 16% de las personas encuestadas no tiene ningún tipo de educación formal,
# el 45% completó estudios de preescolar y primaria, 35% culminó sus estudios de secundaria,
# o educación media; y un 4% de los encuestados tiene un nivel tecnológico o universitario
# Organización familiar para la producción --------------------------------
df_org_familiar <- df_personas %>%
select(c(
CONSECUTIVO:A00,
starts_with("p1709")
)) %>%
mutate(
p1709 = factor(p1709, labels = c("Trabajador familiar\nsin remuneración", "Trabajador familiar\nremunerado", "Ayudante familiar\nocasional", "Otro"))
)
contribucion_produccion <- ggplot(df_org_familiar,aes(as.factor(p1709)))+
geom_bar(col = "#005117", fill = "#8CBD0E")+
labs(x="Tipo de contribución a la producción económica", y="Número de personas")
df_org_familiar$p1709 %>% table() %>% prop.table()
# Aproxiamdamente el 37% de las personas contribuyen en la producción de su familia
# en calidad de trabajador familiar remunerado, 16% contribuye como trabajador familiar
# sin remuneración, 11% son ayudantes familiares ocasionales, y 34% contribuye de otras formas.
# 3% de los encuestados no tienen información relacionada con la contribución
df_org_familiar$p1709other %>% wordcloud_graph()
# Porcentaje del tiempo dedicado a tareas del hogar por persona -----------
df_tiempo_dedicado <- df_personas %>%
select(c(
CONSECUTIVO:A00,
starts_with("p1706")
))
plt1 <- df_tiempo_dedicado %>% select(p1706) %>%
ggplot(aes(x="", y = p1706)) +
geom_boxplot(col = "#005117", fill = "#8CBD0E") +
coord_flip() +
theme_classic() +
ylab("Porcentaje de tiempo dedicado a tareas del hogar") +
xlab("")+
scale_y_continuous(labels = scales::comma)+
theme(axis.text.y=element_blank(),
axis.ticks.y=element_blank())
plt2 <- ggplot(df_tiempo_dedicado, aes(as.numeric(p1706)))+
geom_histogram(col = "#005117", fill = "#8CBD0E", bins = 10)+
labs(x="", y="Frecuencia")+
scale_x_continuous(labels = scales::comma)+
theme_classic()
tiempo_tareas_domesticas <- egg::ggarrange(plt2, plt1, heights = 2:1)
# Número de personas que componen el hogar --------------------------------
table(df_hogares$P16) %>% prop.table()
numero_personas_hogar <- df_hogares %>%
ggplot(aes(as.integer(P16)))+
geom_bar(col = "#005117", fill = "#8CBD0E")+
scale_x_continuous(breaks = seq(1, 15, 1))+
labs(x="Número de personas que compone el hogar", y="Frecuencia")
# El gráfico y la tabla anterior muestra la distrbución del número de personas en el hogar.
# Se observa que casi el 15% de los hogares de los encuestados se componen de una o dos
# personas, casi el 60% de los hogares se componen de tres, cuatro o cinco miembros,
# 18% de los hogares están compuestos por seis o siete personas, y el restante 7% lo
# conforman hogares con ocho personas o más
df_hogares %>%
ggplot(aes(as.integer(P16)))+
geom_bar(col = "#005117", fill = "#8CBD0E")+
scale_x_continuous(breaks = seq(1, 15, 1))+
labs(x="Número de personas que compone el hogar", y="Frecuencia")+
facet_wrap(vars(P18))
table(df_hogares$P18) %>% prop.table()
# Del total de hogares, 32.4% de ellos afirman que la totalidad de personas mayores de 12 años que componen
# el hogar participan en las actividades económicas que realiza el hogar para adquirir
# sus medios de vida. El restante 67.6% de los hogares emplea únicamente a algunos de
# sus miembros para el desarrollo de las actividades.
actividades_economicas_quienes <- df_hogares %>%
ggplot(aes(as.integer(P16), fill = factor(P18, labels = c('Todos','Algunos'))))+
geom_bar(col = "#005117", position="fill")+
geom_text(data = . %>%
group_by(P16, P18) %>%
tally() %>%
mutate(p = n / sum(n)) %>%
ungroup(),
aes(y = p, label = scales::percent(p), colour = P18),
position = position_stack(vjust = 0.5),
show.legend = FALSE,
size=2.7)+
scale_x_continuous(breaks = seq(1, 15, 1))+
scale_color_manual(values = c("black", "white"))+
scale_fill_manual(name = "¿Quiénes participan\nen las actividades\neconómicas del hogar?", values = c("Todos" = "#8CBD0E", "Algunos" = "#005117"))+
labs(x="Número de personas", y="Frecuencia")
# En el gráfico anterior se observa por número de personas en el hogar, la proporción
# de hogares en los que todos sus miembros participan en las actividades de adquisición
# de medios de vida; y la propoción de los hogares en los que algunos de sus miembros
# participan. Se puede obserevar que por lo
# general, en uno de cada cuatro hogares todos los miembros de la familia participan en
# las actividades de adquisición de medios de vida
df_prop_trabajadores <- df_hogares %>%
select(c("P16", "P18", "P18B")) %>%
mutate_all(as.integer) %>%
mutate(
prop_trabajadores = ifelse(P18==1,100,round(P18B*100/P16,2))
)
plt1 <- df_prop_trabajadores %>% select(prop_trabajadores) %>%
ggplot(aes(x="", y = prop_trabajadores)) +
geom_boxplot(col = "#005117", fill = "#8CBD0E") +
coord_flip() +
theme_classic() +
xlab("") + ylab("Proporción de personas que trabajan en el hogar") +
scale_y_continuous(labels = scales::comma)+
theme(axis.text.y=element_blank(),
axis.ticks.y=element_blank())
plt2 <- ggplot(df_prop_trabajadores, aes(as.numeric(prop_trabajadores)))+
geom_histogram(col = "#005117", fill = "#8CBD0E", bins = 15)+
labs(x="", y="Frecuencia")+
scale_x_continuous(labels = scales::comma)+
theme_classic()
proporcion_personas_que_trabajan <- egg::ggarrange(plt2, plt1, heights = 2:1)
# En el gráfico anterior se observa la distribución de la proporción de personas que participan en
# las actividades de adquisición de medios de vida. Hay que tener en cuenta que el número
# de hogares con 100% de participación de los miembros en actividades económicas son 1540,
# y el número de hogares donde solo algunos miembros participan es 3202, que son los que se
# pueden observar a la izquierda de la distribución
df_otras_actividades <- df_hogares %>%
select(c(
CONSECUTIVO:A00,
starts_with(c("P1801","P181"))
)) %>%
pivot_longer(
cols = starts_with(c("P1801","P181")),
names_to = "num_actividad",
values_to = "actividad"
) %>%
filter(!is.na(actividad))
(df_otras_actividades$actividad == "NINGUNA") %>% table() %>% prop.table()
## Entre las otras actividades productivas se dedican por fuera de la parcela
## o terreno familiar, destaca la respuesta NINGUNA, la cual aparece en el 55%
## de las respuestas
actividades_otras <- df_otras_actividades %>%
filter(actividad!="NINGUNA" & actividad != "#N/D") %>%
select(actividad)
wordcloud_graph(actividades_otras)
## Las anteriores son las otras actividades productivas a las que las personas
## que no están participando en las actividades de adquisición de medios de vida
## se dedican por fuera de la parcela o terreno familiar
# Retribución económica de las otras actividades --------------------------
df_hogares %>%
select(c(
CONSECUTIVO:A00,
starts_with(c("P1802"))
))
table(df_hogares$P18)[[2]]
## Para los siguientes cálculos, se tiene en cuenta que el numero de personas que ocupa
## parcialmente su tiempo en otras actividades es 3202, y de estos, un 45% hace otra
## actividad diferente de ninguna. Estas personas son quienes indican una clasificación para
## la actividad productiva que hacen fuera de la parcela o terreno familiar
aporte_hogar <- df_hogares %>%
select(c("P1802A","P1802B","P1802C")) %>%
`colnames<-`(c("Dinero", "Productos", "Disminución\nen gastos")) %>%
mutate_all(as.integer) %>%
summarise_all(sum, na.rm = TRUE) %>%
pivot_longer(
cols = everything(),
names_to = 'actividad',
names_prefix = "acti",
values_to = "num_hogares",
values_drop_na = TRUE
) %>%
mutate(
porcentaje=num_hogares/table(df_hogares$P18)[[2]]
) %>%
ggplot(aes(x=reorder(actividad, -porcentaje), y=porcentaje))+
geom_bar( stat = "identity", position = "fill", fill = "#8CBD0E")+
geom_bar( stat = "identity", fill='#005117')+
geom_text(aes(label = paste0(round(porcentaje*100,2),'%')), stat = "identity", vjust = 0.5,hjust = 2, colour = "white",position = position_dodge(.9), size=2.7)+
labs(x='Actividad', y='Porcentaje')+
scale_y_continuous(labels = scales::percent_format())+
coord_flip()
## Del total de personas que ocupa parcialmente su tiempo en otras actividades,
## casi el 20% es retribuído con dinero por hacer esas actividades, el 7% de personas es retribuído con
## reducción de gastos de alimentación, y un 6% se retribuye con productos
df_hogares$P1802OTHER %>% wordcloud_graph()
## Las actividades que indican en opción Otra, son ninguna, sustento, hogar, responsabilidad, producción, remuneración
df_hogares$P1802E %>% table()
# Menores de 12 años que contribuyen en el hogar --------------------------
table(df_hogares$P19) %>% prop.table()
## 92.2% de los hogares encuestados no emplean a ningún miembro de la familia menor de 12
## años en labores de adquisición de medios de vida, mientras que 1.5% ocupa a algunos
## menores de 12 años, y 6.3% ocupa a todos los miembros menores de 12 años en las labores
## de producción
table(df_hogares$P19B) ## No hay datos
df_otras_actividades_menores <- df_hogares %>%
select(c(
CONSECUTIVO:A00,
starts_with(c("P1901","P191"))
)) %>%
pivot_longer(
cols = starts_with(c("P1901","P191")),
names_to = "num_actividad",
values_to = "actividad"
) %>%
filter(!is.na(actividad))
df_otras_actividades_menores$actividad %>% wordcloud_graph()
## Entre las otras actividades productivas se dedican por fuera de la parcela
## o terreno familiar los menores de 12 años, se pueden encontrar labores como la venta
## labores del hogar y oficios, preparación de alimentos, estudiar, seimbra y cultivo, entre otras.
df_hogares %>%
select(c("P1902A","P1902B","P1902C")) %>%
`colnames<-`(c("Dinero", "Productos", "Disminución\nen gastos")) %>%
mutate_all(as.integer) %>%
summarise_all(sum, na.rm = TRUE)
## De los hogares encuestados, en 23 se retribuye con dinero, en 11 con productos, y en
## 11 con disminución de gastos
df_hogares$P1902OTHER %>% table() # No hay datos
## Las actividades que indican en opción Otra, son ninguna, sustento, hogar, responsabilidad, producción, remuneración
df_hogares$P1802E %>% table() # Datos raros
return(list(educacion = educacion,
educacion_tramos = educacion_tramos,
contribucion_produccion = contribucion_produccion,
tiempo_tareas_domesticas = tiempo_tareas_domesticas,
numero_personas_hogar = numero_personas_hogar,
actividades_economicas_quienes = actividades_economicas_quienes,
proporcion_personas_que_trabajan = proporcion_personas_que_trabajan,
aporte_hogar = aporte_hogar))
# df_org_familiar$p1709other %>% wordcloud_graph()
# wordcloud_graph(actividades_otras)
# df_hogares$P1802OTHER %>% wordcloud_graph()
# df_otras_actividades_menores$actividad %>% wordcloud_graph()
}
|
a0d6159cb7bd78fc9a4d208417e16b9e6ec6b936
|
2a1841b7ecb2c5da4f48233eb2c7fee8ea052d60
|
/src/makeNetwork.R
|
48fd13315f70e85bbc88836936571f2302e63e77
|
[] |
no_license
|
mosaic-tools/nhd_net
|
7277660586e991651b9b4e8498d5878bd6773cdd
|
0e46e757b5c26ccf5e8cbdc115cf28a50b143131
|
refs/heads/master
| 2020-08-27T08:45:14.447903
| 2019-10-24T14:42:56
| 2019-10-24T14:42:56
| 217,304,885
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 2,730
|
r
|
makeNetwork.R
|
library(nhdplusTools)
library(tidyverse)
library(dplyr)
library(magrittr)
#to download full nhdplusV2 on my computer
nhdplus_path("D:/projects/TSS/data/NHDPlusNationalData/NHDPlusV21_National_Seamless_Flattened_Lower48.gdb")
nhd_paths <- stage_national_data()
network <- readRDS(nhd_paths$flowline)
#to download nhdplusv2 to your machine, specify the filepath in outdir argument
#network <- download_nhdplusv2(outdir=)
#function to create network for tinkertoy model given the outlet reach (i.e. comid)
makeNetwork <- function(network, comid) {
up_id <- get_UT(network,comid )
net <- network %>%
filter(StreamOrde == StreamCalc) %>%
filter(COMID %in% up_id) %>%
left_join(select(network %>%
as_tibble %>%
filter(StreamOrde == StreamCalc) %>%
filter(COMID %in% up_id) %>%
select(-Shape),
toCOMID = COMID, FromNode),
by = c("ToNode" = "FromNode")) %>%
left_join(select(network %>%
as_tibble %>%
filter(StreamOrde == StreamCalc) %>%
filter(COMID %in% up_id) %>%
select(-Shape),
fromCOMID = COMID, ToNode),
by = c("FromNode" = "ToNode")) %>%
group_by(COMID) %>%
mutate( fromCOMID = as.character(list(unique(fromCOMID)))) %>%
ungroup() %>%
st_set_geometry(NULL) %>%
distinct_at(vars(COMID:Enabled), .keep_all = T)
return(net)
}
savannah <- makeNetwork(network, comid = 18242767)
write_csv(savannah, "D:/Dropbox/projects/mosaics/savannah_river_v2.csv")
############### MUNGE #################
# sav_1 <- network %>%
# filter(StreamOrde == StreamCalc) %>%
# filter(COMID %in% up_id_sav) %>%
# left_join(select(network %>%
# as_tibble %>%
# filter(StreamOrde == StreamCalc) %>%
# filter(COMID %in% up_id_sav) %>%
# select(-Shape),
# toCOMID = COMID, FromNode),
# by = c("ToNode" = "FromNode")) %>%
# left_join(select(network %>%
# as_tibble %>%
# filter(StreamOrde == StreamCalc) %>%
# filter(COMID %in% up_id_sav) %>%
# select(-Shape),
# fromCOMID = COMID, ToNode),
# by = c("FromNode" = "ToNode")) %>%
# group_by(COMID) %>%
# mutate( fromCOMID = as.character(list(unique(fromCOMID)))) %>%
# ungroup() %>%
# st_set_geometry(NULL) %>%
# distinct_at(vars(COMID:Enabled), .keep_all = T)
#
# write_csv(sav_1, "D:/Dropbox/projects/mosaics/savannah_river_v2.csv")
|
ab1356098e1f31f75817637eabe03d5f7f805727
|
e3fe809b3ac97515af6acd231e7382c88ea40f14
|
/R/summary.R
|
f184d6ae3cf78d7674dfa90d8ffe165cfa29caf8
|
[] |
no_license
|
kkondo1981/l0araxx
|
6c8c4c71930ba273e816380d8e37dfb6638acecd
|
8e672fbb1c17942dcd39ecb4ab109f2e15c746bd
|
refs/heads/master
| 2020-03-27T19:10:07.386224
| 2018-08-27T22:51:41
| 2018-08-27T22:51:41
| 146,969,463
| 1
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,795
|
r
|
summary.R
|
predict.l0araxx <- function(obj, newx, type=c("link", "response", "coefficients", "class"), offset=NULL, ...) {
np = dim(newx)
type <- match.arg(type)
# check offset
if (is.null(offset)) {
offset <- rep(0, np[1])
} else if (length(offset) != np[1]) {
stop("length of offset not equal to the length of newx")
}
# getting coefficients
beta <- coef.l0araxx(obj)
if (type=="coefficients") return(beta)
# getting newx
if(missing(newx)) newx <- obj$x
if (obj$standardize) newx <- scale(newx)
newx <- cbind(rep(1, np[1]), newx)
# calculates link value
eta <- newx %*% beta + offset
if (type=="link") return(drop(eta))
# calculates response var
response <- switch(obj$family,
gaussian = eta,
poisson = exp(eta),
gamma = 1/eta,
'gamma(log)' = exp(eta))
if(obj$family == "gaussian" & obj$standardize) response <- response + mean(obj$y)
if (type=="response") return(drop(response))
# calculates binary class
if (type=="class") {
if (object$family=="logit") {
return(drop(1*(eta>0)))
} else {
stop("type='class' can only be used with family='logit'")
}
}
}
coef.l0araxx <- function(obj, ...) {
coefs <- as.vector(obj$beta)
p <- length(coefs)
names(coefs)[1] <- "Intercept"
names(coefs)[2:p] <- paste0("X",1:(length(coefs)-1))
return(coefs)
}
print.l0ara <- function(x, ...) {
family <- switch(x$family, gaussian = "Linear regression", logit = "Logistic regression", poisson = "Poisson regression", inv.gaussian = "Inverse gaussian regression", gamma = "Gamma regression")
cat("Lambda used : ", x$lambda, "\n")
cat("Model : ", family, "\n")
cat("Iterations : ", x$iter, "\n")
cat("Degree of freedom : ", x$df,"\n")
}
|
913967d37bd737f6e999e2982dc4ffb1c67b081f
|
d62d9ea2f6aa749fa48455bddbd3208279ce6449
|
/inst/extdata/setas-model-new-trunk/shrink-output-trunk.R
|
30c4c9591f1002639a2129dbedf2be6bfe613c00
|
[] |
no_license
|
jporobicg/atlantistools
|
3bffee764cca1c3d8c7a298fd3a0b8b486b7957e
|
75ea349fe21435e9d15e8d12ac8060f7ceef31a2
|
refs/heads/master
| 2021-01-12T03:06:55.821723
| 2017-05-26T04:03:33
| 2017-05-26T04:03:33
| 78,160,576
| 1
| 0
| null | 2017-05-25T23:35:23
| 2017-01-06T00:51:21
|
R
|
UTF-8
|
R
| false
| false
| 4,996
|
r
|
shrink-output-trunk.R
|
library("atlantistools")
file_fgs <- "SETasGroupsDem_NoCep.csv"
file_init <- "INIT_VMPA_Jan2015"
file_gen <- "outputSETAS"
file_prod <- "outputSETASPROD"
# utility functions -------------------------------------------------------------------------------
find_flags <- function(chars) {
ids <- sort(unlist(lapply(c("double", "short", "int "), grep, x = chars)))
flags <- chars[ids]
flags <- stringr::str_split(flags, pattern = " ", n = 2)
if (!all(sapply(flags, length) == 2)) stop("wrong split.")
flags <- sapply(flags, function(x) x[2])
flags <- stringr::str_split(flags, pattern = "\\(", n = 2)
if (!all(sapply(flags, length) == 2)) stop("wrong split.")
flags <- sapply(flags, function(x) x[1])
return(paste0(" ", flags))
}
find_block <- function(chars, var) {
flags <- find_flags(chars)
if (which(flags == var) == length(flags)) {
block <- grep(var, chars, ignore.case = FALSE)
block <- c(block, (block[length(block)] + 1):(length(chars) - 1))
} else {
next_var <- flags[which(flags == var) + 1]
ids <- lapply(c(var, next_var), grep, x = chars, ignore.case = FALSE)
if (any(sapply(ids, length) != 2)) stop(paste(var, "found multiple times."))
ids_min <- c(ids[[1]][1], ids[[1]][length(ids[[1]])])
ids_max <- c(ids[[2]][1], ids[[2]][length(ids[[2]])])
block <- unlist(Map(seq, ids_min, ids_max - 1))
}
return(block)
}
# functionalGroups file ---------------------------------------------------------------------------
fgs <- load_fgs(fgs = file_fgs)
fgs <- fgs[fgs$IsTurnedOn == 1, ]
fgs$Index <- 1:nrow(fgs)
write.csv(fgs, file = file.path("new", file_fgs), quote = FALSE, row.names = FALSE)
# initial conditions file -------------------------------------------------------------------------
vars <- paste0(" ", c("porosity", "topk", "sedbiodepth", "seddetdepth", "sedoxdepth", "sedbiodens", "sedirrigenh",
"sedturbenh", "erosion_rate", "reef", "flat", "canyon", "soft", "eddy", "water", "DON",
"MicroNut", "Stress", "DiagNGain", "DiagNLoss", "DiagNFlux", "Light_Adaptn_MB",
"Light_Adaptn_PL", "Light_Adaptn_DF", "Light_Adaptn_PS", "t", "Light", "Oxygen", "Si", "Det_Si"))
chars <- readLines(paste0(file_init, ".cdf"))
flags <- find_flags(chars)
ff <- load_fgs(fgs = file.path("new", file_fgs))
keep_vars <- c(
paste0(" ", c(sort(as.vector(outer(as.vector(outer(ff$Name[ff$NumCohorts == 10], 1:10, FUN = paste0)),
c("Nums", "ResN", "StructN"), FUN = paste, sep = "_"))),
sort(paste(ff$Name[ff$NumCohorts != 2], "N", sep = "_")),
sort(as.vector(outer(paste(ff$Name[ff$NumCohorts == 2], "N", sep = "_"), 1:2, FUN = paste0))))),
flags[1:45][!flags[1:45] %in% vars])
ids <- lapply(keep_vars, find_block, chars = chars)
length(keep_vars[sapply(ids, length) > 38]) == 0
res <- vector(mode = "logical", length = length(ids))
for (i in seq_along(ids)) {
dummy <- FALSE
for (j in seq(1:length(ids))[-i]) {
dummy <- dummy + any(ids[[i]] %in% ids[[j]])
}
res[i] <- dummy
}
length(keep_vars[res != 0]) == 0
ids <- unlist(ids)
length(ids) == length(unique(ids))
gl_at <- grep(chars, pattern = "global attributes")
new_init <- c(chars[1:8],
chars[sort(c(unlist(ids), gl_at:(gl_at + 9)))],
chars[length(chars)])
writeLines(new_init, con = file.path("new", paste0(paste0(file_init, ".cdf"))))
# general output file -----------------------------------------------------------------------------
chars <- readLines(paste0(file_gen, ".cdf"))
ids <- lapply(keep_vars, find_block, chars = chars)
ids <- unlist(ids)
length(ids) == length(unique(ids))
gl_at <- grep(chars, pattern = "global attributes")
new_init <- c(chars[1:8],
chars[sort(c(unlist(ids), gl_at:(gl_at + 11)))],
chars[length(chars)])
writeLines(new_init, con = file.path("new", paste0(paste0(file_gen, ".cdf"))))
# productivity output file ------------------------------------------------------------------------
chars <- readLines(paste0(file_prod, ".cdf"))
flags <- find_flags(chars)
ff <- load_fgs(fgs = file.path("new", file_fgs))
keep_vars <- c(
paste0(" ", c(sort(as.vector(outer(as.vector(outer(ff$Name[ff$NumCohorts == 10], 1:10, FUN = paste0)),
c("Growth", "Eat"), FUN = paste, sep = "_"))),
sort(paste0(ff$Name[ff$NumCohorts != 10 & ff$IsPredator != 0], "Prodn")),
sort(paste0(ff$Name[ff$NumCohorts != 10 & ff$IsPredator != 0], "Grazing")),
c("dz", "volume", "numlayers"))))
ids <- lapply(keep_vars, find_block, chars = chars)
ids <- unlist(ids)
length(ids) == length(unique(ids))
gl_at <- grep(chars, pattern = "global attributes")
new_init <- c(chars[1:8],
chars[sort(c(unlist(ids), gl_at:(gl_at + 11)))],
chars[length(chars)])
writeLines(new_init, con = file.path("new", paste0(paste0(file_prod, ".cdf"))))
|
b5fcf7c385dd12c887868c301f355de33d375f00
|
10b8c374979669fd8767d240da964924ed9b562c
|
/scripts/extractAllRowsWithOnlyOneSnpGenotype.R
|
1a09611a88f23e74eb5a3faf672c869bafaed84c
|
[] |
no_license
|
benranco/docs
|
db253e4d160256ea4c72727903a4bceab48a0761
|
33e3dc82c0a97305747cb2720c78fbb733e820f4
|
refs/heads/master
| 2023-04-16T13:25:28.630662
| 2023-04-06T16:35:27
| 2023-04-06T16:35:27
| 68,756,861
| 1
| 1
| null | null | null | null |
UTF-8
|
R
| false
| false
| 2,698
|
r
|
extractAllRowsWithOnlyOneSnpGenotype.R
|
options(stringsAsFactors = FALSE, warn = 1)
args <- commandArgs(trailingOnly = TRUE)
write("Running extractAllRowsWithOnlyOneSnpGenotype.R.", stdout())
# ########################################################
# Input Parameters:
path <- "/home/benrancourt/Desktop/junjun/region45-SNPpipelineOct2018/reports/LepMAP2/extractSingleSnpRows"
#inputFile <- "R-38-M32178-38329_p0.01-postLepMAP2-lod10and6-allChr.csv"
#numMetaColumns <- 5
#outputFile <- "R-38-M32178-38329_p0.01-postLepMAP2-lod10and6-allChr-withPercentMissingData.csv"
inputFile <- "R45-for-Cr4-co-seg-extraction.csv"
numMetaColumns <- 6
outputFileMostlyUniformSnpRows <- "R45-for-Cr4-co-seg-extraction-mostlyUniformSnpRows.csv"
outputFileAllOtherRows <- "R45-for-Cr4-co-seg-extraction-allOtherRows.csv"
# data cells in the input .csv files (both fathers and seeds) which contain these
# strings will be interpreted as NA/missing data:
myNaString <- c("-")
# a number indicating how many of the second SNP (if there's more than one) are allowed
numAltSnpAllowed <- 2
##############################################################
input <- read.csv(paste(path.expand(path),inputFile,sep="/"),header=TRUE, na.strings=myNaString, check.names=FALSE) # using check.names=FALSE in case the column names have dashes (-) in them. This will prevent them from being converted to periods. However, a column name with a dash in it will not be able to be used as a variable name, so we'll have to refer to columns by their index if accessing them.
firstDataCol <- numMetaColumns + 1
rowsWithOneSnpType <- logical(length=nrow(input)) # initializes all elements to FALSE
for(rowNum in 1:nrow(input)) {
rowData <- as.matrix(input[rowNum,firstDataCol:ncol(input)])
# count and tabulate the SNP types in the row, in descending order of frequency (should be only one or two types)
tabulatedRowData <- sort(table(rowData, useNA = "no"),decreasing=TRUE)
tabulatedRowDataNames <- names(tabulatedRowData)
# if there's only one type of non-NA data
if( length(tabulatedRowDataNames) == 1) {
rowsWithOneSnpType[rowNum] <- TRUE
}
else if( length(tabulatedRowDataNames) > 1 && tabulatedRowData[2] <= numAltSnpAllowed) {
rowsWithOneSnpType[rowNum] <- TRUE
}
}
onlyRowsWithOneSnp <- input[rowsWithOneSnpType, ]
allOtherRows <- input[!rowsWithOneSnpType, ]
write.csv(onlyRowsWithOneSnp, paste(path.expand(path), outputFileMostlyUniformSnpRows,sep="/"), row.names=FALSE, na=myNaString)
write.csv(allOtherRows, paste(path.expand(path), outputFileAllOtherRows,sep="/"), row.names=FALSE, na=myNaString)
write(paste0("================================================"), stdout())
write(paste0("FINISHED."), stdout())
|
c464e33bdb421060838fadc2dd892f1abc01742f
|
0875bd1def7d09ac710326c6ca3d79d7ab0f1c62
|
/shiny/server.R
|
4a4522a38747a2f15fba66fbb017a6df6b7e0789
|
[] |
no_license
|
domingos86/job-listings
|
e42aabab3019feb888d65db8bcc862849aaa61fb
|
d8959c31feb5d96526f4d36bc4f5b2591e8a5c19
|
refs/heads/master
| 2020-05-26T20:00:42.384388
| 2017-02-20T00:50:14
| 2017-02-20T00:50:14
| 82,500,808
| 10
| 6
| null | null | null | null |
UTF-8
|
R
| false
| false
| 4,444
|
r
|
server.R
|
library(shiny)
library(leaflet)
library(leaflet.extras)
library(dplyr)
# library(htmltools)
# library(htmlwidgets)
#
# heatPlugin <- htmlDependency("Leaflet.heat", "99.99.99",
# src = c(href = "http://leaflet.github.io/Leaflet.heat/dist/"),
# script = "leaflet-heat.js"
# )
#
# registerPlugin <- function(map, plugin) {
# map$dependencies <- c(map$dependencies, list(plugin))
# map
# }
companies_locations <- read.csv('data/company_job_locations.csv')
companies_locations <- companies_locations %>%
select(company, latitude, longitude) %>%
group_by(company, latitude, longitude) %>%
summarize(quantity = n())
aggregator_locations <- read.csv('data/aggregator_job_locations.csv')
aggregator_locations$date_posted <- as.Date(aggregator_locations$date_posted)
max_date <- max(aggregator_locations$date_posted)
aggregator_locations['week'] = trunc((max_date - aggregator_locations$date_posted) / 7)
aggregator_locations <- aggregator_locations %>%
group_by(week, latitude, longitude) %>%
summarize(quantity = n()) %>% ungroup()
col_names = c('A', 'B', 'C', 'D', 'E', 'F')
locations_index <- unique(aggregator_locations[c('latitude', 'longitude')])
locations_index[3] = 0
colnames(locations_index)[3] = col_names[1]
for(i in 1:5) {
locations_index <- locations_index %>%
left_join(aggregator_locations %>% filter(week == i - 1) %>%
select(longitude, latitude, quantity),
by = c('longitude', 'latitude'))
col = col_names[i+1]
colnames(locations_index)[3+i] = col
locations_index[col] <- replace(locations_index[col],
which(is.na(locations_index[col]),
arr.ind = T), 0)
locations_index[col] <- locations_index[col] + locations_index[col_names[i]]
}
update_companiesMap <- function(map, companiesGroup = c('apple', 'facebook', 'amazon')) {
locations <- companies_locations %>% filter(company %in% companiesGroup) %>%
group_by(latitude, longitude) %>% summarize(quantity = sum(quantity))
return(map %>% removeWebGLHeatmap(layerId = 'heat') %>%
addWebGLHeatmap(lng = ~longitude, lat = ~latitude, intensity = ~quantity,
size = 40000, opacity = 0.8, layerId = 'heat',
alphaRange = 0.01, data = locations))
}
update_aggregatorsMap <- function(map, date_slider = c(0, 4), size_slider = 10000) {
locations <- locations_index %>%
select(longitude, latitude)
locations['quantity'] = locations_index[col_names[date_slider[2]+1]] -
locations_index[col_names[date_slider[1]+1]]
return(map %>% removeWebGLHeatmap(layerId = 'heat') %>%
addWebGLHeatmap(lng = ~longitude, lat = ~latitude, intensity = ~quantity,
size = size_slider, opacity = 0.8, layerId = 'heat',
alphaRange = 0.01, data = locations))
}
# update_aggregatorsMap <- function(map, date_slider = c(0, 4), size_slider = 10000) {
# locations <- locations_index %>%
# select(longitude, latitude)
# locations['quantity'] = locations_index[col_names[date_slider[2]+1]] -
# locations_index[col_names[date_slider[1]+1]]
# return(map %>% registerPlugin(heatPlugin) %>%
# onRender("function(el, x, data) {
# if(\"heat_layer\" in window) {
# heat_layer.remove();
# }
# data = HTMLWidgets.dataframeToD3(data);
# data = data.map(function(val) { return [val.lat, val.long, val.mag]; });
# heat_layer = L.heatLayer(data, {radius: 25}).addTo(this);
# }", data = locations %>% select(lat = latitude, long = longitude, mag = quantity)))
# }
shinyServer(function(input, output, session) {
output$companiesMap = renderLeaflet({
leaflet() %>% addProviderTiles('Hydda.Base') %>%
addProviderTiles('Stamen.TonerHybrid') %>%
setView(-95, 37, 4) %>% update_companiesMap()
})
observe({
leafletProxy('companiesMap', session) %>% update_companiesMap(input$companiesGroup)
})
output$aggregatorsMap = renderLeaflet({
leaflet() %>% addProviderTiles('Hydda.Base') %>%
addProviderTiles('Stamen.TonerHybrid') %>%
setView(-95, 37, 4) %>% update_aggregatorsMap()
})
observe({
leafletProxy('aggregatorsMap', session) %>%
update_aggregatorsMap(input$date_slider, round(10^(input$size_slider/4)))
})
#output$size_output <- renderText(input$size_slider)
})
|
6219c6735b6489468a943d8ebe23bf7c33231dfc
|
6b6ad0eab907650113638439e67536cea1748ce6
|
/scripts/qtl_overlap.R
|
cdf703f6b6a7ea415fe97c94ec89080eed54c200
|
[
"MIT"
] |
permissive
|
dmgatti/Tufts_TB
|
a1fe3081e911a81805c8fed8e4123252a39cd56b
|
837a7fa73edd36c1dbc557608e3e9a9f8a73c6ef
|
refs/heads/master
| 2023-07-31T14:10:59.159931
| 2021-09-10T20:02:03
| 2021-09-10T20:02:03
| 286,800,946
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,403
|
r
|
qtl_overlap.R
|
################################################################################
# Plot of QTL overlap per chr.
# Daniel Gatti
# 2021-02-14
# dmgatti@coa.edu
################################################################################
library(GenomicRanges)
library(tidyverse)
# Set up base directories.
base_dir = '/media/dmgatti/hdb/projects/TB/'
qtl_dir = file.path(base_dir, 'results', 'qtl2', 'gen_factor2')
fig_dir = file.path(base_dir, 'figures')
qtl_file = file.path(qtl_dir, 'tb_qtl_peaks.csv')
peaks = read_csv(qtl_file)
png(file.path(fig_dir, 'qtl_overlap.png'), width = 800, height = 800)
print(ggplot(peaks) +
geom_segment(aes(x = ci_lo, xend = ci_hi, y = lodcolumn, yend = lodcolumn)) +
geom_point(aes(pos, lodcolumn)) +
facet_wrap(~chr)) +
labs(title = 'DO TB QTL Overlap', x = '', y = '')
dev.off()
peaks_gr = GRanges(seqnames = peaks$chr,
ranges = IRanges(start = peaks$ci_lo, end = peaks$ci_hi))
ol = findOverlaps(peaks_gr, peaks_gr)
result = select(peaks[queryHits(ol),], lodcolumn:ci_hi) %>%
rename_with(.fn = ~str_c(., '_q'), .cols = everything()) %>%
bind_cols(select(peaks[subjectHits(ol),], lodcolumn:ci_hi) %>%
rename_with(.fn = ~str_c(., '_s'), .cols = everything())) %>%
filter(lodcolumn_q != lodcolumn_s) %>%
arrange(chr_q, pos_q)
|
ca45e26cf3d4824cd34739b283dc6275d06a35b0
|
48ef86a36dbc209c441aad10caaa8e865f9a2333
|
/man/load_grr.Rd
|
6a05c8298a45b27cb4ea9ff9f5dd617aa0fa26ba
|
[
"MIT"
] |
permissive
|
andrewpbray/gatherer
|
09a2cccd47f631013e2c9148dcbb44d999b10418
|
dd937094cccbd6f40fb40b22c02b0ea74543679d
|
refs/heads/master
| 2023-01-08T23:00:59.711724
| 2020-11-10T05:06:21
| 2020-11-10T05:06:21
| 299,126,075
| 1
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 540
|
rd
|
load_grr.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/create.R
\name{load_grr}
\alias{load_grr}
\title{Load \code{grr} object from a template}
\usage{
load_grr(template, modules = "all")
}
\arguments{
\item{template}{Name of template. Run \code{list_templates()} to see current options}
\item{modules}{A character vector indicating modules from the template
to include.}
}
\value{
A S3 object of class \code{grr} built upon a list.
}
\description{
Loads a new \code{grr} map from one of several template options.
}
|
7af996b1fdd081a8832f8947bcc36cb5727779b3
|
1332d8b68c6b86c2be5ed064473794f9f808d16a
|
/binomial/man/bin_cumulative.Rd
|
52557ae9975c9b0c1433519660d550ebb8017d60
|
[] |
no_license
|
stat133-sp19/hw-stat133-mallikakolar
|
e7ffe1bbd22c2b9e2d466c12bdc3685db88af096
|
bc99e849eebe2c233455053271aed6f3fae8c541
|
refs/heads/master
| 2020-04-28T14:45:55.706460
| 2019-05-02T22:54:45
| 2019-05-02T22:54:45
| 175,348,070
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 462
|
rd
|
bin_cumulative.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/main-functions.R
\name{bin_cumulative}
\alias{bin_cumulative}
\title{bin_cumulative}
\usage{
bin_cumulative(trials, prob)
}
\arguments{
\item{int}{integer trials}
\item{int}{integer prob}
}
\value{
dataframe with bincum class
}
\description{
returns a dataframe with the probability distribution and the cumulative probabilities
}
\examples{
bin_cumulative(trials = 5, prob = 0.5)
}
|
86cb60ec67eaec92a4bcdf2c05f1c46b7fab6712
|
46d07f08b90ab7019c9a2a1ee1734a5cf7cd7339
|
/cachematrix.R
|
a1b2dd97207b52441acf115d06a83687905d2864
|
[] |
no_license
|
Chloex7/ProgrammingAssignment2
|
d3c16fe7730c0aa0b563c39da0f47a0c19e6c420
|
a98d525d61eeb68cfe7f790a5f8bd4d9379f9a64
|
refs/heads/master
| 2023-08-14T17:25:57.357851
| 2021-10-14T05:38:18
| 2021-10-14T05:38:18
| 416,327,597
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 763
|
r
|
cachematrix.R
|
## This function creates a matrix and its inverse, which will be cached
makeCacheMatrix <- function(x = matrix()) {
a <- NULL
set <- function(y) {
x <<- y
a <<- NULL
}
get <- function() x
setinverse <- function(inverse) a <<- inverse
getinverse <- function() a
list(set = set, get = get,
setinverse = setinverse,
getinverse = getinverse)
}
## This function computes the inverse of the matrix returned by makeCacheMatrix
## and will retrieve the cached version if available
cacheSolve <- function(x, ...) {
## Return a matrix that is the inverse of 'x'
a <- x$getinverse()
if(!is.null(a)) {
message("getting cached data")
return(a)
}
data <- x$get()
a <- inverse(data, ...)
x$setinverse(a)
a
}
|
bd8730aa58f525729797a3c8f8399bd2e2410820
|
110c41798470fafa38f319a4b6ecf05422bb1c8c
|
/competitor.R
|
7a29e571c6b2ff63ba34a5db4453c988566c4eff
|
[] |
no_license
|
Coelacanss/C_Digital_Marketing
|
358b1e592a5fb2bd870a843ee4e93a1f0ed3d50d
|
e8e8236f786e002a539809cb5cf7003a840176b1
|
refs/heads/master
| 2020-12-05T23:13:03.650281
| 2016-08-17T17:14:53
| 2016-08-17T17:14:53
| 65,927,086
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 7,594
|
r
|
competitor.R
|
### This script is to study the use of social media of Genesee's competitor Small Town Brewery
library(Rfacebook)
library(httpuv)
library(RCurl)
library(rjson)
library(httr)
library(RColorBrewer)
library(twitteR)
library(tm)
library(SnowballC)
library(plyr)
################## Facebook ####################
##
## API and Access
fb_oauth <- fbOAuth(app_id="1504407903188968", app_secret="a2f31c81a5bb1c740680b26c779782a7",
extended_permissions = TRUE)
myaccess_token = 'CAACEdEose0cBAMR1XQzVAY4Q5yyZCiHdIDHq6VNUQsZBX9bUqNAM9cDOFNiDpz9nYU10sJVgrDXftR7AfL4plikSHbtB3Hz2JK6NdFzctLcxZBaWW3O0pVO6jj3u6wiNhgvVaBEn8BCMLLl68Aw3pFGR9bJi6CErMHsZBmMwLeNzKOCAPVpzAL1uSWZAEZAfO20UBN0qlCaKWy0NTEOU1X'
post_stb <- getPage(page = 'smalltownbrewery', token = myaccess_token, n = 1030, since = NULL, until = NULL, feed = FALSE)
# save(post_stb, file = 'post_stb.Rda')
created_time = post_stb$created_time
created_time = gsub('T', ' ', created_time)
created_time = gsub('+0000', '', created_time)
created_year = year(created_time)
created_month = month(created_time)
created_day = day(created_time)
created_hour = hour(created_time)
created_minute = minute(created_time)
created_second = second(created_time)
created_weekday = wday(created_time)
created_weekday = created_weekday -1
created_weekday[created_weekday == 0] = 7
post_stb$created_time = created_time
post_stb$year = created_year
post_stb$month = created_month
post_stb$day = created_day
post_stb$hour = created_hour
post_stb$minute = created_minute
post_stb$second = created_second
post_stb$weekday = created_weekday
# save(post_stb, file = 'post_stb.Rda')
atTF = grepl('@', post_stb$message)
hashtagTF = grepl('#', post_stb$message)
post_stb$atOrNot = atTF
post_stb$hashtagOrNot = hashtagTF
post_stb$hashtagContent = NULL
post_stb$atContent = NULL
## hashtag
hashList = str_extract_all(post_stb$message[hashtagTF], '#\\w{1,20}')
index = which(hashtagTF == T)
count = 0
for (i in index){
count = count + 1
post_stb[i, "hashtagContent"] = paste(unlist(hashList[count]), collapse = ' ')
print(i)
}
# save(post_stb, file = 'post_stb.Rda')
## at
atList = str_extract_all(post_stb$message[atTF], '@\\w{1,20}')
index = which(atTF == T)
count = 0
for (i in index){
count = count + 1
post_stb[i, "atContent"] = paste(unlist(atList[count]), collapse = ' ')
print(i)
}
# save(post_stb, file = 'post_stb.Rda')
###################################################
load(file = 'post_stb.Rda')
emptyData = matrix(data = 0, nrow = 4, ncol = 3)
emptyData = as.data.frame(emptyData)
colnames(emptyData) <- c('hour', 'comments_count', 'post')
emptyData$hour = c(7:10)
## likes by hour
likesByHour <- aggregate(likes_count ~ hour, data = post_stb, mean)
postNum = count(post_stb$hour)
likesByHour$post = postNum$freq
likesByHour = rbind(likesByHour, emptyData)
ggplot(data = likesByHour) +
theme_bw() +
geom_line(aes(x = hour, y = likes_count), color = 'red') +
geom_line(aes(x = hour, y = post), color = 'blue') +
ggtitle('Average Likes By Post Time (Hours)')
## Blue line is the number of posts by hours.
## shares by hour
sharesByHour <- aggregate(shares_count ~ hour, data = post_stb, mean)
postNum = count(post_stb$hour)
sharesByHour$post = postNum$freq
sharesByHour = rbind(sharesByHour, emptyData)
ggplot(data = sharesByHour) +
theme_bw() +
geom_line(aes(x = hour, y = shares_count), color = 'red') +
geom_line(aes(x = hour, y = post), color = 'blue') +
ggtitle('Average Shares By Post Time (Hours)')
## Blue line is the number of posts by hours.
## comments by hours
commentsByHour <- aggregate(comments_count ~ hour, data = post_stb, mean)
postNum = count(post_stb$hour)
commentsByHour$post = postNum$freq
commentsByHour = rbind(commentsByHour, emptyData)
ggplot(data = commentsByHour) +
theme_bw() +
geom_line(aes(x = hour, y = comments_count), color = 'red') +
geom_line(aes(x = hour, y = post), color = 'blue') +
ggtitle('Average Comments By Post Time (Hours)')
## Blue line is the number of posts by hours.
## comments by weekday
commentsByDay <- aggregate(comments_count ~ weekday, data = post_stb, mean)
postNum = count(post_stb$weekday)
commentsByDay$post = postNum$freq
ggplot(data = commentsByDay) +
theme_bw() +
geom_line(aes(x = weekday, y = comments_count), color = 'red') +
geom_line(aes(x = weekday, y = post), color = 'blue') +
ggtitle('Average Comments By Post Time (Weekdays)')
## Blue line is the number of posts by weekdays.
## likes by weekdays
likesByDay <- aggregate(likes_count ~ weekday, data = post_stb, mean)
postNum = count(post_stb$weekday)
likesByDay$post = postNum$freq
ggplot(data = likesByDay) +
theme_bw() +
geom_line(aes(x = weekday, y = likes_count), color = 'red', lty = 1) +
geom_line(aes(x = weekday, y = post), color = 'blue', lty = 1) +
ggtitle('Average Likes By Post Time (Weekdays)')
## Blue line is the number of posts by weekdays.
## shares by weekdays
sharesByDay <- aggregate(shares_count ~ weekday, data = post_stb, mean)
postNum = count(post_stb$weekday)
sharesByDay$post = postNum$freq
ggplot(data = sharesByDay) +
theme_bw() +
geom_line(aes(x = weekday, y = shares_count), color = 'red', lty = 1) +
geom_line(aes(x = weekday, y = post), color = 'blue', lty = 1) +
ggtitle('Average Likes By Post Time (Weekdays)')
## Blue line is the number of posts by weekdays.
## comments by type
commentsByType <- aggregate(comments_count ~ type, data = post_stb, mean)
postNum = count(post_stb$type)
commentsByType$post = postNum$freq
## shares by type
sharesByType <- aggregate(shares_count ~ type, data = post_stb, mean)
postNum = count(post_stb$type)
sharesByType$post = postNum$freq
## likes by type
likesByType <- aggregate(likes_count ~ type, data = post_stb, mean)
postNum = count(post_stb$type)
likesByType$post = postNum$freq
####################### Hashtag Analysis ##########################
##
hashMessy = unlist(hashList)
sort(table(hashMessy), decreasing = T)
test = count(hashMessy)
## sub1 with hashtag, sub2 without hashtag
data.sub1 = post_stb[post_stb$hashtagOrNot == T,]
data.sub2 = post_stb[post_stb$hashtagOrNot == F,]
(mean(data.sub1$likes_count) - mean(data.sub2$likes_count)) / mean(data.sub2$likes_count)
(mean(data.sub1$comments_count) - mean(data.sub2$comments_count)) / mean(data.sub2$comments_count)
(mean(data.sub1$shares_count) - mean(data.sub2$shares_count)) / mean(data.sub2$shares_count)
## sub1 with @, sub2 without @
data.sub1 = post_stb[post_stb$atOrNot == T,]
data.sub2 = post_stb[post_stb$atOrNot == F,]
(mean(data.sub1$likes_count) - mean(data.sub2$likes_count)) / mean(data.sub2$likes_count)
(mean(data.sub1$comments_count) - mean(data.sub2$comments_count)) / mean(data.sub2$comments_count)
(mean(data.sub1$shares_count) - mean(data.sub2$shares_count)) / mean(data.sub2$shares_count)
brandHashtagTF = grepl('smalltownbrewery', post_stb$hashtagContent, ignore.case = T)
data.sub1 = post_stb[brandHashtagTF,]
data.sub2 = post_stb[-brandHashtagTF,]
(mean(data.sub1$likes_count) - mean(data.sub2$likes_count)) / mean(data.sub2$likes_count)
(mean(data.sub1$comments_count) - mean(data.sub2$comments_count)) / mean(data.sub2$comments_count)
(mean(data.sub1$shares_count) - mean(data.sub2$shares_count)) / mean(data.sub2$shares_count)
################### Distribution by Time ######################
##
post_stb$created_time = as.Date(post_stb$created_time)
ggplot(data = post_stb) +
geom_point(aes(x = created_time, y = likes_count)) +
ylim(0,800)
|
0fa5dc5073a5571addb0026dcafa9390820f8b11
|
c0fc699f5198b1cdbd5b9b6f46e540580b48cfbc
|
/zz-need-cleaning/clt1/app.R
|
f916f69b0543dde3e5b2b12a6e7bca8acd9c4dcd
|
[] |
no_license
|
tloux/teaching-shiny
|
3af6e9deeb518b59f9f0a0727ab34a6b4660f478
|
d6d7ac53868d0f51abeda0806668bf25f2b6b198
|
refs/heads/master
| 2023-06-18T12:16:25.790906
| 2021-07-05T16:25:48
| 2021-07-05T16:25:48
| 155,304,332
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,318
|
r
|
app.R
|
library(shiny)
ui = fluidPage(
titlePanel('Central Limit Theorem'),
sidebarLayout(
sidebarPanel(
sliderInput('n',
'Sample size:',
min=1, max=50, step=1, value=1,
animate=animationOptions(interval=300,loop=FALSE))
),
mainPanel(
plotOutput("plot")
)
)
)
server = function(input, output) {
output$plot <- renderPlot({
x = seq(0, 20, 0.001)
y = dchisq(x, df=2)
z = dnorm(x, mean=2, sd=2/sqrt(input$n))
getmeans = function(n){
mean(rchisq(n, df=2))
}
means = replicate(n=1000, getmeans(input$n))
hist(means, col='grey', border='white',
xlab='',
xlim=c(0,15),
yaxt='n',
ylab='',
ylim=c(0,1.5),
main=ifelse(input$n==1,'Population distribution',
paste('Sampling distribution for n =',input$n)),
prob=TRUE)
abline(h=0, col='grey')
lines(x, y, col='blue')
lines(density(means, from=0), col='red')
lines(x, z, col='darkgreen')
legend(x='topright',
lty=1,
col=c('blue','darkgreen','red'),
legend=c('Population','Normal','Sampling distribution'),
bty='n')
axis(side=1, at=2)
})
}
shinyApp(ui=ui, server=server)
|
a5bd043238757ccce55da1c065413b9cec576d89
|
aebca85114388224fc24481fdfce04be048110db
|
/R/printMedianQ13.R
|
a091e0eee61ab7d41acba0f98ddc10c2e5adc015
|
[] |
no_license
|
mssm-msf-2019/BiostatsALL
|
4f79f2fbb823db8a0cbe60172b3dcd54eac58539
|
0623dd13db576b2501783b31d08ae43340f2080b
|
refs/heads/master
| 2020-05-25T15:16:01.949307
| 2019-05-21T18:11:12
| 2019-05-21T18:11:12
| 187,864,190
| 2
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 262
|
r
|
printMedianQ13.R
|
#' Functions to get median and IQR
#' @description Functions to get median and IQR used by createNiceTable()
printMedianQ13 <- function(vec) {
q <- quantile(vec, na.rm=TRUE)
sprintf("%.1f [%.1f-%.1f]", median(vec,na.rm=TRUE), q["25%"], q["75%"])
}
|
2a874a6692d29dc0e8788a442923ac3f459cfd32
|
2cd54a4365c128d94c120a204aaccf68c3607b49
|
/man/plsda_auroc_vip_compare.Rd
|
f3c6d29da3725a6163b19591f6ee0dd1e82affed
|
[
"MIT"
] |
permissive
|
tikunov/AlpsNMR
|
952a9e47a93cbdc22d7f11b4cb1640edd736a5c7
|
748d140d94f65b93cb67fd34753cc1ef9e450445
|
refs/heads/master
| 2021-01-13T17:35:29.827357
| 2020-02-23T02:35:30
| 2020-02-23T02:35:30
| 242,443,517
| 0
| 0
|
NOASSERTION
| 2020-02-23T02:27:15
| 2020-02-23T02:27:15
| null |
UTF-8
|
R
| false
| true
| 423
|
rd
|
plsda_auroc_vip_compare.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plsda.R
\name{plsda_auroc_vip_compare}
\alias{plsda_auroc_vip_compare}
\title{Compare PLSDA auroc VIP results}
\usage{
plsda_auroc_vip_compare(...)
}
\arguments{
\item{...}{Results of \link{nmr_data_analysis} to be combined. Give each result a name.}
}
\value{
A plot of the AUC for each method
}
\description{
Compare PLSDA auroc VIP results
}
|
bf310f66b63ec08a180cbb5a55365aacc2b13ba5
|
ca6d02c14d9cbe93d8460f1d20853203c831eaac
|
/Automation/00_hydra/Peru.R
|
c33fb69c69e9397db8d5af9940769c73d61250c4
|
[
"CC-BY-4.0"
] |
permissive
|
timriffe/covid_age
|
f654bea1cdf87e9aa9cc660facfdffb9264a9f5a
|
8486772b0bfc0803efab603d8ac751ffe54e4d89
|
refs/heads/master
| 2023-08-18T04:56:18.683797
| 2023-08-11T10:22:19
| 2023-08-11T10:22:19
| 253,315,845
| 58
| 28
|
NOASSERTION
| 2023-08-25T11:03:04
| 2020-04-05T19:31:26
|
R
|
UTF-8
|
R
| false
| false
| 9,740
|
r
|
Peru.R
|
source(here::here("Automation/00_Functions_automation.R"))
#install.packages("archive")
library(archive)
# assigning Drive credentials in the case the script is verified manually
if (!"email" %in% ls()){
email <- "gatemonte@gmail.com"
}
# info country and N drive address
ctr <- "Peru"
dir_n <- "N:/COVerAGE-DB/Automation/Hydra/"
# Drive credentials
drive_auth(email = Sys.getenv("email"))
gs4_auth(email = Sys.getenv("email"))
# load data
m_url1 <- "https://www.datosabiertos.gob.pe/dataset/casos-positivos-por-covid-19-ministerio-de-salud-minsa"
m_url2 <- "https://www.datosabiertos.gob.pe/dataset/fallecidos-por-covid-19-ministerio-de-salud-minsa"
html1 <- read_html(m_url1)
html2 <- read_html(m_url2)
# locating the links for Excel files
cases_url <- html_nodes(html1, xpath = '//*[@id="data-and-resources"]/div/div/ul/li/div/span/a') %>%
html_attr("href")
deaths_url <- html_nodes(html2, xpath = '//*[@id="data-and-resources"]/div/div/ul/li/div/span/a') %>%
html_attr("href")
#JD: updating the vaccine link
#vacc_url <- "https://cloud.minsa.gob.pe/s/ZgXoXqK2KLjRLxD/download"
#vacc_url <- "https://cloud.minsa.gob.pe/s/To2QtqoNjKqobfw/download"
data_source_c <- paste0(dir_n, "Data_sources/", ctr, "/cases_",today(), ".csv")
data_source_d <- paste0(dir_n, "Data_sources/", ctr, "/deaths_",today(), ".csv")
#source changed to provide data in 7z file
#data_source_v <- paste0(dir_n, "Data_sources/", ctr, "/vacc_",today(), ".7z")
#data_source_v <- paste0(dir_n, "Data_sources/", ctr, "/vacc_",today(), ".csv")
# EA: needed to add the index [1] because there is more than one link, while the first one is the
# full database that we need
## MK: 06.07.2022: large file and give download error, so stopped this step and read directly instead
#download.file(cases_url[1], destfile = data_source_c, mode = "wb")
#download.file(deaths_url[1], destfile = data_source_d, mode = "wb")
#download.file(vacc_url, destfile = data_source_v, mode = "wb")
#JD: read in from Url was failing, I changed it to reading in the downloaded csv
# cases
#db_c <- read_delim(cases_url, delim = ";") %>%
# as_tibble()
# deaths
#db_d <- read_delim(deaths_url, delim = ";") %>%
#as_tibble()
# Vaccines
#db_v <- read_csv(data_source_v)
#db_c <- read.csv(data_source_c, sep = ";")
#db_d <- read.csv(data_source_d, sep = ";")
#db_v <- read.csv(data_source_v, sep = ",")
#db_v=read_csv(archive_read(data_source_v), col_types = cols())
#db_v <- read_csv(vacc_url)
## MK: 07.07.2022: due to large file size (use fread to read first, and then write a copy), and
## .7z (vaccination file), we need to download it first then read.
db_c <- bigreadr::fread2(cases_url[1],
select = c("FECHA_RESULTADO", "SEXO", "EDAD", "DEPARTAMENTO"))
db_d <- data.table::fread(deaths_url[1],
select = c("FECHA_FALLECIMIENTO", "SEXO", "EDAD_DECLARADA", "DEPARTAMENTO"))
# cases ----------------------------------------------
db_c2 <- db_c %>%
rename(date_f = FECHA_RESULTADO,
Sex = SEXO,
Age = EDAD,
Region = DEPARTAMENTO) %>%
select(date_f, Sex, Age, Region) %>%
mutate(date_f = ymd(date_f),
Sex = case_when(Sex == "MASCULINO" ~ "m",
Sex == "FEMENINO" ~ "f",
TRUE ~ "UNK"),
Age = case_when(Age < 0 ~ NA_integer_,
Age > 100 ~ 100L,
is.na(Age) ~ NA_integer_,
TRUE ~ as.integer(Age)),
Region = str_to_title(Region)) %>%
group_by(date_f, Sex, Age, Region) %>%
summarise(new = n()) %>%
ungroup()
dates <- db_c2 %>% drop_na(date_f) %>% select(date_f) %>% unique()
dates_f <- seq(min(dates$date_f),max(dates$date_f), by = '1 day')
ages <- 0:100
db_c3 <- db_c2 %>%
tidyr::complete(Region, Sex, Age = ages, date_f = dates_f, fill = list(new = 0)) %>%
group_by(Region, Sex, Age) %>%
mutate(Value = cumsum(new),
Measure = "Cases",
Age = case_when(is.na(Age) ~ "UNK",
TRUE ~ as.character(Age))) %>%
ungroup() %>%
select(-new)
# deaths ----------------------------------------------
db_d2 <- db_d %>%
rename(date_f = FECHA_FALLECIMIENTO,
Sex = SEXO,
Age = EDAD_DECLARADA,
Region = DEPARTAMENTO) %>%
select(date_f, Sex, Age, Region) %>%
mutate(date_f = ymd(date_f),
Sex = case_when(Sex == "MASCULINO" ~ "m",
Sex == "FEMENINO" ~ "f",
TRUE ~ "UNK"),
Age = case_when(Age < 0 ~ NA_integer_,
Age > 100 ~ 100L,
is.na(Age) ~ NA_integer_,
TRUE ~ as.integer(Age)),
Region = str_to_title(Region)) %>%
group_by(date_f, Sex, Age, Region) %>%
summarise(new = n()) %>%
ungroup()
dates_f <- seq(min(db_d2$date_f),max(db_d2$date_f), by = '1 day')
ages <- 0:100
db_d3 <- db_d2 %>%
tidyr::complete(Region, Sex, Age = ages, date_f = dates_f, fill = list(new = 0)) %>%
group_by(Region, Sex, Age) %>%
mutate(Value = cumsum(new),
Measure = "Deaths",
Age = case_when(is.na(Age) ~ "UNK",
TRUE ~ as.character(Age))) %>%
ungroup() %>%
select(-new)
# template for database ------------------------------------------------------------
db_dc <- bind_rows(db_d3, db_c3)
db_pe <- db_dc %>%
group_by(date_f, Sex, Age, Measure) %>%
summarise(Value = sum(Value)) %>%
ungroup() %>%
mutate(Region = "All")
# 5-year age intervals for regional data -------------------------------
db_dc2 <- db_dc %>%
# mutate(Age = ifelse(Age <= 4, Age, floor(Age/5) * 5)) %>%
group_by(date_f, Region, Sex, Age, Measure) %>%
summarise(Value = sum(Value)) %>%
ungroup() %>%
arrange(date_f, Region, Measure, Sex, Age)
# ----------------------------------------------------------------------
db_pe_comp <- bind_rows(db_dc2, db_pe) %>%
mutate(Age = as.character(Age))
db_tot_age <- db_pe_comp %>%
group_by(Region, date_f, Sex, Measure) %>%
summarise(Value = sum(Value)) %>%
ungroup() %>%
mutate(Age = "TOT")
db_tot_sex <- db_pe_comp %>%
group_by(Region, date_f, Age, Measure) %>%
summarise(Value = sum(Value)) %>%
ungroup() %>%
mutate(Sex = "b")
db_tot <- db_pe_comp %>%
group_by(Region, date_f, Measure) %>%
summarise(Value = sum(Value)) %>%
ungroup() %>%
mutate(Sex = "b",
Age = "TOT")
db_inc <- db_tot %>%
filter(Measure == "Deaths",
Value >= 100) %>%
group_by(Region) %>%
summarise(date_start = ymd(min(date_f)))
db_all <- bind_rows(db_pe_comp, db_tot_age, db_tot_sex, db_tot)
db_all2 <- db_all %>%
left_join(db_inc) %>%
drop_na() %>%
filter((Region == "All" & date_f >= "2020-03-01") | date_f >= date_start)
out <- db_all2 %>%
mutate(Country = "Peru",
AgeInt = case_when(Region == "All" & !(Age %in% c("TOT", "100")) ~ 1,
Region != "All" & !(Age %in% c("0", "1", "TOT")) ~ 5,
Region != "All" & Age == "0" ~ 1,
Region != "All" & Age == "1" ~ 4,
Age == "100" ~ 5,
Age == "TOT" ~ NA_real_),
Date = ddmmyyyy(date_f),
Code = case_when(
Region == "All" ~ paste0("PE"),
Region == "Amazonas" ~ paste0("PE-AMA"),
Region == "Ancash" ~ paste0("PE-ANC"),
Region == "Apurimac" ~ paste0("PE-APU"),
Region == "Arequipa" ~ paste0("PE-ARE"),
Region == "Ayacucho" ~ paste0("PE-AYA"),
Region == "Cajamarca" ~ paste0("PE-CAJ"),
Region == "Callao" ~ paste0("PE-CAL"),
Region == "Cusco" ~ paste0("PE-CUS"),
Region == "Huancavelica" ~ paste0("PE-HUV"),
Region == "Huanuco" ~ paste0("PE-HUC"),
Region == "Ica" ~ paste0("PE-ICA"),
Region == "Junin" ~ paste0("PE-JUN"),
Region == "La Libertad" ~ paste0("PE-LAL"),
Region == "Lambayeque" ~ paste0("PE-LAM"),
Region == "Lima" ~ paste0("PE-LIM"),
Region == "Loreto" ~ paste0("PE-LOR"),
Region == "Madre De Dios" ~ paste0("PE-MDD"),
Region == "Moquegua" ~ paste0("PE-MOQ"),
Region == "Pasco" ~ paste0("PE-PAS"),
Region == "Piura" ~ paste0("PE-PIU"),
Region == "Puno" ~ paste0("PE-PUN"),
Region == "San Martin" ~ paste0("PE-SAM"),
Region == "Tacna" ~ paste0("PE-TAC"),
Region == "Tumbes" ~ paste0("PE-TUM"),
Region == "Ucayali" ~ paste0("PE-UCA"),
TRUE ~ "Other"
),
Metric = "Count") %>%
sort_input_data()
# test <- db_final %>%
# filter(Sex == "b",
# Age == "TOT")
#########################
# save processed data in N: -------------------------------------------------
#########################
log_update(pp = ctr, N = nrow(out))
write_rds(out, paste0(dir_n, ctr, ".rds"))
#########################
# Push zip file to Drive -------------------------------------------------
#########################
# Saving original Cases & Deaths datafiles to N
readr::write_csv(db_c, file = data_source_c)
readr::write_csv(db_d, file = data_source_d)
# saving compressed data to N: drive
data_source <- c(data_source_c, data_source_d)
zipname <- paste0(dir_n,
"Data_sources/",
ctr,
"/",
ctr,
"_data_",
today(),
".zip")
zipr(zipname,
data_source,
recurse = TRUE,
compression_level = 9,
include_directories = TRUE)
# clean up file chaff
file.remove(data_source)
|
df0e22b67859d2f3c973d36c5f8a72399e41baf5
|
4d7fc3da737029516b1dd2eb4468a8f2bc419da2
|
/man/FindCorrelatedRegions.Rd
|
fc9c1ee77dd69e0bbccf850a0bd1fd738e695dd1
|
[] |
no_license
|
TransBioInfoLab/rnaEditr
|
4e4a2b4ef859833a107cff379e2bf6b4bcf69f13
|
4c83343a9e825e5dd8f4b5c4abfa4cc7d4f01675
|
refs/heads/master
| 2022-11-27T11:28:22.143395
| 2022-11-24T06:49:44
| 2022-11-24T06:49:44
| 298,858,179
| 1
| 1
| null | null | null | null |
UTF-8
|
R
| false
| true
| 1,400
|
rd
|
FindCorrelatedRegions.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util_FindCorrelatedRegions.R
\name{FindCorrelatedRegions}
\alias{FindCorrelatedRegions}
\title{Find contiguous co-edited subregions.}
\usage{
FindCorrelatedRegions(
sites_df,
featureType = c("site", "cpg"),
minSites_int = 3
)
}
\arguments{
\item{sites_df}{An output data frame from function \code{MarkCoeditedSites},
with variables \code{site, keep, ind, r_drop}. Please see
\code{\link{MarkCoeditedSites}} for details.}
\item{featureType}{Feature type, Defaults to \code{"site"}.}
\item{minSites_int}{An integer indicates the minimum number of sites to be
considered a contiguous co-edited region.}
}
\value{
A data frame with the following columns:
\itemize{
\item{\code{site} : }{site ID.}
\item{\code{subregion} : }{index for each output contiguous co-edited
region.}
}
}
\description{
Find contiguous co-edited subregions based on the output file
from function \code{\link{MarkCoeditedSites}}.
}
\examples{
data(t_rnaedit_df)
ordered_cols <- OrderSitesByLocation(
sites_char = colnames(t_rnaedit_df),
output = "vector"
)
exm_data <- t_rnaedit_df[, ordered_cols]
exm_sites <- MarkCoeditedSites(
rnaEditCluster_mat = exm_data,
method = "spearman"
)
FindCorrelatedRegions(
sites_df = exm_sites,
featureType = "site"
)
}
\keyword{internal}
|
ca8eef77d5618b68ffcd81e883eaf3038eb4a8c2
|
5d0bc9fa9c48a468d115e9930f5eac66a0764789
|
/inst/snippets/Table6.2.R
|
f5abdaaa9a99de2cf19ecaa47c42f2c10b31be45
|
[] |
no_license
|
rpruim/ISIwithR
|
a48aac902c9a25b857d2fd9c81cb2fc0eb0e848e
|
7703172a2d854516348267c87319ace046508eef
|
refs/heads/master
| 2020-04-15T20:36:55.171770
| 2015-05-21T09:20:21
| 2015-05-21T09:20:21
| 21,158,247
| 5
| 2
| null | null | null | null |
UTF-8
|
R
| false
| false
| 17
|
r
|
Table6.2.R
|
head(BikeTimes)
|
4b5905b28551b2a2175bf6bd47a79add876cc3b1
|
7dec3545021a28a3209f1234b743886537c0d8ba
|
/candle_geom.R
|
65deda1c961d55b6b0387c51655602f3d1202f54
|
[] |
no_license
|
sciprojguy/custom_geoms_R
|
4ecc8c13e1f2651e6670fe035b77ffb3e80ec5b2
|
d4d419778a33e1c897530e5b7b036d086a84dd4f
|
refs/heads/master
| 2022-08-10T02:28:12.671291
| 2020-05-24T21:48:59
| 2020-05-24T21:48:59
| 266,630,296
| 1
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 2,498
|
r
|
candle_geom.R
|
library(grid)
library(ggplot2)
library(readr)
library(dplyr)
candleGrob <- function(xc, yc, openc, closec, highc, lowc) {
}
candleGrobs <- function(x, y, open, close, high, low) {
#x,y are the center of the candle rectangle
#high,low define the top and bottom of the glyph
#open/close can be in either order and define which
#of two colors fills the rect
#total_height <- high - low
#rect_height <- max(open,close) - min(open,close)
t <- ifelse( open > close, open, close )
td <- high - t
b <- ifelse( open > close, close, open )
bd <- b - low
h <- t - b
f <- ifelse( open > close, "red", "green" )
#TODO: update this to return a gList() of two
# lineGrob() and the rectGrob()
#TODO: do it the same way as "arrow_geom", i.e.
# calling mapply() to generate the gList of
# gTrees generated by candleGrob. best thing to
# do is pass in x, y, t, td, bd, b, h and color
# and let candleGrob generate a gTree with three
# children - one for the upper line, one for the
# lower line, and one for the rectangle
gTree(
children = gList(
rectGrob(x, y, 0.005, h, gp = gpar(fill = f, col = 0))
)
)
}
candle_Drawpanel <- function(data, panel_scales, coord, na.rm = FALSE) {
coords <- coord$transform(data, panel_scales)
# print(head(coords))
ggplot2:::ggname("geom_candlesticks",
candleGrobs(coords$x, coords$y, coords$open, coords$close, coords$high, coords$low))
}
geom_candlesticks <- function(mapping = NULL, data = NULL, stat = "identity",
position = "identity", na.rm = FALSE, show.legend = NA,
inherit.aes = TRUE, ...) {
layer(
data = data,
mapping = mapping,
stat = stat,
geom = gCandles,
position = position,
show.legend = show.legend,
inherit.aes = inherit.aes,
params = list(na.rm = na.rm, ...)
)
}
gCandles <- ggproto( "gCandles", Geom,
draw_panel = candle_Drawpanel,
non_missing_aes = c("x", "y", "open", "close", "high", "low"),
default_aes = aes(fill = "lightgreen", alpha = "0.5", size = 1),
icon = function(.) {},
desc_params = list(),
seealso = list(),
examples = function(.) {})
lhsif <- read_csv("LHSIF.csv") %>%
mutate(y_med = Low + (High - Low)/2)
ggplot(lhsif, aes(x = Date, y = y_med, open = Open, high = High, close = `Adj Close`, low = Low)) +
geom_candlesticks()
|
5c565e4548b0eb55a950e2f9ac89d8da32817fc0
|
136eb68c86c635874692878a3cf54faeb3b36b45
|
/examples/MSFTstock.r
|
46557136a877829ceaaf4a5ae9e6493c9c538a12
|
[
"MIT"
] |
permissive
|
Azure/Azure-MachineLearning-ClientLibrary-R
|
84f5a2db2c3c0dd1f417c5c470cee4899c8c3611
|
dda06a103f774491de48dd54db8e56b961de7861
|
refs/heads/master
| 2023-04-14T12:25:46.928784
| 2023-03-28T16:48:16
| 2023-03-28T16:48:16
| 38,313,864
| 22
| 13
|
MIT
| 2023-03-28T16:48:18
| 2015-06-30T14:27:45
|
HTML
|
UTF-8
|
R
| false
| false
| 1,421
|
r
|
MSFTstock.r
|
## Linear model for MSFT stock dataset ##
# You can use the setwd() command to change your working directory. Examples below
# Currently using identification for an account on studio.azureml-int.net
# If you would like to see the web services published, please create an account there
# and substitute in your identification
wsID = "" # Insert workspace ID
wsAuth = "" # Insert workspace authorization token
require(quantmod) || install.packages(quantmod)
library(quantmod)
getSymbols('MSFT')
class(MSFT)
chartSeries(MSFT)
str(MSFT)
#plot(MSFT[,1],MSFT[,2])
data = as.data.frame(cbind(MSFT[,4],MSFT[,5]/100000))
# Train model
model = lm(MSFT.Close~.,data=data)
summary(model)
# Create prediction function
MSFTpredict <- function(close, volume) {
return(predict(model, data.frame("MSFT.Close"=close, "MSFT.Volume"=volume)))
}
#Publish MSFT prediction function
msftWebService <- publishWebService("MSFTpredict", "MSFTdemo", list("close"="float", "volume"="float"), list("number"="float"), wsID, wsAuth)
# Discover endpoints
msftEndpoints <- msftWebService[[2]]
#
msftConsumeSingleRows <- consumeLists(msftEndpoints[[1]]["PrimaryKey"], msftEndpoints[[1]]$ApiLocation, list("close", "volume"), list(25, 300), list(30, 100))
msftDF <- data.frame("close"=c(107,208,300), "volume"=c(400,569,665))
msftConsumeDF <- consumeDataframe(msftWebService[[2]][[1]]$PrimaryKey, msftWebService[[2]][[1]]$ApiLocation, msftDF)
|
54a22d307f4dfd49db8937ad82a7034ad51ec2c6
|
b028a329bb2de517cf3eb6d908b9a596c2e0a633
|
/FinalCode_v2.R
|
a2efe8673ce7fc611b9a20495b67b31216f614be
|
[] |
no_license
|
caomao1111/6101-bts
|
c69b3c052f1d0493069f8a62564cb98a452739ea
|
86820724af5fb94337340fce1f9549f51cf5033a
|
refs/heads/master
| 2021-09-08T23:09:56.245215
| 2018-02-02T23:33:36
| 2018-02-02T23:33:36
| null | 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 15,645
|
r
|
FinalCode_v2.R
|
#' ---
#' title: 6101 Project 2 Final
#' author: TeamBestTeam
#' date: 31Oct17
#' output:
#' html_document:
#' toc: true
#' highlight: haddock
#' ---
#'#######################################
#http://rpubs.com/jassalak/TeamBestTeam_Proj2
#'#######################################
#' ## Environment Preparation
#Remove any objects in the Environment
rm(list = ls())
### Set working directory
setwd("C:/Users/akash/Desktop/GWU/6101_DataScience_RShah/Proj_2")
#setwd("/Users/jimgrund/6101-bts/data/")
### Knitr global options
library(knitr)
opts_chunk$set(eval = TRUE, echo = TRUE, warning = FALSE,
tidy = TRUE, results = "hold", cache = TRUE)
### Set the overall seed for reproducibility
set.seed(6101)
#'#######################################
#'
#' ### Load Necessary Libraries
#install.packages("BSDA")
suppressPackageStartupMessages(library(BSDA))
#install.packages("MASS")
suppressPackageStartupMessages(library(MASS))
#install.packages("Hmisc")
suppressPackageStartupMessages(library(Hmisc))
#install.packages("caret")
suppressPackageStartupMessages(library(caret))
#install.packages("ROCR")
suppressPackageStartupMessages(library(ROCR))
#install.packages("rpart")
suppressPackageStartupMessages(library(rpart))
#install.packages("Amelia")
suppressPackageStartupMessages(library(Amelia))
#install.packages("openxlsx")
suppressPackageStartupMessages(library(openxlsx))
#install.packages("pROC")
suppressPackageStartupMessages(library(pROC))
#'#######################################
###
# read in data that has been filtered down to only DCA, IAD, BWI airports
data <- data.frame(read.csv("DMV_On_Time_Performance_2015-2017.csv", header = TRUE))
d2 <- subset(data,select = c(Year,
Quarter, #smote this
Month, #smote this
DayofMonth, #smote this
DayOfWeek, #smote this
AirlineID,
Origin, #smote this
Distance,
DepDel15, #smote this
DepartureDelayGroups,
DepDelay,
Carrier, #smote this
Dest, #smote this
DestAirportID
))
###
# parse this down to only where DCA, IAD, BWI are the origin airports
d2.1 <- subset(d2, Origin == "IAD" | Origin == "BWI" | Origin == "DCA")
###
# write this out to a new CSV
write.csv(d2.1,"DMV-origin_On_Time_Performance_2015-2017.csv")
# remove the old dataframes to save on memory consumption
rm(data,d2,d2.1)
###
# read in the DVM origin data into a data frame for processing
d2 <- data.frame(read.csv("DMV-origin_On_Time_Performance_2015-2017.csv", header = TRUE))
###
# remove any nulls and na data from the dataframe
row.has.na <- apply(d2, 1, function(x){any(is.na(x))})
d2 <- d2[!row.has.na,]
rm(row.has.na)
d2 <- d2[!apply(is.na(d2) | d2 == "", 1, all),]
###
# perform some garbage collection
gc()
###
# prior to any further processing
# display some graphics of the relation between Departure Delay and some of the key independent variables that we’re looking at
colors = rainbow(length(unique(d2)))
barchart(d2$Origin, ylab="Name of Airport", main="Barchart of Airport Name Frequency (pre-smote)", col=rainbow(3), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
bartable <- table(d2$DepDel15, d2$Origin)
barplot(bartable,xlab="Name of Airport", ylab="Frequency", main="Stacked barchart of Airport Name Frequency vs DepDelay15 (pre-smote)", col = c("Green4","Blue4"), legend = rownames(bartable), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
bartable <- table(d2$DepDel15, d2$DayOfWeek)
barplot(bartable,xlab="Day Of Week", ylab="Frequency", main="Day Of Week vs DepDelay15 (pre-smote)", col = c("Green2","Blue2"), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
bartable <- table(d2$DepDel15, d2$Month)
barplot(bartable,xlab="Month", ylab="Frequency", main="Month vs DepDelay15 (pre-smote)", col = c("Green2","Blue2"), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
bartable <- table(d2$DepDel15, d2$Carrier)
barplot(bartable,xlab="Carrier", ylab="Frequency", main="Carrier vs DepDelay15 (pre-smote)", col = c("Green3","Blue3"), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
bartable <- table(d2$DepDel15, d2$DayofMonth)
barplot(bartable,xlab="Day of Month", ylab="Frequency", main="Day of Month vs DepDelay15 (pre-smote)", col = c("Green2","Blue2"), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
hist(d2$DepDel15,xlab="Delay Flag", breaks=10, main="Histogram of Delay Flag Frequency", col = c("Gold3","Brown1"), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
#' ## Partition Data
# create a 70% training set, 30% test set
subsamples <- createDataPartition(y=d2$DepDel15, p=0.7, list=FALSE)
TrainSet <- d2[subsamples, ]
TestSet <- d2[-subsamples, ]
rm(subsamples)
rm(d2)
#hist(TrainSet$DepDel15)
#’ ## One-hot-encode the training set
library(ade4)
library(data.table)
ohe_feats = c('DayOfWeek','DayofMonth','Month','Quarter','Carrier')
for (f in ohe_feats){
df_all_dummy = acm.disjonctif(TrainSet[f])
TrainSet[f] = NULL
TrainSet = cbind(TrainSet, df_all_dummy)
}
rm(df_all_dummy,ohe_feats)
#’ SMOTE the data
###
# SMOTE wants the dependent variable to be a factor
TrainSet$DepDel15 <- as.factor(TrainSet$DepDel15)
# Use Smote to increase the minority to be better balanced with the majority.
# use only the key independent variables that we care about
# in this execution, we remove the ones we don’t care about (notice the usage of the minus sign) rather than listing all the ones we want.
#newData <- SMOTE(DepDel15 ~ . - Year - AirlineID - Distance - DepartureDelayGroups - DepDelay - DestAirportID, TrainSet, perc.over = 100,perc.under=200, k=7)
# write the smoked data out to disk so we can read it in later without having to re-run smote
#write.csv(newData,"smoted-one-hot-trainset.csv")
#prop.table(table(newData$DepDel15))
#’ Model
###
# Now that we’ve got all the data one-hot-encoded, and training data has been smote’d,
# let’s clean up the environment and
# let’s run the modeling
#' ## Model Environment Preparation
#Remove any objects in the Environment
rm(list = ls())
########################################
#' Load Test Data
TestSet <- data.frame(read.csv("TestSet-OneHot.csv", header = TRUE))
########################################
#' Load Smoted Data .. this will be the training data
d3 <- data.frame(read.csv("smoted-one-hot-trainset.csv", header = TRUE))
TrainSet <- d3
#View(d3)
#' Create Random Sample
d3_rand15 <- d3[sample(nrow(d3),15),]
########################################
#' ## Model 5 (Logistic Regression)
# join the smoted data with the test test to create a complete dataset
# for running the baseline model against
finalModel<-rbind(d3,TestSet)
########################################
#' Histogram of DV
#hist(d3$DepDel15)
#' ## Baseline Model
#(length(d3$DepDelay15[d3$DepDelay15>=1]) / nrow(d3) * 100 )
#What is the percentage the plane will be delayed without a model (at random)
#+ echo = FALSE, fig.width=4, fig.height=4, dpi=100
sum(finalModel$DepDel15)/length(finalModel$DepDel15) *100
#####################################
#' EDA diagrams
colors = rainbow(length(unique(finalModel)))
# Airport frequency
barchart(finalModel$Origin, ylab="Name of Airport", main="Barchart of Airport Name Frequency (post-smote)", col=rainbow(3), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
# Airport on-time and delay stacked barchart
bartable <- table(finalModel$DepDel15, finalModel$Origin)
barplot(bartable,xlab="Name of Airport", ylab="Frequency", main="Stacked barchart of Airport Name Frequency vs DepDelay15 (post-smote)", col = c("Green4","Blue4"), legend = rownames(bartable), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
#' Histogram of DV
# Delay Flag Frequency after SMOTE
hist(finalModel$DepDel15,xlab="Delay Flag", breaks=10, main="Histogram of Delay Flag Frequency (Final Model Data)", col = c("Purple3","Pink3"), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
barchart(finalModel$Origin,ylab="Name of Airport", main="Barchart of Airport Name Frequency", col = rainbow(3), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
#bartable <-- table(finalModel$DepDel15, finalModel$Origin)
#barplot(bartable,ylab="Name of Airport", main="Stacked barchart of Airport Name Frequency vs DepDelay15",
# col = c("Green4","Blue4"), legend = rownames(bartable), cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
#' MODEL
# remove Year, Quarter AirlineID, Distance, DepartureDelayGroups, DepDelay, DestAirportID from the model
# all other fields from the TrainSet are fair game for use in the model
m5 <- glm(DepDel15 ~ . - Year - Quarter.1 - Quarter.2 - Quarter.3 - Quarter.4 - AirlineID - Distance - DepartureDelayGroups - DepDelay - DestAirportID, family=binomial(link = "logit"), data=TrainSet)
summary(m5)
#' ### Using anova() for feature importance
#anova(m5, test="Chisq")
# remove TTN and MSN from TestSet since not found in TrainSet, else testing the test set against the trainset will fail
TestSet<-TestSet[!(TestSet$Dest=="TTN"),]
TestSet<-TestSet[!(TestSet$Dest=="MSN"),]
#' ### Prediction
p5 <- predict(m5, newdata = TestSet,type = 'response')
p5 <- ifelse(p5 > 0.5,1,0)
str(p5)
#' ### Confusion Matrix to Check Accuracy
confusionMatrix(data=p5, reference = TestSet$DepDel15)
#' ### ROC and AUC
response_predict <- predict(m5, newdata=TestSet, type = "response")
link_predict <- predict(m5, newdata=TestSet, type = "link")
terms_predict <- predict(m5, newdata=TestSet, type = "terms")
qplot(x=response_predict, geom="histogram")
qplot(x=link_predict, geom="histogram")
qplot(x=terms_predict, geom="histogram")
predictions <- predict(m5, newdata=TestSet, type="response")
#' ROC prediction
ROCRpred <- prediction(response_predict, TestSet$DepDel15)
ROCRperf <- performance(ROCRpred, measure = "tpr", x.measure = "fpr")
plot(ROCRperf, colorize = TRUE, text.adj = c(-0.2,1.7),print.cutoffs.at = seq(0,1,0.1), main="Receiver Operator Characteristic Curve", cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
################################
#' ### Custom Prediction
options(warn=-1)
# create a customQuery dataframe with defaults to zero for all the one-hot-encoded independent vars
rm(customQuery)
customQuery <- data.frame(matrix(ncol = 77, nrow = 0))
cols <- c("X", "Year", "AirlineID", "Origin", "Distance", "DepDel15", "DepartureDelayGroups", "DepDelay", "Dest", "DestAirportID", "DayOfWeek.1", "DayOfWeek.2", "DayOfWeek.3", "DayOfWeek.4", "DayOfWeek.5", "DayOfWeek.6", "DayOfWeek.7", "DayofMonth.1", "DayofMonth.2", "DayofMonth.3", "DayofMonth.4", "DayofMonth.5", "DayofMonth.6", "DayofMonth.7", "DayofMonth.8", "DayofMonth.9", "DayofMonth.10", "DayofMonth.11", "DayofMonth.12", "DayofMonth.13", "DayofMonth.14", "DayofMonth.15", "DayofMonth.16", "DayofMonth.17", "DayofMonth.18", "DayofMonth.19", "DayofMonth.20", "DayofMonth.21", "DayofMonth.22", "DayofMonth.23", "DayofMonth.24", "DayofMonth.25", "DayofMonth.26", "DayofMonth.27", "DayofMonth.28", "DayofMonth.29", "DayofMonth.30", "DayofMonth.31", "Month.1", "Month.2", "Month.3", "Month.4", "Month.5", "Month.6", "Month.7", "Month.8", "Month.9", "Month.10", "Month.11", "Month.12", "Quarter.1", "Quarter.2", "Quarter.3", "Quarter.4", "Carrier.AA", "Carrier.AS", "Carrier.B6", "Carrier.DL", "Carrier.EV", "Carrier.F9", "Carrier.MQ", "Carrier.NK", "Carrier.OO", "Carrier.UA", "Carrier.US", "Carrier.VX", "Carrier.WN")
colnames(customQuery) <- cols
customQuery <- data.frame(X=0,
Year=0,
AirlineID=0,
Origin="0",
Distance=0,
DepDel15=0,
DepartureDelayGroups=0,
DepDelay=0,
Dest="0",
DestAirportID=0,
DayOfWeek.1=0,
DayOfWeek.2=0,
DayOfWeek.3=0,
DayOfWeek.4=0,
DayOfWeek.5=0,
DayOfWeek.6=0,
DayOfWeek.7=0,
DayofMonth.1=0,
DayofMonth.2=0,
DayofMonth.3=0,
DayofMonth.4=0,
DayofMonth.5=0,
DayofMonth.6=0,
DayofMonth.7=0,
DayofMonth.8=0,
DayofMonth.9=0,
DayofMonth.10=0,
DayofMonth.11=0,
DayofMonth.12=0,
DayofMonth.13=0,
DayofMonth.14=0,
DayofMonth.15=0,
DayofMonth.16=0,
DayofMonth.17=0,
DayofMonth.18=0,
DayofMonth.19=0,
DayofMonth.20=0,
DayofMonth.21=0,
DayofMonth.22=0,
DayofMonth.23=0,
DayofMonth.24=0,
DayofMonth.25=0,
DayofMonth.26=0,
DayofMonth.27=0,
DayofMonth.28=0,
DayofMonth.29=0,
DayofMonth.30=0,
DayofMonth.31=0,
Month.1=0,
Month.2=0,
Month.3=0,
Month.4=0,
Month.5=0,
Month.6=0,
Month.7=0,
Month.8=0,
Month.9=0,
Month.10=0,
Month.11=0,
Month.12=0,
Quarter.1=0,
Quarter.2=0,
Quarter.3=0,
Quarter.4=0,
Carrier.AA=0,
Carrier.AS=0,
Carrier.B6=0,
Carrier.DL=0,
Carrier.EV=0,
Carrier.F9=0,
Carrier.MQ=0,
Carrier.NK=0,
Carrier.OO=0,
Carrier.UA=0,
Carrier.US=0,
Carrier.VX=0,
Carrier.WN=0
)
##########
#' populate your custom query attributes here
customQuery$Origin="IAD"
#customQuery$Distance=283
customQuery$Dest="JFK"
#customQuery$DestAirportID=11298
customQuery$DayOfWeek.1=1
customQuery$DayofMonth.11=1
customQuery$Month.12=1
customQuery$Carrier.DL=1
# execute the custom prediction request
predict(m5,newdata=customQuery,type = "response")
|
21c41da93fb9929c41825dce0de60535660205da
|
ffdea92d4315e4363dd4ae673a1a6adf82a761b5
|
/data/genthat_extracted_code/balance/examples/vlr.Rd.R
|
507f6370ec2eaa61e9a6e740782a4d6264a9532d
|
[] |
no_license
|
surayaaramli/typeRrh
|
d257ac8905c49123f4ccd4e377ee3dfc84d1636c
|
66e6996f31961bc8b9aafe1a6a6098327b66bf71
|
refs/heads/master
| 2023-05-05T04:05:31.617869
| 2019-04-25T22:10:06
| 2019-04-25T22:10:06
| null | 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 163
|
r
|
vlr.Rd.R
|
library(balance)
### Name: vlr
### Title: Calculate Log-ratio Variance
### Aliases: vlr
### ** Examples
library(balance)
data(iris)
x <- iris[,1:4]
vlr(x)
|
1f54143a391986c31e3949da5f02cddd5fd75552
|
37794cfdab196879e67c3826bae27d44dc86d7f7
|
/Graph/Rigidity.R
|
96d865882a74fd4e3496d365707c6bfe71a41fc1
|
[] |
no_license
|
discoleo/R
|
0bbd53a54af392ef53a6e24af85cec4f21133d17
|
e9db8008fb66fb4e6e17ff6f301babde0b2fc1ff
|
refs/heads/master
| 2023-09-05T00:43:32.381031
| 2023-08-31T23:03:27
| 2023-08-31T23:03:27
| 213,750,865
| 1
| 2
| null | null | null | null |
UTF-8
|
R
| false
| false
| 12,543
|
r
|
Rigidity.R
|
###################
###
### Rigidity Theory
###
### Leonard Mada
###
### draft v.0.1l-formatted
### Rigidity Theory
### Global Rigidity
###################
### 1D Rigidity ###
###################
### Satisfiability:
# - let x be n positive integers;
# - is there a set of coefficients b
# with values in {-1, 1},
# such that sum(b*x) = 0;
### Very Naive Approach
# - iterate through all permutations of b[i];
# - Complexity: 2^n permutations;
### Improved Very Naive Approach:
# - sum(b*x) is a solution <=> sum((-b)*x) is a solution;
# - iterate only through the quasi-unique permutations;
# - Complexity: 2^(n-1) permutations;
### Example: n=4
nr = 4
m = matrix(c(
1, 1, 1, 1,
-1, 1, 1, 1,
1,-1, 1, 1,
1, 1,-1, 1,
1, 1, 1,-1,
-1,-1, 1, 1,
-1, 1,-1, 1,
-1, 1, 1,-1 ), nrow=nr)
# all quasi-unique permutations
sort(sapply(seq(ncol(m)), function(id) abs(sum(m[,id] * sqrt(2:(nr+1))))))
### Modular Arithmetic
### Constraints Mod 2:
# Note: all b = 1 (MOD 2);
# => sum(b*x) = sum(x) (MOD 2);
# => sum(b*x) = 0 <=> sum(x) = 0 (MOD 2);
# TODO
###################
library(pracma)
### Helper functions
### generate 1D Framework
rpx1D = function(n, lim=c(1, 20), replace=TRUE) {
sample(seq(lim[1], lim[2]), n, replace=replace)
}
# connect the points
rpx1D.con = function(r, p=NULL) {
# does NOT check if a framework is already possible;
len = length(r);
p = if(missing(p) || is.null(p)) NULL
else if(length(p) >= 2) p[1:2]
else c(p, 1-p);
b = sample(c(1,-1), len, TRUE, prob=p);
s = sum(b*r);
if(s != 0) {
b = c(b, -sign(s));
r = c(r, abs(s));
}
return(list(p=r, b=b));
}
### Framework Realizations
### Problem:
# - massive redundancy!
# - the reductions simplify greatly the subproblems,
# but create massive redundancy between the subproblems;
solve.fr1D = function(f) {
l = mod(f, 2);
if(l$sum == 1) {
l$SAT = FALSE;
return(l);
}
l = mod(f, 3);
m = as.integer(names(l$tbl));
len1 = l$tbl[m == 1]; len2 = l$tbl[m == 2];
if(length(len1) == 0) len1 = 0;
if(length(len2) == 0) len2 = 0;
l$R = list();
if(len1 == 0 && len2 == 0) {
len = l$tbl[1];
# few Elements vs Many
if(len <= 3) {
if(len == 1) {
isSat = (f[1] == 0); id = 1;
} else if(len == 2) {
isSat = (f[1] == f[2]); id = c(1, -2);
} else {
iSat = c(f[1]+f[2]-f[3], f[1]-f[2]+f[3], f[1]-f[2]-f[3]);
isSat.all = (iSat == 0); isSat = any(isSat.all);
id = list(c(1,2,-3), c(1,-2,3), c(1,-2,-3));
id = if(isSat) unlist(id[isSat.all]) else 0;
}
l$SAT = isSat; l$R = list(id=id);
} else {
l2 = solve.fr1D(f / 3);
if(l2$SAT) {
l$SAT = TRUE;
l$R = c(l$R, l2$R);
} else {
l$SAT = FALSE;
}
}
return(l);
}
# TODO:
m3 = f %% 3;
if(len1 == 0) {
if(len2 == 1) {
l$SAT = FALSE;
return(l);
}
if(len2 %% 2 == 0) {
f2 = combine.diff2(f[m3 == 2], add=f[m3 == 0], p=3);
l2 = solve.fr1D(f2);
if(l2$SAT) {
l$R = c(l$R, l2$R);
}
}
if(len2 %% 3 == 0) {
f2 = combine.sum3(f[m3 == 2], add=f[m3 == 0], p=3);
l2 = solve.fr1D(f2);
if(l2$SAT) {
l$R = c(l$R, l2$R);
}
}
} else if(len2 == 0) {
}
return(l)
}
combine.diff2 = function(v, add, p=3) {
# TODO: resolve massive redundancy!
# - creating all combinations generates massive redundancy;
id = seq(1, length(v), by=2);
v2 = c(add, abs(v[id] - v[id + 1])) / p;
return(v2);
}
combine.sum3 = function(v, add, p=3) {
# TODO: resolve massive redundancy!
# - creating all combinations generates massive redundancy;
id = seq(1, length(v), by=3);
v2 = c(add, abs(v[id] + v[id + 1] + v[id + 2])) / p;
return(v2);
}
# exploratory test to reduce redundancy
# - unique decomposition into subproblems;
# [similar somehow to a matrix factorization]
latin6 = function() {
m = matrix(c(
1, 1, 1, 1, 1, 1, # s3 + s3
1, 1, 1,-1,-1,-1, # s3 - s3
1, 1,-1, 1,-1,-1,
1, 1,-1,-1, 1,-1,
1, 1,-1,-1,-1, 1,
1,-1, 1, 1,-1,-1,
1,-1, 1,-1, 1,-1,
1,-1, 1,-1,-1, 1,
-1,1, 1, 1,-1,-1,
-1,1, 1,-1, 1,-1,
-1,1, 1,-1,-1, 1
), nrow=6)
return(m);
}
latin5 = function() {
m = matrix(c(
1, 1, 1, 1,-1, # s3 + s2
1, 1, 1,-1, 1, # s3 - s2
1, 1,-1, 1, 1,
1,-1, 1, 1, 1,
-1,1, 1, 1, 1
), nrow=6)
return(m);
}
# Test
sort(abs(apply(latin6() * sqrt(2:7), 2, sum)))
### Test Sat
mod = function(x, p) {
list(sum=sum(x) %% p, tbl=table(x %% p), p=p)
}
mod.all = function(x, p) {
list(tbl=tabulate(x %% p), p=p)
}
test = function(x) {
UNSAT = function(p) {
return(list(SAT=FALSE, p=p));
}
fail.mod = function(s, nm, p) {
len = length(nm);
if(len == 1 && s < p && s %% 2 == 1) return(TRUE);
return(FALSE);
}
#
t2 = mod(x, 2);
if(t2$sum == 1) return(UNSAT(2));
### 3
tp = mod.all(x, 3)$tbl;
if(length(tp) == 3) tp = tp[-1];
if(sum(tp) == 1) return(UNSAT(3));
### 5
p = 5;
tp = mod.all(x, p)$tbl;
if(length(tp) == p) tp = tp[-1];
s = sum(tp); nm = which(tp != 0);
if(fail.mod(s, nm, p)) return(UNSAT(p));
if(s == 2 && length(nm) == 2 && sum(nm) != p) return(UNSAT(p));
if(s == 3 && length(nm) == 2 && (sum(nm) %% p == 0)) return(UNSAT(p));
### 7
p = 7;
tp = mod.all(x, p)$tbl;
if(length(tp) == p) tp = tp[-1];
s = sum(tp); nm = which(tp != 0);
if(fail.mod(s, nm, p)) return(UNSAT(p));
if(s == 2 && length(nm) == 2 && sum(nm) != p) return(UNSAT(p));
if(s == 3 && length(nm) == 2 && (sum(nm) %% p == 0)) return(UNSAT(p));
# TODO: (1,2*2), (1,2*5), (2*1,3), ...;
# TODO: combination of 3;
# did NOT fail by congruence!
return(list(SAT=TRUE, p=c(2,3,5,7)));
}
simplify = function(x) {
if(x$sum == 0) return(0);
# works only with p = prime number;
# Note: NOT fully correct!
# 2 types of simplification: %% p or %% 2;
tbl = x$tbl %% 2;
# correction for: (%% p)-times;
m = as.integer(names(tbl));
# Note: should do the sum(tbl %% p == 0);
# but even then it is only = 0 (mod p)!
doCorrect = (tbl == 1) & (m != 0);
cum.sum = sum((x$tbl[doCorrect] %/% x$p) * m[doCorrect]) + tbl[m == 0];
tbl[m == 0] = cum.sum %% 2;
tbl[doCorrect] = (x$tbl[doCorrect] %% x$p) %% 2;
r = sum(tbl * m) %% x$p;
# TODO: more simplifications possible;
# TODO: all correct combinations;
return(list(tbl=tbl, r=r));
}
simplify.p3 = function(x) {
# full implementation of congruence (mod 3);
# SAT: only for (mod 3)!
if( ! is.list(x)) {
l = mod(x, 3);
} else l = x;
m = as.integer(names(l$tbl));
simple.mod = function(l, mlog) {
s2 = l$tbl[mlog];
l$SAT = TRUE; l$type = "Simple";
if(length(s2) == 0) return(l);
if(s2 %% 2 == 0) {
l$tbl[mlog] = 0;
} else if(s2 %% 3 == 0) {
l$tbl[mlog] = 0;
} else {
# else NO realization possible!
l$SAT = FALSE;
}
return(l);
}
if(all(m != 1)) {
return(simple.mod(l, m == 2));
} else if(all(m != 2)) {
return(simple.mod(l, m == 1));
}
print("Non-simple")
# both present: = 1 (mod 3) & = 2 (mod 3);
s1 = l$tbl[m == 1]; s2 = l$tbl[m == 2];
l$SAT = TRUE; l$tbl0 = l$tbl;
if((s1 %% 3 == 0 || s1 %% 2 == 0) && (s2 %% 3 == 0 || s2 %% 2 == 0)) {
l$tbl = l$tbl[m == 0];
return(l);
}
if(s1 %% 2 == 0) {
s2 = s2 %% 2; # == 1;
s1 = -2;
l$tbl[m == 1] = s1; l$tbl[m == 2] = s2;
return(l);
}
if(s2 %% 2 == 0) {
s1 = s1 %% 2; # == 1;
s2 = -2;
l$tbl[m == 1] = s1; l$tbl[m == 2] = s2;
return(l);
}
s1 = s1 %% 2; # == 1;
s2 = s2 %% 2; # == 1;
l$tbl[m == 1] = s1; l$tbl[m == 2] = s2;
return(l);
}
### Analyse
gcd.v = function(v, p) {
gcd(v, p)
}
gcd.all = function(v) {
len = length(v) - 1;
d = sapply(seq(1, len), function(id) gcd(tail(v,-id), v[id]));
d = unlist(d);
m = diag(v);
len = length(v);
id = expand.grid(1:len, 1:len);
m[id[,1] > id[,2]] = d;
return(m);
}
#####################
#####################
#####################
### 1D Frameworks ###
#####################
n = 10;
f = rpx1D(n)
### Q: Is this a valid cyclic framework?
# (exists) b[i] = {-1, 1} such that sum(b*f) = 0;
mod(f, 2)$tbl;
l = simplify.p3(f)
l
### Example:
# - at least 2 realizations (for any order);
f = c(1, 3, 8, 10, 13, 14, 17, 18, 18, 20)
l = simplify.p3(f)
l
### Solution:
# {1, 3, 13, 17}: {(1+/-3), (13+/-17)}, ...; # (mod 2)-variant;
# {1, 10, 13}, {8, 14, 17, 20}:
# "3x1" + "2-2" => {(1+10+13), (8-14), (17-20)}, ...; # 3 variants
# "3x2" + "1+2" => {(1-10), (13+8), (14+17+20)}, ...; # 4*3 = 12 variants;
### Case 1: "3x1" + "2-2"
# C.1.1: {3, 18, 18, 24, -6, -3} => scale by +/-1/3
# => {1, 6, 6, 8, 2, 1}; # smaller problem;
# => (1-1), {6,6,8,2} => NO realization!
# => (1+1), {6,6,8,2} => realization: see below;
# C.1.2: {3, 18, 18, 24, -9, -6} => scale by +/-1/3
# = > {1, 6, 6, 8, 3, 2}; # smaller problem;
# => (1-3), {6,6,8,2} => 6+6-(8+2+3-1)
18 + 18 - (1+10+13) - (20-14 + (17-8) - 3); # = 0;
# C.1.3: {3, 18, 18, 24, -12, -3} => scale by +/-1/3
# => {1, 6, 6, 8, 4, 1}; # smaller problem;
# => (1-1), {6,6,8,4} => 6+6-8-4 + (1-1)
18 + 18 - (1+10+13) - (20-8) + 3 - (17-14) # (same as previous) OR
18 + 18 - (1+10+13) - (20-8) - 3 + (17-14); # = 0;
### Case 2: "3x2" + "1+2"
# C.2.1: {3, 18, 18, 14+17+20, 8+1, 10-13} => scale by +/-1/3
# => {1, 6, 6, 17, 3, 1}; # smaller problem;
# => (1-3), {6,6,8,2} => 17 - (6+6+1+3+1)
14 + 17 + 20 - (18+18+3+8+1+13-10); # = 0;
### TODO: solve recursive problem
f = c(1, 3, 8, 10, 13, 14, 17, 18, 18, 20)
# sol = c(1,1,1,-1,1,-1,-1,1,1,-1)
b1 = 1
A = matrix(c(
3, 8, 10, 13, 14,
0, 2, 1, 1, 2, # mod 3
3, 3, 0, 3, 4, # mod 5
3, 1, 3, 6, 0, # mod 7
3, 8, 10, 2, 3 # mod 11
), ncol=5, byrow=T)
B = matrix(c(
-1,-17,-18,-18,-20, 0, 0, 0, 0, # + 0 * c(3*k3, 5*k5, 7*k7, 11*k11)
-1, -2, 0, 0, -2, 3, 0, 0, 0,
-1, -2, -3, -3, 0, 0, 5, 0, 0,
-1, -3, -4, -4, -6, 0, 0, 7, 0,
-1, -6, -7, -7, -9, 0, 0, 0,11
), ncol=9, byrow=T)
det(A)
# (b2, b3, b4, b5, b6) = {+/- 1};
S = solve(A, B)
S
# p = 5; sum((f %% p) * sol) / p
# 1, b7, ..., b10, k3, ..., k11
b7_10 = c(-1,1,1,-1);
bk = c(1, b7_10, -1,2,1,0)
b2_6 = S %*% bk
b = c(b1, b2_6, b7_10)
b
# Test
sum(b*f)
### TODO:
# - develop theory/techniques to test/solve;
# for M[6*6] det == 0
###
# p = prime number
# if(sum(p) %% p == 1):
# NOT realizable (for odd n)!
# for n = even => more work;
n = 10;
f = rpx1D(n)
l = test(f)
l
### TODO: different algorithm
simplify(l)
### TODO:
# - design full algorithm;
### generate a valid framework
rpx1D.con(f)
########################
#############
### MOD 2 ###
#############
### Example:
x = c(2,4,3,5,7,7)
### 0 (MOD 2)
c(2, 4)
# possible combinations =>
c(4+2, 4-2)
### 1 (MOD 2)
c(3,5,7,7)
# possible combinations =>
matrix(c(
3+5, 7+7,
3+5, 7-7,
5-3, 7+7,
5-3, 7-7
), nrow=2)
### Combinations: 1*0(MOD 2) + 2*1(MOD 2):
c(6, 8,14) # => c(3,4,7) # SAT => (2+4)+(3+5)-(7+7)
c(2, 8,14) # => c(1,4,7) # NO (other);
c(6, 8, 0) # => c(3,4,0) # NO (MOD 2);
c(2, 8, 0) # => c(1,4,0) # NO (MOD 2);
c(6, 2,14) # => c(3,1,7) # NO (MOD 2);
c(2, 2,14) # => c(1,1,7) # NO (MOD 2);
c(6, 2, 0) # => c(3,1,0) # NO (other);
c(2, 2, 0) # => c(1,1,0) # SAT => (4-2)-(5-3)+(7-7)
# 8 simpler subproblems;
### Notes:
# Note 1:
# - testing subproblems is simpler (fewer terms);
# - gain in efficiency: compute each of the MOD subgroups only once!
# Note 2:
# - it may be possible to avoid the actual computations
# using (MOD 4) arithmetic: eliminate unfeasible permutations;
########################
### Complex Analysis
gcd.all(f)
########################
##########
### LP ###
##########
# install.packages("lpSolve")
library(lpSolve)
##########
solve.lp = function(x, objective.coeff) {
n = length(x);
if(missing(objective.coeff)) objective.coeff = rep(1, n);
# (1/2 - bl)*x = 0 => 2*bl*x = sum(x)
constr.mat = matrix(2*x, nrow=1)
constr.val = c(sum(x))
constr.dir = c("=");
b.logic = rep(1, n); # not used;
optimum = lp(direction="max", objective.coeff, constr.mat, constr.dir, constr.val, all.bin=TRUE)
optimum
}
n = 20
x = rpx1D(n, lim=c(1,2*n))
mod(x, 2) # basic SAT
###
objective.coeff = rep(1, n)
# alternative:
# n2 = n %/% 2; objective.coeff = rep(c(1,-1), c(n2, n-n2));
optimum = solve.lp(x, objective.coeff)
optimum
#
b = 1 - 2*optimum$solution
(b*x)[order(x)]
### Test
sum(b*x)
|
485a73b2de0bf1d4c99d50994a056e7cea76f435
|
9576cbd2b43057a1f4bd9946f96b1f525b494ef1
|
/man/listr.Rd
|
94c1efdf1fa7de33e13b5431259ae383711264c4
|
[] |
no_license
|
jonocarroll/remedy
|
b2a55215d9efd395a9c1eb09d01f0d6b10e6281c
|
b61a8b50f25d1b98d5c84ad22d36c5b415e0e77e
|
refs/heads/master
| 2021-10-20T22:06:47.007957
| 2019-02-27T14:19:19
| 2019-02-27T14:19:19
| 114,829,430
| 1
| 0
| null | 2017-12-20T01:41:38
| 2017-12-20T01:41:37
| null |
UTF-8
|
R
| false
| true
| 498
|
rd
|
listr.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/listr.R
\name{listr}
\alias{listr}
\alias{olistr}
\title{Convert to list}
\usage{
listr()
olistr()
}
\value{
\code{listr()} returns an unordered markdown list
\code{olistr()} returns an ordered markdown list
}
\description{
Convert selected text into an (un)ordered list.
}
\examples{
\dontrun{
#unordered list
remedy_example(c('line 1','line 2'),listr)
#ordered list
remedy_example(c('line 1','line 2'),olistr)
}
}
|
cc1414db09d26d82ac811fd0096cdfa2dc2c4dca
|
52ba5412e051388f2f0660c8c66da21a00dfac40
|
/R/qqplot for data (without model).R
|
a6af9ee837f66c493c312e3d7bf2d17113777586
|
[] |
no_license
|
beausoleilmo/handy_r_functions
|
cd551cd5a23591835a9f1b27a7592f3e394aac94
|
dbc25658399a9ec713f933b6370567d0c67ee682
|
refs/heads/master
| 2021-06-28T19:08:35.735730
| 2021-01-15T15:11:29
| 2021-01-15T15:11:29
| 212,481,697
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 756
|
r
|
qqplot for data (without model).R
|
#### ### ### ## #### ### ### ## #### ### ### ##
# Created by Marc-Olivier Beausoleil
# 03 Nomvember 2020
# Why: Get the qqplot for any data
# Output:
# Requires:
# NOTES: Inspired from a course named "Learning Statistics with R" from "The Great Courses"
#### ### ### ## #### ### ### ## #### ### ### ##
# Get the data
ir.virg.data.plgth = iris$Petal.Length[iris$Species == "virginica"]
# Get sample size
n = length(ir.virg.data.plgth)
# Generate probabilities
ps = seq(from = 0,
to = 1,
length.out = n/2)
# Calculate the quantiles
q.virg = quantile(ir.virg.data.plgth,
probs = ps)
# Get the qqplot
qqnorm(q.virg, pch = 20, cex = 2)
# add qqline for normal distribution (implied)
qqline(q.virg)
|
20a18e0b13dd7486d10d3ce3f3d91f0fbdbee3a3
|
1aa43f1b2cd1b30007ceeafd21f5f869b8966760
|
/NCAA_Baseball/model.R
|
3a12260ce38760b25d1a3fdc27c519b7175aaf01
|
[] |
no_license
|
lbenz730/Sports_Analytics
|
447e9eaca8447b8cf315254936851882df99f559
|
cae7ea66b380f6fe7eb14c014ef3dcf71c4f56a6
|
refs/heads/master
| 2021-01-01T04:52:50.127640
| 2018-12-14T02:26:07
| 2018-12-14T02:26:07
| 97,263,693
| 10
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 6,345
|
r
|
model.R
|
x <- read.csv("scores.csv", as.is = T)
y <- read.csv("tournament.csv", as.is = T)
x$rundiff <- x$teamscore - x$oppscore
# Create Model
lm.bb <- lm(rundiff ~ team + opponent + location, data = x)
# Point Spread to Win Percentage Model
x$winprob <- NA
x$winprob[x$rundiff > 0] <- 1
x$winprob[x$rundiff < 0] <- 0
x$predrundiff <- as.numeric(round(predict(lm.bb, newdata = x), 1))
glm.bb<- glm(winprob ~ predrundiff, data = x, family=binomial(link=logit))
x$winprob[is.na(x$winprob)] <- predict(glm.bb, newdata = x[is.na(x$winprob),], type = "response")
bb.sim <- function(a, G3W, G4L, G4W, G5W){
sims <- 1000
Games<- x[1:7, c("team", "opponent", "location")]
Games[1:7,] <- NA
Games$winprob <- 0
Games$predrundiff <- 0
totals <- rep(0, 4)
data <- y[y$Regional == a, ]
home <- data$Team[1]
for(i in 1:sims) {
print(i)
### Game 1
# Games[1, c("team", "opponent", "location")] <- c(data$Team[1], data$Team[4], "H")
# Games$predrundiff[1] <- as.numeric(predict(lm.bb, newdata = Games[1,]))
# Games$winprob[1] <- predict(glm.bb, newdata = Games[1,], type = "response")
# rand <- runif(1)
#
# if(rand < Games$winprob[1]){
# Games$team[3] <- G1L
# Games$location[3] <- L3
# Games$team[4] <- G1W
# Games$location[4] <- L4
# }else{
# Games$team[4] <- G1W
# Games$location[4] <- L4
# Games$team[3] <- G1L
# Games$location[3] <- L3
# }
#
# ### Game 2
# Games[2, c("team", "opponent", "location")] <- c(data$Team[2], data$Team[3], "N")
# Games$predrundiff[2] <- as.numeric(predict(lm.bb, newdata = Games[2,]))
# Games$winprob[2] <- predict(glm.bb, newdata = Games[2,], type = "response")
# rand <- runif(1)
#
# if(rand < Games$winprob[2]){
# Games$opponent[3] <- G2L
# Games$opponent[4] <- G2W
# }else{
# Games$opponent[4] <- G2W
# Games$opponent[3] <- G2L
# }
#
# ### Game 3 and 4
# Games$predrundiff[3] <- as.numeric(predict(lm.bb, newdata = Games[3,]))
# Games$winprob[3] <- predict(glm.bb, newdata = Games[3,], type = "response")
# Games$predrundiff[4] <- as.numeric(predict(lm.bb, newdata = Games[4,]))
# Games$winprob[4] <- predict(glm.bb, newdata = Games[4,], type = "response")
#
# rand <- runif(1)
# if(rand < Games$winprob[3]){
# Games$opponent[5] <- Games$team[3]
#
# }else{
# Games$opponent[5] <- Games$opponent[4]
# }
#
#
# rand <- runif(1)
# if(rand < Games$winprob[4]){
# Games$team[5] <- Games$opponent[4]
# Games$team[6] <- Games$team[4]
#
# }else{
# Games$team[5] <- Games$team[4]
# Games$team[6] <- Games$opponent[4]
# }
Games$team[5] <- G4L
Games$team[6] <- G4W
Games$opponent[5] <- G3W
### Game 5
if(Games$opponent[5] == home){
Games$location[5] <- "V"
}else if (Games$team[5] == home){
Games$location[5] <- "H"
}else{
Games$location[5] <- "N"
}
Games$predrundiff[5] <- as.numeric(predict(lm.bb, newdata = Games[5,]))
Games$winprob[5] <- predict(glm.bb, newdata = Games[5,], type = "response")
rand <- runif(1)
if(rand < Games$winprob[5]){
Games$opponent[6] <- G5W
}else{
Games$opponent[6] <- G5W
}
### Game 6
if(Games$opponent[6] == home){
Games$location[6] <- "V"
}else if (Games$team[6] == home){
Games$location[6] <- "H"
}else{
Games$location[6] <- "N"
}
Games$predrundiff[6] <- as.numeric(predict(lm.bb, newdata = Games[6,]))
Games$winprob[6] <- predict(glm.bb, newdata = Games[6,], type = "response")
rand <- runif(1)
if(rand < Games$winprob[6]) {
seed <- data$Seed[data$Team == Games$team[6]]
totals[seed] <- totals[seed] + 1
}else{
Games[7,] <- Games[6,]
rand <- runif(1)
if(rand < Games$winprob[7]) {
seed <- data$Seed[data$Team == Games$team[7]]
totals[seed] <- totals[seed] + 1
}else{
seed <- data$Seed[data$Team == Games$opponent[7]]
totals[seed] <- totals[seed] + 1
}
}
}
return(round(100 * totals/sims, 1))
}
bb.sim("Fort Worth", "TCU", "Central Conn. St.", "N", "Virginia", "DBU", "H")
bb.sim("Corvallis", "Holy Cross", "Yale", "Oregon St.", "Yale")
bb.sim("Clemson", "UNCG", "Clemson", "Vanderbilt")
bb.sim("Chapel Hill", "North Carolina", "FGCU", "Davidson")
bb.sim("Baton Rouge", "Rice", "Southeastern La.", "LSU")
bb.sim("Fayetteville\xe6", "Oral Roberts", "Arkansas", "Missouri St.")
bb.sim("Hattiesburg", "Southern Miss.", "Ill.-Chicago", "N", "South Ala.", "Mississippi St.", "H")
bb.sim("Gainesville", "South Fla.", "Bethune-Cookman", "Florida")
bb.sim("Houston", "Houston", "Iowa", "Texas A&M")
bb.sim("Lexington", "Indiana", "Kentucky", "North Carolina St.")
bb.sim("Long Beach", "San Diego St.", "Long Beach St.", "Texas")
bb.sim("Lubbock", "Arizona", "Sam Houston St.", "Texas Tech")
bb.sim("Tallahassee", "Florida St.", "Tennessee Tech", "Auburn")
bb.sim("Winston-Salem","Maryland", "West Virginia", "Wake Forest")
bb.sim("Louisville", "Xavier", "Oklahoma", "Louisville")
z <- read.csv("corvallis.csv", as.is = T)
plot(OSU ~ Game, data = z, col = "Orange", type = "l", lwd = 3,
xaxt='n', ylim = c(0,100), main = "Corvallis, OR NCAA Baseball Regional",
ylab = "Advance to Super Regional (%)")
par(new = T)
plot(Nebraska ~ Game, data = z, col = "Red", type = "l", lwd = 3,
xaxt='n', ylim = c(0,100), main = "Corvallis, OR NCAA Baseball Regional",
ylab = "Advance to Super Regional (%)")
par(new = T)
plot(Yale ~ Game, data = z, col = "Blue", type = "l", lwd = 3,
xaxt='n', ylim = c(0,100), main = "Corvallis, OR NCAA Baseball Regional",
ylab = "Advance to Super Regional (%)")
par(new = T)
plot(HC ~ Game, data = z, col = "Purple", type = "l", lwd = 3,
xaxt='n', ylim = c(0,100), main = "Corvallis, OR NCAA Baseball Regional",
ylab = "Advance to Super Regional (%)")
LAB = c("1", "2", "3", "4", "5","6")
pos = 1:6
axis(1, labels = LAB, at = pos)
labels<-c("Oregon St.", "Nebraska", "Yale", "Holy Cross")
colors <-c("Orange", "red", "blue", "purple")
legend("topleft", xjust = 0, cex = .4, title="Legend",
labels, lwd=2, lty=c(1, 1, 1, 1, 1), col=colors)
|
f06104ad0df7fa876612e9d3021b177e1484295a
|
da830d4331e1d851113ac4e93b1728af073f9f60
|
/man/granovagg.ds.Rd
|
6a0efcd528e2da7595455b7a626977e80ad823e4
|
[] |
no_license
|
cran/granovaGG
|
e1ecd8383edf444c8f1dc2917de62e8ccd28d9ea
|
65342433ea3a8bff1a16949ed3add1f5964b865f
|
refs/heads/master
| 2021-01-21T21:39:38.712000
| 2015-12-18T06:43:16
| 2015-12-18T06:43:16
| 17,696,501
| 0
| 1
| null | null | null | null |
UTF-8
|
R
| false
| true
| 6,742
|
rd
|
granovagg.ds.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/granovagg.ds.R
\name{granovagg.ds}
\alias{granovagg.ds}
\title{Elemental Graphic for Display of Dependent Sample Data}
\usage{
granovagg.ds(data = NULL, revc = FALSE, main = "default_granova_title",
xlab = NULL, ylab = NULL, conf.level = 0.95,
plot.theme = "theme_granova_ds", northeast.padding = 0,
southwest.padding = 0, ...)
}
\arguments{
\item{data}{is an n X 2 dataframe or matrix. First column defines X
(intially for horzontal axis), the second defines Y.}
\item{revc}{reverses X,Y specifications}
\item{main}{optional main title (as character); can be supplied by user. The default value is
\code{"default_granova_title"}, which will print a generic title for the graphic.}
\item{xlab}{optional label (as character) for horizontal axis. If not
defined, axis labels are taken from colnames of data.}
\item{ylab}{optional label (as character) for vertical axis. If not
defined, axis labels are taken from colnames of data.}
\item{conf.level}{The confidence level at which to perform a dependent sample t-test.
Defaults to \code{0.95} (95\% Confidence)}
\item{plot.theme}{argument indicating a ggplot2 theme to apply to the
graphic; defaults to a customized theme created for the dependent sample graphic}
\item{northeast.padding}{(numeric) extends axes toward lower left,
effectively moving data points to the southwest. Defaults to zero padding.}
\item{southwest.padding}{(numeric) extends axes toward upper right,
effectively moving data points to the southwest. Defaults to zero padding.
Making both southwest and northeast padding smaller moves points farther apart,
while making both larger moves data points closer together.}
\item{...}{Optional arguments to/from other functions}
}
\value{
Returns a plot object of class \code{ggplot}.
}
\description{
Plots dependent sample data beginning from a scatterplot for the X,Y pairs;
proceeds to display difference scores as point projections; also X and Y
means, as well as the mean of the difference scores.
}
\details{
Paired X and Y values are plotted as scatterplot. The identity reference line
(for Y = X) is drawn. Parallel projections of data points to (a lower-left)
line segment show how each point relates to its X-Y = D difference;
semitransparent "shadow" points are used to display the distribution of
difference scores, with thin grey lines leading from each raw datapoint to
its shadow projection on the difference distribution. The range of that
difference score distribution is drawn as a blue line beneath the shadow
points and the mean difference is displayed as a heavy dashed purple line,
parallel to the identity reference line. Means for X and Y are also plotted
(as thin dashed vertical and horizontal lines), and rug plots are shown for
the distributions of X (at the top of graphic) and Y (on the right side). The
95\% confidence interval for the population mean difference is also shown
graphically as a green band, perpendicular to the mean treatment effect line.
Because all data points are plotted relative to the identity line, and
summary results are shown graphically, clusters, data trends, outliers, and
possible uses of transformations are readily seen, possibly to be
accommodated.
In summary, the graphic shows all initial data points relative to the
identity line, adds projections (to the 'north' and 'east') showing the
marginal distributions of X and Y, as well as projections to the 'southwest'
where the difference scores for each point are drawn. Means for all three
distributions are shown using straight lines; the confidence interval for the
population mean difference score is also shown. Summary statistics are
printed as side effects of running the function for the dependent sample
analysis.
}
\examples{
### Using granovagg.ds to examine trends or effects for repeated measures data.
# This example corresponds to case 1b in Pruzek and Helmreich (2009). In this
# graphic we're looking for the effect of Family Treatment on patients with anorexia.
data(anorexia.sub)
granovagg.ds(anorexia.sub,
revc = TRUE,
main = "Assessment Plot for weights to assess \\
Family Therapy treatment for Anorexia Patients",
xlab = "Weight after therapy (lbs.)",
ylab = "Weight before therapy (lbs.)"
)
### Using granovagg.ds to compare two experimental treatments (with blocking)
# This example corresponds to case 2a in Pruzek and Helmreich (2009). For this
# data, we're comparing the effects of two different virus preparations on the
# number of lesions produced on a tobacco leaf.
data(tobacco)
granovagg.ds(tobacco[, c("prep1", "prep2")],
main = "Local Lesions on Tobacco Leaves",
xlab = "Virus Preparation 1",
ylab = "Virus Preparation 2"
)
### Using granovagg.ds to compare two experimental treatments (with blocking)
# This example corresponds to case 2a in Pruzek and Helmreich (2009). For this
# data, we're comparing the wear resistance of two different shoe sole
# materials, each randomly assigned to the feet of 10 boys.
data(shoes)
granovagg.ds(shoes,
revc = TRUE,
main = "Shoe Wear",
xlab = "Sole Material B",
ylab = "Sole Material A",
)
### Using granovagg.ds to compare matched individuals for two treatments
# This example corresponds to case 2b in Pruzek and Helmreich (2009). For this
# data, we're examining the level of lead (in mg/dl) present in the blood of
# children. Children of parents who had worked in a factory where lead was used
# in making batteries were matched by age, exposure to traffic, and neighborhood
# with children whose parents did not work in lead-related industries.
data(blood_lead)
granovagg.ds(blood_lead,
sw = .1,
main = "Dependent Sample Assessment Plot
Blood Lead Levels of Matched Pairs of Children",
xlab = "Exposed (mg/dl)",
ylab = "Control (mg/dl)"
)
}
\author{
Brian A. Danielak \email{brian@briandk.com}\cr
Robert M. Pruzek \email{RMPruzek@yahoo.com}
with contributions by:\cr
William E. J. Doane \email{wil@drdoane.com}\cr
James E. Helmreich \email{James.Helmreich@Marist.edu}\cr
Jason Bryer \email{jason@bryer.org}
}
\references{
Pruzek, R. M., & Helmreich, J. E. (2009). Enhancing Dependent Sample Analyses with Graphics. Journal of Statistics Education, 17(1), 21.
Wickham, H. (2009). Ggplot2: Elegant Graphics for Data Analysis. New York: Springer.
Wilkinson, L. (1999). The Grammar of Graphics. Statistics and computing. New York: Springer.
}
\seealso{
\code{\link{granovagg.1w}},
\code{\link{granovagg.ds}}, \code{\link{granovaGG}}
}
|
02598428292f48f78012aa3d048b94c3e4969482
|
d8e6354d5fcc6f3f1202fccccaf816f11d6a0518
|
/R Files/ps1.R
|
055387be23aaa3ab4cbaf36ebc227c0129d8ebb7
|
[] |
no_license
|
nishidhvlad/Repository
|
4f7ff19c7c4cb92f53fc6d3f4df79dc2e82a7a04
|
b10e664b6d9912bb49f5d20d0ab16562f76a90de
|
refs/heads/master
| 2020-03-26T04:29:44.084478
| 2018-08-12T22:36:21
| 2018-08-12T22:36:21
| 144,506,506
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 1,340
|
r
|
ps1.R
|
########################################
#File: Problem Set 1
#Author: Nishidh Lad
#Date: September 7,2017
########################################
rm(list=ls(all=TRUE))
library(data.table)
context1 <- fread('WAGE1.csv')
summary(context1)
lwage <- log(context1$wage)
model1 <- lm(wage~educ, data=context1)
summary(model1)
#Coefficients:
# Estimate Std. Error t value Pr(>|t|)
#(Intercept) -0.93389 0.68769 -1.358 0.175
#educ 0.54470 0.05346 10.189 <2e-16
model2 <- lm(wage~educ+exper+tenure, data = context1)
summary(model2)
#Coefficients:
# Estimate Std. Error t value Pr(>|t|)
#(Intercept) -2.91354 0.73172 -3.982 7.81e-05 ***
# educ 0.60268 0.05148 11.708 < 2e-16 ***
# exper 0.02252 0.01210 1.861 0.0633 .
# tenure 0.17002 0.02173 7.825 2.83e-14 ***
model3 <- lm(lwage~educ+exper+tenure, data = context1)
summary(model3)
#Coefficients:
# Estimate Std. Error t value Pr(>|t|)
# (Intercept) 0.282635 0.104331 2.709 0.00697 **
# educ 0.092256 0.007340 12.569 < 2e-16 ***
# exper 0.004137 0.001726 2.397 0.01687 *
# tenure 0.022112 0.003098 7.138 3.19e-12 ***
coef(model3)*100
# (Intercept) educ exper tenure
# 28.2634948 9.2256203 0.4136804 2.2111673
|
783e6eb845f68024f38bef75fc41335a08013c1c
|
c79fa021f5bb195a4abfcf81d88a49b5ae86ce73
|
/man/risk_stein.Rd
|
98737715264acd15263417c2af53f0e8d7ef4bdb
|
[
"MIT"
] |
permissive
|
topepo/sparsediscrim
|
7c99e48f9552455c494e6a04ab2baabd4044a813
|
60198a54e0ced0afa3909121eea55321dd04c56f
|
refs/heads/main
| 2021-08-08T17:04:45.633377
| 2021-06-28T00:27:34
| 2021-06-28T00:27:34
| 313,120,774
| 4
| 0
|
NOASSERTION
| 2021-06-28T00:27:34
| 2020-11-15T20:51:32
|
R
|
UTF-8
|
R
| false
| true
| 1,388
|
rd
|
risk_stein.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/stein-shrinkage.r
\name{risk_stein}
\alias{risk_stein}
\title{Stein Risk function from Pang et al. (2009).}
\usage{
risk_stein(N, K, var_feature, num_alphas = 101, t = -1)
}
\arguments{
\item{N}{the sample size.}
\item{K}{the number of classes.}
\item{var_feature}{a vector of the sample variances for each dimension.}
\item{num_alphas}{The number of values used to find the optimal amount of
shrinkage.}
\item{t}{a constant specified by the user that indicates the exponent to use
with the variance estimator. By default, t = -1 as in Pang et al. See the
paper for more details.}
}
\value{
list with
\itemize{
\item \code{alpha}: the alpha that minimizes the average risk under a Stein
loss function. If the minimum is not unique, we randomly select an
\code{alpha} from the minimizers.
\item \code{risk}: the minimum average risk attained.
}
}
\description{
This function finds the value for \eqn{\alpha \in [0,1]} that empirically
minimizes the average risk under a Stein loss function, which is given on
page 1023 of Pang et al. (2009).
}
\references{
Pang, H., Tong, T., & Zhao, H. (2009). "Shrinkage-based Diagonal
Discriminant Analysis and Its Applications in High-Dimensional Data,"
Biometrics, 65, 4, 1021-1029.
\url{http://onlinelibrary.wiley.com/doi/10.1111/j.1541-0420.2009.01200.x/abstract}
}
|
94c40463f0c4453a67b597fa78933465a22314c6
|
0ebf0950d351f32a25dadb64b4a256a8a9022039
|
/inst/rsp-ex/TCGA,OV,testSet,pairs,fracB/R/zzz.R
|
44a3bfb4d0c4f573d561920e8f0c6b4ae26069a8
|
[] |
no_license
|
HenrikBengtsson/aroma.cn.eval
|
de02b8ef0ae30da40e32f9473d810e44b59213ec
|
0462706483101b74ac47057db4e36e2f7275763c
|
refs/heads/master
| 2020-04-26T16:09:27.712170
| 2019-01-06T20:41:30
| 2019-01-06T20:41:30
| 20,847,824
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 11,655
|
r
|
zzz.R
|
############################################################################
#
############################################################################
## for the fullNamesTranslator
fntFUN <- function(names, ...) {
pattern <- "^(TCGA-[0-9]{2}-[0-9]{4})-([0-9]{2}[A-Z])[-]*(.*)";
gsub(pattern, "\\1,\\2,\\3", names);
};
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 1. Setting up fracB data sets
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if (!exists("fracBDsList", mode="list")) {
verbose && enter(verbose, "Loading 'fracBDsList'");
pattern <- sprintf("|,%s.*", names(postProcessing));
pattern <- paste(pattern, collapse="");
pattern <- sprintf("^%s(%s)$", dataSet, pattern);
fracBDsList <- loadAllDataSets(dataSet, chipType=chipType, pattern=pattern, type="fracB", rootPath=rootPath);
rm(pattern);
fracBDsList <- lapply(fracBDsList, setFullNamesTranslator, fntFUN);
verbose && print(verbose, fracBDsList);
verbose && enter(verbose, "Identifying normals");
dsN0 <- fracBDsList[[dataSet]];
types <- sapply(dsN0, function(df) getTags(df)[1]);
keep <- grep("^1[01][A-Z]$", types);
dsN <- extract(dsN0, keep);
verbose && print(verbose, dsN);
# Sanity check
stopifnot(length(dsN) > 0);
rm(dsN0, types);
verbose && exit(verbose);
## Keep only tumors
verbose && enter(verbose, "Keeping only tumors");
fracBDsList <- lapply(fracBDsList, function(ds) {
types <- sapply(ds, function(df) getTags(df)[1]);
keep <- grep("^01[A-Z]$", types);
ds <- extract(ds, keep);
ds;
});
verbose && print(verbose, fracBDsList);
verbose && exit(verbose);
# Set names
verbose && enter(verbose, "Updating data set names");
names <- names(fracBDsList);
names <- sapply(names, FUN=strsplit, split=",", fixed=TRUE);
while(TRUE) {
ns <- sapply(names, FUN=length);
if (any(ns == 0))
break;
first <- unname(sapply(names, FUN=function(x) x[1]));
if (length(unique(first)) > 1)
break;
names <- lapply(names, FUN=function(x) x[-1]);
}
names <- sapply(names, FUN=paste, collapse=",");
names[(names == "") | sapply(names, length)==0] <- "raw";
names(fracBDsList) <- names;
rm(names, ns, first);
verbose && exit(verbose);
verbose && exit(verbose);
}
# Sanity check
if (length(fracBDsList) == 0) {
throw("No matching data sets found.");
}
# Filter out the data sets matching the method pattern
if (!is.null(methodPattern)) {
verbose && enter(verbose, "Filtering out data sets matching the method pattern");
verbose && cat(verbose, "Method pattern: ", methodPattern);
verbose && cat(verbose, "Before:");
verbose && print(verbose, fracBDsList);
dsList <- fracBDsList;
verbose && print(verbose, names(dsList));
keep <- (regexpr(methodPattern, names(dsList)) != -1);
verbose && print(verbose, keep);
dsList <- dsList[keep];
# Sanity check
if (length(dsList) == 0) {
throw("No data sets remaining after name pattern filtering.");
}
fracBDsList <- dsList;
rm(dsList);
verbose && cat(verbose, "After:");
verbose && print(verbose, fracBDsList);
verbose && exit(verbose);
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 2. Setting up total CN data sets
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if (!exists("cnDsList", mode="list")) {
dsList <- loadAllDataSets(dataSet, chipType=chipType, pattern=dataSet, type="total", rootPath=rootPath, verbose=verbose);
for (acs0 in dsList) {
setFullNamesTranslator(acs0, fntFUN);
types <- sapply(acs0, function(df) getTags(df)[1]);
isTumor <- grep("^01[A-Z]$", types);
isNormal <- grep("^1[01][A-Z]$", types);
acsN <- extract(acs0, isNormal);
acsT <- extract(acs0, isTumor);
rm(acs0, types, isTumor, isNormal);
exportTotalCnRatioSet(acsT, acsN, verbose=verbose);
rm(acsN, acsT);
}
rm(dsList)
pattern <- sprintf("^%s(|,%s)(|.lnk)$", dataSet, paste(postTags, collapse="|"))
cnDsList <- loadAllDataSets(dataSet, chipType=chipType, pattern=pattern, type="total", rootPath="rawCnData", verbose=verbose);
rm(pattern);
}
# Sanity check
if (length(cnDsList) == 0) {
throw("No matching data sets found.");
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 3. Setting up normal genotype data set
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if (!exists("gcDsList", mode="list")) {
pattern <- sprintf("^%s,", dataSet)
gcDsList <- loadAllDataSets(dataSet, chipType=chipType, pattern=pattern, type="genotypes", rootPath="callData", verbose=verbose);
rm(pattern);
# Keep only those that match the target chip type
if (!is.null(targetChipType)) {
keep <- sapply(gcDsList, function(ds) {
(getChipType(ds) == targetChipType);
});
gcDsList <- gcDsList[keep];
}
gcDsList <- lapply(gcDsList, setFullNamesTranslator, fntFUN);
## Keep only normals
gcDsList <- lapply(gcDsList, function(ds) {
types <- sapply(ds, function(df) getTags(df)[1]);
keep <- grep("^1[01][A-Z]$", types);
ds <- extract(ds, keep);
ds;
});
# Set names by caller algorithm
names <- names(gcDsList);
names <- gsub(".*,", "", names);
names(gcDsList) <- names;
rm(names);
# keep those who match genTags and update genTags accordingly
m <- match(genTags, names(gcDsList));
if (sum(is.na(m))) {
warning("No matching genotype data set found for tag: ", paste(genTags[is.na(m)], collapse=","));
}
genTags <- genTags[!is.na(m)];
gcDsList <- gcDsList[genTags];
# Sanity check
ns <- sapply(gcDsList, FUN=function(ds) {
nbrOfUnits(getFile(ds,1));
});
stopifnot(length(unique(ns)) == 1);
rm(m);
}
# Sanity check
if (length(gcDsList) == 0) {
throw("No matching data sets found.");
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 4. Setting up normal genotype call confidence scores data set
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if (confQuantile < 1) {
if (!exists("gcsDsList", mode="list")) {
pattern <- sprintf("^%s,", dataSet)
gcsDsList <- loadAllDataSets(dataSet, chipType=chipType, pattern=pattern, type="confidenceScores", rootPath="callData", verbose=verbose);
rm(pattern);
# Keep only those that match the target chip type
if (!is.null(targetChipType)) {
keep <- sapply(gcsDsList, function(ds) {
(getChipType(ds) == targetChipType);
});
gcsDsList <- gcsDsList[keep];
}
gcsDsList <- lapply(gcsDsList, setFullNamesTranslator, fntFUN);
## Keep only normals
gcsDsList <- lapply(gcsDsList, function(ds) {
types <- sapply(ds, function(df) getTags(df)[1]);
keep <- grep("^1[01][A-Z]$", types);
ds <- extract(ds, keep);
ds;
});
# Set names by caller algorithm
names <- names(gcsDsList);
names <- gsub(".*,", "", names);
names(gcsDsList) <- names;
rm(names);
# keep those who match genTags
m <- match(genTags, names(gcsDsList));
gcsDsList <- gcsDsList[genTags[!is.na(m)]];
if (sum(is.na(m))) {
warning("No matching genotype confidence score data set found for tag: ", paste(genTags[is.na(m)], collapse=","));
}
rm(m);
}
# Drop non existing confidence scores
gcsDsList <- gcsDsList[sapply(gcsDsList, FUN=length) > 0];
# Sanity check
if (length(gcsDsList) == 0) {
throw("Stratification on genotype confidence scores is requests but there are no confidence score files available: ", confQuantile);
}
# Drop incomplete cases
if (length(gcsDsList) > 0) {
keep <- intersect(names(gcDsList), names(gcsDsList));
gcDsList <- gcDsList[keep];
gcsDsList <- gcsDsList[keep];
rm(keep);
# Sanity check
if (length(gcDsList) == 0) {
throw("After matching genotypes with available confidence scores, there is no data.");
}
# Sanity check
ns <- sapply(gcsDsList, FUN=function(ds) {
nbrOfUnits(getFile(ds,1));
});
stopifnot(length(unique(ns)) == 1);
}
} else {
# Empty dummy
gcsDsList <- list();
} # if (confQuantile < 1)
genTags <- names(gcDsList);
names <- names(fracBDsList);
names <- strsplit(names, split=",", fixed=TRUE);
keep <- sapply(names, FUN=function(tags) {
is.element("raw", tags) || is.element("CalMaTe", tags) || any(is.element(genTags, tags))
});
fracBDsList <- fracBDsList[keep];
rm(keep);
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Sanity checks
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Assert that only one sample is studied
regionsList <- lapply(regions, FUN=parseRegion);
sampleNames <- sapply(regionsList, FUN=function(x) x$name);
sampleName <- sampleNames[1];
stopifnot(all(sampleNames == sampleName));
rm(regions, sampleNames);
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Drop all samples but the one of interest
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cnDsList <- lapply(cnDsList, FUN=function(ds) {
ds <- extract(ds, indexOf(ds, sampleName));
});
print(cnDsList);
fracBDsList <- lapply(fracBDsList, FUN=function(ds) {
ds <- extract(ds, indexOf(ds, sampleName));
});
print(fracBDsList);
gcDsList <- lapply(gcDsList, FUN=function(ds) {
ds <- extract(ds, indexOf(ds, sampleName));
});
print(gcDsList);
# Infer the tumor and normal type
df <- getFile(cnDsList[[1]], 1);
tags <- getTags(df);
tags <- grep("^[0-9]{2}[A-Z]$", tags, value=TRUE);
tags <- sort(tags);
tumorType <- tags[1];
normalType <- tags[2];
rm(df, tags);
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Document path
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ds <- cnDsList[[1]];
platform <- getPlatform(ds);
chipType <- getChipType(ds, fullname=FALSE);
chipTypeEsc <- gsub("_", "\\_", chipType, fixed=TRUE);
rm(ds);
docTags <- c(platform, chipType, docTags);
if (confQuantile < 1) {
docTags <- c(docTags, confQuantileTag);
}
docTags <- paste(docTags, collapse=",");
docPath <- sprintf("doc,%s", docTags);
docPath <- Arguments$getWritablePath(docPath);
docName <- sprintf("BengtssonH_2009c-SupplementaryNotes,%s", docTags);
pdfName <- sprintf("%s.pdf", docName);
pdfPathname <- filePath(docPath, pdfName);
figPath <- file.path(docPath, "figures", "col");
setOption("devEval/args/path", figPath);
figForce <- 3;
figDev <- function(..., force=(figForce > 0)) { epsDev(..., path=figPath, force=force) }
figDev <- function(..., force=(figForce > 0)) { pngDev(..., device=png, path=figPath, force=force) }
docTags <- strsplit(docTags, split=",", fixed=TRUE)[[1]];
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# CLEAN UP
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
rm(fntFUN);
############################################################################
# HISTORY:
# 2012-02-24 [PN]
# o Now able to load several TCN data sets
# 2012-02-19
# o Now the data set name pattern for loading fracB data is generated
# from the 'postProcessing' strings.
# 2011-03-18
# o Prepared to utilize new devEval().
# 2009-12-06
# o Updated to also handle BeadStudio genotype calls.
# 2009-12-04
# o Now only one sample per data set is kept.
# 2009-06-18
# o Now use 'loadAllDataSets' to retrieve genotype calls and confidence scores.
# 2009-06-18
# o Now use 'loadAllDataSets' to retrieve total copy number data.
# 2009-06-13
# o More cleanups.
# 2009-06-09
# o Genotype calls now assumed to be stored in AromaUnitGenotypeCallFile:s.
# 2009-06-08
# o Created from aroma.aroma.cn.eval/inst/vignettes/GSE13372,2CHCC1143,fracB.
############################################################################
|
52098ce2769ca91910ed988d356f42a4da52bb91
|
306c9c5808cfbbcbfe6b9bf42c0f3ad1a9502879
|
/man/subset_proteins.Rd
|
dbd96b28d739b0a0bda90fb23cf3777348e3b389
|
[
"MIT"
] |
permissive
|
YuliyaLab/ProteoMM
|
333386474d1d9cf984fad74ab299335c52f8003e
|
3058e12d44b9f2a64f74b4165bf563b5c594ed05
|
refs/heads/master
| 2022-05-15T08:21:13.133808
| 2022-04-10T05:20:14
| 2022-04-10T05:20:14
| 138,552,525
| 1
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 4,079
|
rd
|
subset_proteins.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/TwoPart_MultiMS.R
\name{subset_proteins}
\alias{subset_proteins}
\title{Subset proteins}
\usage{
subset_proteins(mm_list, prot.info, prot_col_name)
}
\arguments{
\item{mm_list}{list of matrices for each experiment,
length = number of datasets to compare
internal dataset dimentions:
numpeptides x numsamples for each dataset}
\item{prot.info}{list of protein and peptide mapping
for each matrix in mm_list,
in same order as mm_list}
\item{prot_col_name}{column name in prot.info that contains
protein identifiers that
link all datasets together.
Not that Protein IDs will differ across
different organizms and cannot be used
as the linking identifier.
Function match_linker_ids() produces
numeric identifyers that link all
datasets together}
}
\value{
data frame with the following columns
\describe{
\item{sub_mm_list}{list of dataframes of intensities
for each of the datasets
passed in with proteins present in all datasets}
\item{sub_prot.info}{list of dataframes of metadata
for each of the datasets
passed in with proteins present in all datasets.
Same order as sub_mm_list}
\item{sub_unique_mm_list}{list of dataframes of
intensities not found in all
datasets}
\item{sub_unique_prot.info}{ist of dataframes of
metadata not found in all
datasets}
\item{common_list}{list of protein IDs commnon to all datasets}
}
}
\description{
Subset proteins into ones common to all datasets passed
into the function and unique to each dataset. Note: for 3+ datasets
no intermediate combinations of proteins are returned, only
proteins common to all datasets, the rest are
returned as unique to each dataset.
}
\examples{
# Load mouse dataset
data(mm_peptides)
head(mm_peptides)
# different from parameter names as R uses
# outer name spaces if variable is undefined
intsCols = 8:13
metaCols = 1:7 # reusing this variable
m_logInts = make_intencities(mm_peptides, intsCols) # will reuse the name
m_prot.info = make_meta(mm_peptides, metaCols)
m_logInts = convert_log2(m_logInts)
grps = as.factor(c('CG','CG','CG', 'mCG','mCG','mCG'))
set.seed(173)
mm_m_ints_eig1 = eig_norm1(m=m_logInts,treatment=grps,prot.info=m_prot.info)
mm_m_ints_eig1$h.c # check the number of bias trends detected
mm_m_ints_norm = eig_norm2(rv=mm_m_ints_eig1)
mm_prot.info = mm_m_ints_norm$normalized[,1:7]
mm_norm_m = mm_m_ints_norm$normalized[,8:13]
set.seed(131)
imp_mm = MBimpute(mm_norm_m, grps,
prot.info=mm_prot.info, pr_ppos=2, my.pi=0.05,
compute_pi=FALSE)
# Load human dataset
data(hs_peptides)
head(hs_peptides)
intsCols = 8:13
metaCols = 1:7 # reusing this variable
m_logInts = make_intencities(hs_peptides, intsCols) # will reuse the name
m_prot.info = make_meta(hs_peptides, metaCols)
m_logInts = convert_log2(m_logInts)
grps = as.factor(c('CG','CG','CG', 'mCG','mCG','mCG'))
hs_m_ints_eig1 = eig_norm1(m=m_logInts,treatment=grps,prot.info=m_prot.info)
hs_m_ints_eig1$h.c # check the number of bias trends detected
hs_m_ints_norm = eig_norm2(rv=hs_m_ints_eig1)
hs_prot.info = hs_m_ints_norm$normalized[,1:7]
hs_norm_m = hs_m_ints_norm$normalized[,8:13]
set.seed(131)
imp_hs = MBimpute(hs_norm_m, grps,
prot.info=hs_prot.info, pr_ppos=2,
my.pi=0.05,
compute_pi=FALSE)
# Multi-Matrix Model-based differential expression analysis
# Set up needed variables
mms = list()
treats = list()
protinfos = list()
mms[[1]] = imp_mm$y_imputed
mms[[2]] = imp_hs$y_imputed
treats[[1]] = grps
treats[[2]] = grps
protinfos[[1]] = imp_mm$imp_prot.info
protinfos[[2]] = imp_hs$imp_prot.info
subset_data = subset_proteins(mm_list=mms, prot.info=protinfos, 'MatchedID')
mms_mm_dd = subset_data$sub_unique_mm_list[[1]]
protinfos_mm_dd = subset_data$sub_unique_prot.info[[1]]
# DIfferential expression analysis for mouse specific protiens
DE_mCG_CG_mm_dd = peptideLevel_DE(mms_mm_dd, grps,
prot.info=protinfos_mm_dd, pr_ppos=2)
}
|
3837447eeac6c7b8dbab2d139293f4ba6bba39ae
|
65c1fa759af61a18c6d551994fe7fa71dd766724
|
/tests/testthat/test.utilities.R
|
d0eee67f3efd52909a3e305fdbda663e1ece3afa
|
[] |
no_license
|
livioivil/resamplingMCP
|
ce479f9cc80ab8ba3a2f244860018e0980f1e5e2
|
01b60800f1ba44e07d8dd280eb30e63d34122337
|
refs/heads/master
| 2021-01-18T11:28:53.636162
| 2015-12-02T09:28:18
| 2015-12-02T09:28:18
| 58,716,277
| 1
| 0
| null | 2016-05-13T08:10:07
| 2016-05-13T08:10:07
| null |
UTF-8
|
R
| false
| false
| 2,862
|
r
|
test.utilities.R
|
context("Utilities")
expect_aboutequal <- function(object,expected,digits=4,...){
ro <- round(object,digits)
re <- round(expected,digits)
expect_equivalent(ro,re,...)
}
## test mean diff
n <- 30
m <- 100
x <- rnorm(2*n)
X <- matrix(rnorm(2*n*m),nc=m)
largeX <- matrix(rnorm(2*n*10^5),nc=10^5)
g <- rep(c(0,1),each=n)
g2 <- rep(0:2,each=2*n/3)
test_that("Test of meandiff function",
{
expect_equivalent(meandiff(x,g),mean(x[(n+1):(2*n)])-mean(x[1:n]))
expect_equivalent(meandiff(X,g),colMeans(X[(n+1):(2*n),])-colMeans(X[1:n,]))
})
test_that("Test of pooled variances function",
{
n1 <- sum(g>0)
n2 <- sum(g<=0)
pv <- function(x,g)(var(x[g>0])*(n1-1)+var(x[g<=0])*(n2-1))/(n1+n2-2)
expect_equivalent(pooled_variance(x,g),pv(x,g))
expect_equivalent(pooled_variance(X,g),apply(X,2,function(x) pv(x,g)))
x <- rnorm(4)
G <- omega(rep(0:1,each=2))
X <- apply(G,2,function(i) c(x[i>0],x[i<=0]))
expect_equivalent(pooled_variance(X,G[,1]),pooled_variance(x,G))
expect_equivalent(sumdiff(X,G[,1]),sumdiff(x,G))
expect_equivalent(meandiff(X,G[,1]),meandiff(x,G))
expect_equivalent(zstat(X,G[,1]),zstat(x,G))
expect_equivalent(tstat(X,G[,1]),tstat(x,G))
})
test_that("Test of tstat function",
{
expect_equivalent(tstat(x,g),-t.test(x~g,var.equal=T)$statistic)
expect_equivalent(tstat(X,g),apply(X,2,function(x) -t.test(x~g,var.equal=T)$statistic))
})
test_that("Test of zstat function",
{
expect_equivalent(zstat(x,g),sqrt(n/2)*(mean(x[(n+1):(2*n)])-mean(x[1:n])))
expect_equivalent(zstat(X,g),sqrt(n/2)*(colMeans(X[(n+1):(2*n),])-colMeans(X[1:n,])))
expect_aboutequal(sd(zstat(largeX,g)),1,2)
expect_aboutequal(mean(zstat(largeX,g)),0,2)
})
test_that("Test pairwise stuff",
{
expect_equivalent(pw_meandiff(x,g2),c(mean(x[g2==1])-mean(x[g2==0]),mean(x[g2==2])-mean(x[g2==0])))
expect_equivalent(pw_meandiff(X,g2),cbind(colMeans(X[g2==1,])-colMeans(X[g2==0,]),colMeans(X[g2==2,])-colMeans(X[g2==0,])))
expect_equivalent(pw_zstat(x,g2),c(sqrt(n/3)*(mean(x[g2==1])-mean(x[g2==0])),sqrt(n/3)*(mean(x[g2==2])-mean(x[g2==0]))))
expect_equivalent(pw_zstat(X,g2),sqrt(n/3)*cbind(colMeans(X[g2==1,])-colMeans(X[g2==0,]),colMeans(X[g2==2,])-colMeans(X[g2==0,])))
expect_aboutequal(pw_meandiff(x,g2)*n*2/3,flip(x,make_pw_contrasts(g2),statTest='sum')@res$Stat)
expect_aboutequal(as.numeric(t(pw_meandiff(X,g2)*n*2/3)),flip(X,make_pw_contrasts(g2),statTest='sum')@res$Stat)
})
|
2cc534ab287773d4f537d11460f9196bfa3893a5
|
c35e0e7a2c2d9f0e15bdc90407faab4c886db76c
|
/cachematrix.R
|
d7da4286e3f81d4157f8537f23fb6360477631e9
|
[] |
no_license
|
aaditya22/ProgrammingAssignment2
|
84da4b4b068a266ee7a10bae7be9f05da8d1a7b5
|
a92835f6551dec9df7ddbafc57f3eb7aa668334d
|
refs/heads/master
| 2020-05-28T04:14:58.695004
| 2019-05-27T17:13:08
| 2019-05-27T17:13:08
| 188,876,751
| 0
| 0
| null | 2019-05-27T16:28:37
| 2019-05-27T16:28:36
| null |
UTF-8
|
R
| false
| false
| 1,120
|
r
|
cachematrix.R
|
#The first function, makeCacheMatrix creates a special "matrix", which is really a list containing a function to
#1set the value of the matrix
#2get the value of the matrix
#3set the value of the inverse
#4get the value of the inverse
makeCacheMatrix <- function(x = matrix()) {
inv <- NULL
set <- function(y){
x <<- y
inv <<- NULL
}
get <- function() x
setInv <- function(solve) inv <<- solve
getInv <- function() inv
list(set = set, get = get, setInv = setInv, getInv = getInv)
}
#The following function calculates the inverse of the special "matrix" created with the above function.
#However, it first checks to see if the inverse has already been calculated.
#If so, it gets the mean from the cache and skips the computation.
#Otherwise, it calculates the inverse of the data and sets the value of the inverse in the cache via the setinv function.
cacheSolve <- function(x, ...) {
inv <- x$getInv()
if(!is.null(inv)){
message("getting cached data")
return(inv)
}
data <- x$get()
inv <- solve(data)
x$setInv(inv)
inv
}
|
55a9a0b36cba246b926173664f34b3a992c73402
|
57ef89c43665c3fb4523087364918d909c23d2b5
|
/Visualization.R
|
1b41efe08ea482a7fcea480bbbf914b2b935633e
|
[] |
no_license
|
Franca97/Web_Data_and-_Digital_Analytics
|
f2ae3c89be0f58b28789382d235c356699edf29c
|
e5ba1735744ec9ad0178442d09f00a4946c8e7e6
|
refs/heads/master
| 2022-07-22T15:49:31.500990
| 2020-05-19T20:50:36
| 2020-05-19T20:50:36
| 256,192,595
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 3,351
|
r
|
Visualization.R
|
remove(list = ls())
library("readxl")
library("writexl")
library(assertthat)
library(dplyr)
library(purrr)
library(igraph)
library(ggplot2)
library(ggraph)
library(ggmap)
library(maps)
getwd()
Loc <- read_excel("countries_Location.xlsx")
Loc <- data.frame(Loc) #Changed the excel file into a data frame
colnames(Loc) <- c("from","to", "latfrom","longfrom","latto","longto")
edges <- Loc[,c(1,2)]
nodes <- Loc[,c(1,3,4)]
nodes2 <- Loc[,c(2,5,6)]
colnames(nodes2) <- c("from", "latfrom","longfrom")
nodes <- bind_rows(nodes,nodes2)
nodes <- unique(nodes)
nodes$ID <- seq.int(nrow(nodes))
nodes <- nodes[,c(4,3,2,1)]
colnames(nodes) <- c("id", "lon","lat","name")
edges$fromid <- nodes$id[match(edges$from,nodes$name)]
edges$toid <- nodes$id[match(edges$to,nodes$name)]
edgesname <- edges
edges <- edges[,c(3,4)]
colnames(edges) <- c("from", "to")
edges$weight <- 1
edges <- edges %>% group_by(from, to) %>%
summarise(weight = sum(weight))
g <- graph_from_data_frame(edges, directed = TRUE, vertices = nodes)
edges_for_plot <- edges %>%
inner_join(nodes %>% select(id, lon, lat), by = c('from' = 'id')) %>%
rename(x = lon, y = lat) %>%
inner_join(nodes %>% select(id, lon, lat), by = c('to' = 'id')) %>%
rename(xend = lon, yend = lat)
assert_that(nrow(edges_for_plot) == nrow(edges))
important_edges <- edges_for_plot %>% filter(weight > 5)
nodes$weight = degree(g)
maptheme <- theme(panel.grid = element_blank()) +
theme(axis.text = element_blank()) +
theme(axis.ticks = element_blank()) +
theme(axis.title = element_blank()) +
theme(legend.position = "bottom") +
theme(panel.grid = element_blank()) +
theme(panel.background = element_rect(fill = "#596673")) +
theme(plot.margin = unit(c(0, 0, 0.5, 0), 'cm'))
country_shapes <- geom_polygon(aes(x = long, y = lat, group = group),
data = map_data('world'),
fill = "#CECECE", color = "#515151",
size = 0.15)
mapcoords <- coord_fixed(xlim = c(-150, 180), ylim = c(-55, 80))
#Plot with only countries size based on degree
jpeg("DegreeCentrality.jpg", width = 1500)
ggplot(nodes) + country_shapes +
geom_point(aes(x = as.numeric(lon), y = as.numeric(lat), size = weight), # draw nodes
shape = 21, fill = 'red',
color = 'black', stroke = 0.5) +
scale_size_continuous(guide = FALSE, range = c(1, 8)) + # scale for node size
geom_text(aes(x = as.numeric(lon), y = as.numeric(lat), label = name), # draw text labels
hjust = 0, nudge_x = 1, nudge_y = 4,
size = 1.5, color = "black", fontface = "bold") +
mapcoords + maptheme
dev.off()
#Plot with most important connections (>5)
jpeg("MainConnections.jpg", width = 1500)
ggplot(nodes) + country_shapes +
geom_curve(aes(x = as.numeric(x), y = as.numeric(y), xend = as.numeric(xend), yend = as.numeric(yend),
size = weight), # draw edges as arcs
data = important_edges, curvature = 0.33,
alpha = 0.5) +
scale_size_continuous(guide = FALSE, range = c(0.25, 2)) + # scale for edge widths
geom_point(aes(x = as.numeric(lon), y = as.numeric(lat)), # draw nodes
shape = 21, fill = 'white',
color = 'black', stroke = 0.5) +
mapcoords + maptheme
dev.off()
|
c6a75352a87a10dd02881628b97f50c5a8d413ab
|
85c10bc47055f252ceba7ad9d7dcacb412e72c30
|
/man/expmFrechet.Rd
|
065c1672169071304547047346c4df21abd1d4d7
|
[] |
no_license
|
cran/expm
|
529e87fb45320487ebfb60f09315c8b7597f965f
|
415aa29e1c8aabaa543905a34417fbc03c43fdc1
|
refs/heads/master
| 2023-01-28T14:42:11.533892
| 2023-01-09T13:30:02
| 2023-01-09T13:30:02
| 17,695,904
| 0
| 1
| null | null | null | null |
UTF-8
|
R
| false
| false
| 2,361
|
rd
|
expmFrechet.Rd
|
\name{expmFrechet}
\title{Frechet Derivative of the Matrix Exponential}
\alias{expmFrechet}
\encoding{UTF-8}
\description{
Compute the Frechet (actually \sQuote{Fréchet}) derivative of the
matrix exponential operator.
}
\usage{
expmFrechet(A, E, method = c("SPS", "blockEnlarge"), expm = TRUE)
}
\arguments{
\item{A}{square matrix (\eqn{n \times n}{n x n}).}
\item{E}{the \dQuote{small Error} matrix,
used in \eqn{L(A,E) = f(A + E, A)}}%% FIXME
\item{method}{string specifying the method / algorithm; the default
\code{"SPS"} is \dQuote{Scaling + Pade + Squaring} as in the
algorithm 6.4 below; otherwise see the \sQuote{Details} section.}
\item{expm}{logical indicating if the matrix exponential itself, which
is computed anyway, should be returned as well.}
}
\details{
Calculation of \eqn{e^A} and the Exponential Frechet-Derivative
\eqn{L(A,E)}.
When \code{method = "SPS"} (by default), the
with the Scaling - Padé - Squaring Method is used, in
an R-Implementation of Al-Mohy and Higham (2009)'s Algorithm 6.4.
\describe{
\item{Step 1:}{Scaling (of A and E)}
\item{Step 2:}{Padé-Approximation of \eqn{e^A} and \eqn{L(A,E)}}
\item{Step 3:}{Squaring (reversing step 1)}
}
\code{method = "blockEnlarge"} uses the matrix identity of
%% FIXME use nice LaTeX \deqn{f(\left{ .... \right} ) }
\deqn{f([A E ; 0 A ]) = [f(A) Df(A); 0 f(A)]} for the \eqn{2n \times
2n}{(2n) x (2n)} block matrices where \eqn{f(A) := expm(A)} and
\eqn{Df(A) := L(A,E)}. Note that \code{"blockEnlarge"} is much
simpler to implement but slower (CPU time is doubled for \eqn{n = 100}).
}
\value{
a list with components
\item{expm}{if \code{expm} is true, the matrix exponential
(\eqn{n \times n}{n x n} matrix).}
\item{Lexpm}{the Exponential-Frechet-Derivative \eqn{L(A,E)}, a matrix
of the same dimension.}
}
\references{see \code{\link{expmCond}}.}
\author{Michael Stadelmann (final polish by Martin Maechler).}
\seealso{
\code{\link{expm.Higham08}} for the matrix exponential.
\code{\link{expmCond}} for exponential condition number computations
which are based on \code{expmFrechet}.
}
\examples{
(A <- cbind(1, 2:3, 5:8, c(9,1,5,3)))
E <- matrix(1e-3, 4,4)
(L.AE <- expmFrechet(A, E))
all.equal(L.AE, expmFrechet(A, E, "block"), tolerance = 1e-14) ## TRUE
}
\keyword{algebra}
\keyword{math}
|
832c467c5f5217678c5cc4b3f3eb585f49fd9b39
|
6a675af74d90787ccceba90151a6b2ec52a0c91b
|
/R/extract_poc_token.R
|
6a5bd2217bd64ec8fd5c7e298673f64ddadfb6b5
|
[] |
no_license
|
cssat/oliveRconnect
|
f17f32cfd7e90c75a3862749b07d578ea90e2925
|
3dc44edc0ac3a3800ddbee6fb116a7f5f7ef8223
|
refs/heads/master
| 2020-04-16T12:24:06.364665
| 2019-01-31T16:54:08
| 2019-01-31T16:54:08
| 165,577,470
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 344
|
r
|
extract_poc_token.R
|
#' Extract token from Oliver sign-in GET response
#'
#' @param response A response from a GET to one of the oliver Sign-in Domains containing a "poc.t" cookie.
#'
#' @return
#' @export
#'
#' @examples
extract_poc_token <- function(response) {
dat_cookies <- httr::cookies(response)
dat_cookies[dat_cookies$name == "poc.t","value"]
}
|
eb555224783e189987eaf7d202a6056f5abde461
|
775e19784b455fabaeac018079d7a022dad1d274
|
/utilities.R
|
0a2befe8fab07239cdc0ccaa63d9943d31b403a7
|
[] |
no_license
|
NIH-IRP-SingleCell/SC-UsersGroup
|
605caeb973887865240299ebc98b665c40cd641e
|
a1a562ff73b2257b688af1c09101ef2cd8ec4e23
|
refs/heads/master
| 2023-08-04T11:27:50.907025
| 2023-08-01T15:38:46
| 2023-08-01T15:38:46
| 99,155,428
| 12
| 3
| null | 2019-03-07T15:23:14
| 2017-08-02T19:53:38
| null |
UTF-8
|
R
| false
| false
| 15,326
|
r
|
utilities.R
|
# Load required biconductor and CRAN packages
require(BiocGenerics)
# Enable only semi-serious parallel processing - only max of 2 cores
suppressPackageStartupMessages(require("BiocParallel"))
n.cores <- min(2, parallel::detectCores())
BiocParallel::register(BiocParallel::MulticoreParam(n.cores))
# Enable keeping only 1GB blocks of input in RAM - rest randomly accessible from file system
suppressPackageStartupMessages(require("DelayedArray"))
DelayedArray:::set_verbose_block_processing(TRUE)
options(DelayedArray.auto.block.size = 1e9)
# Load some other libraries required by monocle
suppressPackageStartupMessages(require("dplyr"))
suppressPackageStartupMessages(require("garnett"))
suppressPackageStartupMessages(require("ggplot2"))
suppressPackageStartupMessages(require("ggrastr"))
suppressPackageStartupMessages(require("igraph"))
# Load monocle
suppressPackageStartupMessages(require("Matrix"))
suppressPackageStartupMessages(require("monocle"))
# Load dB's required for mouse annotation
suppressPackageStartupMessages(require("org.Mm.eg.db"))
org_db <- org.Mm.eg.db
# Load reticulate
suppressPackageStartupMessages(require("reticulate"))
# Load scran (for MNN)
suppressPackageStartupMessages(require("scran"))
# Load scMCA
suppressPackageStartupMessages(require(scMCA))
# Load Seurat
suppressPackageStartupMessages(require("Seurat"))
# Load sva (for batch correction via combat)
suppressPackageStartupMessages(require("sva"))
suppressPackageStartupMessages(require("VGAM"))
# Load required python modules
py_scrublet <- reticulate::import("louvain")
# Define some convenience functions
####################
# acquire_raw_data #
####################
# Reads in all count matrices (assumed to be in compressed .gz or .zip) from a specified directory
# into a list of Serurat or CellDataSet objects (as specified by the user)
acquire_raw_data <- function(base.data.dir,
data.format = c("10X", "txt"),
object.type = c("Seurat", "monocle"),
selection.criteria = character(0))
# Example of valid selection criteria (if vector of criteria is specified, then evaluates the logical "AND")
#
# selection.criteria = c("species == \"mouse\"")
{
# Argument validation
data.format <- match.arg(data.format)
object.type <- match.arg(object.type)
if(grepl("10X", data.format, ignore.case = TRUE) && length(selection.criteria)) {
cat("[acquire_raw_data] Warning Subselection of 10X data not enabled in this version of scripts.")
selection.criteria <- character(0)
}
# Determine whether metadata file exists
if(file.exists(file.path(base.data.dir, "metadata.txt"))) {
metadata <- read_metadata(metadata.file = file.path(base.data.dir, "metadata.txt"),
selection.criteria = selection.criteria)
print(metadata)
} else {
stop("[acquire_raw_data] Check that (required) metadata file exists and is placed in the same directory as data.")
}
# Ensure that the base data directory actually exists
if(!dir.exists(base.data.dir)) {
stop("[acquire_raw_data] base.data.dir", base.data.dir, "not found.")
}
# Determine the format of the data
if(grepl("10X", data.format, ignore.case = TRUE)) {
# Data is in 10X format - Get list of sub-directories containing the data
data.files <- sapply(system(paste('ls -d ', file.path(base.data.dir, '/*/')), intern = TRUE),
function(s){tail(strsplit(s, '[/]')[[1]], 1)})
} else {
# Data is in canonical text format - Obtain the list of data files
data.files <- metadata$sample.name
}
# Instantiate [monocle or Seurat] object list
object_list <- list()
for(file in data.files) {
origin <- strsplit(file, "[.]")[[1]][1]
cat("Obtaining data from", origin, " ... ")
# Read in the data
if(grepl("10X", data.format, ignore.case = TRUE)) {
# Data is in HD5 format, we'll use Seurat function to read it
data.dir <- file.path(base.data.dir, file, paste0('filtered_feature_bc_matrix'))
if(!dir.exists(data.dir)) {
compressed.data.dir <- file.path(base.data.dir, file, paste0(file, '_filtered_feature_bc_matrix.tar.gz'))
if(file.exists(compressed.data.dir)) {
# Uncompress and unarchive the count matrix - do this within the local directory
cwd <- getwd()
setwd(dir = file.path(base.data.dir, file))
system(paste0('tar -xvzf ', compressed.data.dir), wait = TRUE)
setwd(dir = cwd)
}
}
if(dir.exists(data.dir)) {
counts <- Read10X(data.dir = data.dir)
} else {
stop("[acquire_raw_data] No filtered feature count matrix found for ", file)
}
} else if(grepl("txt", data.format, ignore.case = TRUE)) {
# Data is in flat txt file format
if(grepl(".zip$", file, ignore.case = TRUE)) {
# Compression method is 'zip' rather than 'gzip', will need to convert
file_gz <- gsub(".zip$", ".gz", file)
# Convert to gz file and read in
system(paste("unzip -c", file.path(base.data.dir, file), "| gzip > ", file_gz), wait = TRUE)
dense.counts <- read.table(file = file.path(base.data.dir, file_gz), header = TRUE, sep = "", stringsAsFactors = FALSE)
# Delete the temporary gz file
system(paste("rm", file.path(base.data.dir, file_gz)))
} else {
dense.counts <- read.table(file = file.path(base.data.dir, file), header = TRUE, sep = "", stringsAsFactors = FALSE)
}
if(all(is.character(dense.counts[, 1]))) {
genes <- dense.counts[, 1]
dense.counts <- dense.counts[, -1]
rownames(dense.counts) <- genes
}
counts <- Seurat::as.sparse(dense.counts)
} else {
stop("[acquire_raw_data] Unrecognized data format ", data.format)
}
# Fix up cell and gene names
colnames(counts) <- gsub("_", "-", colnames(counts)); cells <- colnames(counts)
rownames(counts) <- gsub("_", "-", rownames(counts)); genes <- rownames(counts)
# Generate some phenotypic data
# ... fraction of mitochondrial reads
mito.genes <- grep(pattern = "^MT-", x = rownames(counts), ignore.case = TRUE, value = TRUE)
fraction.mito <- Matrix::colSums(counts[mito.genes, ])/Matrix::colSums(counts)
this.md <- data.frame(fraction.mito = fraction.mito)
# Determine whether additional metadata is available
if(!is.null(metadata)) {
for(m in names(metadata)) {
this.md <- data.frame(this.md, rep(metadata[file, m], ncol(counts)))
}
names(this.md) <- c("fraction.mito", names(metadata))
}
# Convert into Seurat or monocle object
if(grepl("seur", object.type, ignore.case = TRUE)) {
object_list[[origin]] <- Seurat::CreateSeuratObject(counts = counts, meta.data = this.md)
} else if(grepl("mono", object.type, ignore.case = TRUE)) {
# ... Assemble feature data
feature.data <- data.frame(gene_id = genes, gene_short_name = genes); rownames(feature.data) <- genes
fd <- new("AnnotatedDataFrame", data = feature.data)
# ... Assemble phenotypic data
pd <- new("AnnotatedDataFrame", data = this.md)
# ... Instantiate the CellDataSet
object_list[[origin]] <- monocle::newCellDataSet(cellData = counts,
phenoData = pd,
featureData = fd,
expressionFamily = VGAM::negbinomial.size())
} else {
stop("[acquire_raw_mca_data] Profuse apologies - I don't yet know how to instantiate objects of type", object.type)
}
cat("Done.\n")
}
invisible(object_list)
}
###################
# basic.filtering #
###################
basic.filtering <- function(sol,
feature.sd = 2.5,
max.fraction.mito = 0.05,
percent.cells = 1)
{
for(n in names(sol)) {
cat("Filtering ", n, " ... ")
so <- sol[[n]]
# Get total number of cells
num_cells <- ncol(so)
# Filter features
min_cells <- percent.cells*num_cells/100
num_cells <- rowSums(GetAssayData(so) > 0)
so <- so[num_cells > min_cells, ]
# Filter percent mitochondria
so <- so[, so@meta.data$fraction.mito < max.fraction.mito]
# Filter cells
num_features <- colSums(GetAssayData(so))
min_features <- quantile(num_features, 1 - pnorm(feature.sd))
so <- so[, num_features > min_features]
sol[[n]] <- so
cat("Done.\n")
}
invisible(sol)
}
################
# calculate_it #
################
calculate_it <- function(force.recalculation, RData.file)
{
calc_it <- force.recalculation || !file.exists(RData.file)
if(!calc_it) {
cat("Loading", RData.file, " ... ")
load(file = RData.file)
cat("Done.\n")
}
return(calc_it)
}
#############################
# dimensionally_reduce_data #
#############################
dimensionally_reduce_data <- function(so,
data_type = c("Merged", "Integrated"),
dim.reduc = 30L,
k = 1.0,
md = 0.001,
n.iter = 1,
prune.SNN = 1/15,
res = 0.5,
output.dir = "~/Downloads",
plot_title = "")
{
# Sanity checks on anrguments
data_type <- match.arg(data_type)
if(data_type == "Integrated") {
# Scale Data
scaled_data <- Seurat::ScaleData(object = so,
vars.to.regress = c("nUMI", "fraction.mito"))
} else {
# Normalize the data between the cells
normalized_data <- Seurat::NormalizeData(object = so)
# Find variable features
normalized_data <- Seurat::FindVariableFeatures(object = normalized_data,
mean.function = ExpMean,
dispersion.function = LogVMR,
x.low.cutoff = 0.0125,
x.high.cutoff = 8,
y.low.cutoff = 0.5,
y.high.cutoff = 8)
# Scale Data
scaled_data <- Seurat::ScaleData(object = normalized_data,
vars.to.regress = c("nUMI", "fraction.mito"))
}
# Perform PCA
scaled_data <- Seurat::RunPCA(object = scaled_data,
npcs = dim.reduc,
verbose = TRUE,
seed.use = 123)
# Dimensionally reduce via UMAP
scaled_data <- Seurat::RunUMAP(object = scaled_data, min.dist = md)
# Cluster the data
nn <- 10*k*round(sqrt(ncol(scaled_data))/10)
scaled_data <- Seurat::FindNeighbors(object = scaled_data, dims = 1:dim.reduc, k.param = nn)
scaled_data <- Seurat::FindClusters(object = scaled_data, resolution = res, n.iter = n.iter)
# Plot dimensional reduction grouped by "cluster ID"
p1_umap <- Seurat::DimPlot(scaled_data, reduction = "umap", group.by = "ident")
# Plot dimensional reduction grouped by "sample.name"
p2_umap <- Seurat::DimPlot(scaled_data, reduction = "umap", group.by = "clean.name")
# Plot dimensional reduction grouped by "treatment"
p3_umap <- Seurat::DimPlot(scaled_data, reduction = "umap", group.by = "selection")
# PDF
plot_title <- paste0(plot_title, " - ", data_type, " UMAP -- md = ", md, " nn = ", nn, " res = ", res, ".pdf")
pdf(file = file.path(output.dir, plot_title))
plot(p1_umap)
plot(p2_umap)
plot(p3_umap)
dev.off()
invisible(scaled_data)
}
######################
# estimate_root_node #
######################
estimate_root_node <- function(cds,
cell_phenotype,
root_type)
{
# Note this function is lifted from Trapnell's tutorial. One very interesting fact to keep in mind:
#
# pr_graph_cell_proj_closest_vertex is just a matrix with a single column that stores for each cell,
# the ID of the principal graph node it's closest to.
#
# This is handy for computing statistics (e.g. with dplyr) about the principal graph nodes and which
# cells of what type map to them.
cell_ids <- which(pData(cds)[, cell_phenotype] == root_type)
closest_vertex <-
cds@auxOrderingData[[cds@rge_method]]$pr_graph_cell_proj_closest_vertex
closest_vertex <- as.matrix(closest_vertex[colnames(cds), ])
root_pr_nodes <-
V(cds@minSpanningTree)$name[as.numeric(names
(which.max(table(closest_vertex[cell_ids,]))))]
root_pr_nodes
}
#############
# merge_sol #
#############
# Merges a list of Seurat objects into a single Seurat object
merge_sol <- function(seurat_object_list,
project_name = "Mouse HSPCs")
{
for(n in names(seurat_object_list)) {
cat("Processing library: ", n, " ... ")
# Rename the cells
seurat_object_list[[n]] <- Seurat::RenameCells(object = seurat_object_list[[n]], add.cell.id = n)
if(n == names(seurat_object_list)[1]) {
so_merged <- seurat_object_list[[1]]
} else {
so_merged <- merge(x = so_merged, y = seurat_object_list[[n]], project = project_name)
}
cat("Done.\n")
}
invisible(so_merged)
}
#################
# read_metadata #
#################
read_metadata <- function(metadata.file, selection.criteria = character(0))
{
metadata <- read.table(file = metadata.file,
header = TRUE, sep = "\t", stringsAsFactors = TRUE)
if(!any(grepl("sample.name", names(metadata), ignore.case = FALSE))) {
stop("[read_metadata] Metadata is missing column \"sample.data\".")
}
metadata.cols <- names(metadata)
clean.name <- gsub(".txt|.txt.gz|.txt.zip", "", metadata$sample.name)
metadata <- data.frame(clean.name = clean.name, metadata)
names(metadata) <- c("clean.name", metadata.cols)
rownames(metadata) <- metadata$sample.name
if(length(selection.criteria)) {
metadata <- eval(parse(text = paste("subset(metadata, subset =", paste0(selection.criteria, collapse = " & "), ")")))
}
invisible(metadata)
}
#############
# so_to_cds #
#############
so_to_cds <- function(so)
{
# ... Assemble feature data
genes <- rownames(so)
feature.data <- data.frame(gene_id = genes, gene_short_name = genes); rownames(feature.data) <- genes
fd <- new("AnnotatedDataFrame", data = feature.data)
# ... Assemble phenotypic data
pd <- new("AnnotatedDataFrame", data = so@meta.data)
# ... Instantiate the CellDataSet
cds <- monocle::newCellDataSet(cellData = GetAssayData(so),
phenoData = pd,
featureData = fd,
expressionFamily = VGAM::negbinomial.size())
invisible(cds)
}
|
f51f506a362b00cdc42f05557c8baf49f2966d7b
|
b3886aa58396fec17f8e3feeac8fe8259071b39e
|
/Super-Computer-Analysis-With-R-Language/Super-Computer-Analysis-With-R-Language.R
|
f60b901cf196b4d61856b56e0ac955b3bededef9
|
[] |
no_license
|
zeysert/Super-Computer-Analysis-With-R-Language
|
a69350b77dd5580734aa0279e240f17bd9ae696c
|
1e76c47d59cf7b233795a8aee34fcf5a9af8eeba
|
refs/heads/master
| 2022-04-23T08:28:07.368110
| 2020-04-21T09:33:03
| 2020-04-21T09:33:03
| 257,368,475
| 2
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 2,347
|
r
|
Super-Computer-Analysis-With-R-Language.R
|
library(tidyverse)
library(readxl)
ham_veri <- read_excel("/Users/cenkatlig/Super_Bilgisayar.xlsx") %>% tbl_df()
# Then making the raw data smoother
# It is provided to write separately on each line (originally, systems would sell 2 series)
ara_veri <-
ham_veri %>%
slice(seq(1,nrow(.),by=2)) %>%
cbind(.,ham_veri %>% slice(seq(2,nrow(.),by=2)) %>% select(Country=Site,Company=System)) %>% mutate_at(vars(Cores:`Power (kW)`),funs(as.numeric(gsub(",","",.)))) %>% tbl_df()
# ara_veri
# ggplot(ara_veri, aes(x = Site, y = Country)) + geom_point()
# country_list <- ara_veri %>% filter(Country == "United States" & Rank < 100 )
# ggplot(country_list, aes(x = Rank, y = Cores)) + geom_point()
ggplot(ara_veri,aes(x=Country)) + geom_bar() + theme(axis.text.x = element_text(angle=90,hjust = 1))
company_list <- ara_veri %>% filter(Company == "IBM" & Rank < 100 )
ggplot(company_list, aes(x=Company)) + geom_bar() # + theme(axis.text.x = element_text(angle=90,hjust = 1))
# Number of top 100 systems from the USA
country_list_100_US <- ara_veri %>% filter(Country == "United States" & Rank < 10 )
ggplot(country_list_100_US, aes(x = System)) + geom_bar(fill = "white", colour = "green") + theme(axis.text.x = element_text(angle=30, hjust = 1))
# theme_stata()
# Number of systems by non-Chinese, Japanese, US companies
Non_CN_JP_US <- ara_veri %>% filter(Country != "Japan" & Country != "United States" & Country != "China")
ggplot(Non_CN_JP_US, aes(x=Company)) + geom_bar(fill = "white", colour = "red") + theme(axis.text.x = element_text(angle=45,hjust = 1)) +
ggtitle("Number of systems by non-Chinese, Japanese, US companies")
minimum_core = min(ara_veri$Cores)
max_core = max(ara_veri$Cores)
message("Minimum CORE (Core) NUMBER: ", minimum_core)
## Minimum CORE (Core) NUMBER: 9.792
message("Maximum CORE (Core) NUMBER: ", max_core)
##Maximum CORE (Core) NUMBER: 19860000
minimum_enerji = min(ara_veri$`Power (kW)`,na.rm=TRUE)
max_enerji = max(ara_veri$`Power (kW)`,na.rm=TRUE)
message("THE CONSUMPTION OF THE ENERGY CONSUMER SYSTEM (kW): ", minimum_enerji)
## THE CONSUMPTION OF THE ENERGY CONSUMER SYSTEM(kW): 1
message(" CONSUMPTION AMOUNT OF THE MOST ENERGY CONSUMING SYSTEM (kW): ", max_enerji)
## CONSUMPTION AMOUNT OF THE MOST ENERGY CONSUMING SYSTEM (kW): 997
|
644711f53525e31fa07f36bb5e43d624b4e59066
|
1947642e415118426f8e4d96eedc6d64a12672d6
|
/man/model_fun_no_rebal.Rd
|
c32d7b683ea4bfa259a60a1941fc3906cebd5095
|
[] |
no_license
|
cquigley/rPerfFunc
|
9917b4332391332842d69566aea0f63f95eb5ec3
|
478aff105bbcacb0e6e56346062c57763ec1647c
|
refs/heads/master
| 2021-01-17T13:25:46.809452
| 2016-08-04T19:17:14
| 2016-08-04T19:17:14
| 64,801,245
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 358
|
rd
|
model_fun_no_rebal.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/performance.R
\name{model_fun_no_rebal}
\alias{model_fun_no_rebal}
\title{identical to model_fun, except does not rebalance}
\usage{
model_fun_no_rebal(vsn, model, namer = "ret", custom_rets = NULL)
}
\description{
identical to model_fun, except does not rebalance
}
|
bd48f23b7ddf6ccfd7d88c07dbbcc8ef271e32fd
|
a7f1a225e0d2e8412c782cfd4901f7c8a73fd857
|
/man/MetFragConfig.CompToxCSV.Rd
|
fee86bcdda3782b86bde2d4e87eb7fdf009daef7
|
[
"Artistic-2.0"
] |
permissive
|
tsufz/ReSOLUTION
|
d8583cfc510b0983df3bd80759ae97c38760b6ec
|
030ce38a5d5773ac2b56f6140652b459a1ae81f7
|
refs/heads/master
| 2022-11-15T04:41:42.829412
| 2021-05-19T10:31:04
| 2021-05-19T10:31:04
| 245,197,287
| 0
| 0
| null | 2020-03-05T15:19:55
| 2020-03-05T15:19:54
| null |
UTF-8
|
R
| false
| true
| 5,383
|
rd
|
MetFragConfig.CompToxCSV.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MetFragConfigR.R
\name{MetFragConfig.CompToxCSV}
\alias{MetFragConfig.CompToxCSV}
\title{Create MetFrag Config Files with LocalCSV and Scoring Terms from CompTox MetFrag XLS Export}
\usage{
MetFragConfig.CompToxCSV(mass, adduct_type, results_filename, peaklist_path, base_dir,
CompToxLocalCSVterms, ...)
}
\arguments{
\item{mass}{The mass with which to search the candidate database (\code{DB}). Use \code{neutralPrecursorMass} and
\code{adduct_type} to set whether this is monoisotopic mass or an adduct species. Defaults to \code{adduct_type}.}
\item{adduct_type}{The adduct species used to define mass (if \code{neutralPrecursorMass=FALSE}) and fragmentation settings
in the config file, entered as either \code{PrecursorIonType} (text) or \code{PrecursorIonmode} (a number). The available
options are given in the system file \code{MetFragAdductTypes.csv} in the \code{extdata} folder.
Recommended default values (if ion state is unclear) are \code{[M+H]+} (1) for positive and \code{[M-H]-} (-1) for negative mode.}
\item{results_filename}{Enter a base filename for naming the results files - do not include file endings}
\item{peaklist_path}{Enter the full path and file name to the peak list for this config file}
\item{base_dir}{Enter the directory name to set up the subfolders for MetFrag batch results. If the folders don't exist,
subfolders \code{config}, \code{log} and \code{results} are created; the output of this function is saved in \code{config}.}
\item{CompToxLocalCSVterms}{The output of \code{\link{CompToxXLStoLocalCSVterms}}, \code{\link{CompToxCSVtoLocalCSVterms}}
or \code{\link{CompToxFullCSVtoLocalCSVterms}}, used to set
\code{DB, localDB_path, UDS_Category and UDS_Weights} in \code{\link{MetFragConfig}}}
}
\value{
Returns a MetFrag config file name
}
\description{
This is a CompTox XLS or CSV specific wrapper function for \code{\link{MetFragConfig}}.
}
\details{
Remaining parameters are described in \code{\link{MetFragConfig}}
}
\examples{
# Example from DOI: 10.1021/acs.est.7b01908
# Note that this scores automatically with all metadata fields in the example file, which
# is not necessarily ideal as not all predicted values are relevant for ranking the best candidate.
CompToxXLS <- system.file("extdata","CompToxBatchSearch_MetFrag_MSready_C10H14N2.xls",package="ReSOLUTION")
LocalCSVterms <- CompToxXLStoLocalCSVterms(CompToxXLS)
peaklist <- system.file("extdata","EQ300804_Nicotine_peaks.txt",package="ReSOLUTION")
test_dir <- "C:/DATA/Workflow/MetFrag22/metfrag_test_results"
config_file <- MetFragConfig.CompToxCSV(163.1230, "[M+H]+","Nicotine_PrecMass_MpHp_XLS",peaklist, test_dir, LocalCSVterms)
metfrag_dir <- "C:/DATA/Workflow/MetFrag22/"
MetFragCL_name <- "MetFrag2.4.4-msready-CL.jar"
runMetFrag(config_file, metfrag_dir, MetFragCL_name)
# Example of Simazine
# Note that this uses a CSV file with fewer scoring terms that are more relevant for candidate selection.
CompToxFullCSV_test <- system.file("extdata","dsstox_MS_Ready_MetFragTestCSV5.csv",package="ReSOLUTION")
LocalCSVterms <- CompToxFullCSVtoLocalCSVterms(CompToxFullCSV_test)
peaklist <- system.file("extdata","EA026206_Simazine_peaks.txt",package="ReSOLUTION")
rt_file_path <- system.file("extdata","Eawag_rt_inchi.csv",package="ReSOLUTION")
test_dir <- "C:/DATA/Workflow/MetFrag22/metfrag_test_results"
MBrecord <- system.file("extdata","EA026206_Simazine.txt",package="ReSOLUTION")
MBinfo <- getMBRecordInfo.MetFragConfig(MBrecord,peaklist, writePeaklist=FALSE)
IsPosMode <- grepl(MBinfo$ion_mode,"POSITIVE")
adduct_type <- MBinfo$prec_type
config_file <- MetFragConfig.CompToxCSV(mass=MBinfo$exact_mass,adduct_type = adduct_type,
results_filename = paste0("Simazine", "_byExactMass_5ppm"),peaklist_path = MBinfo$peaklist,neutralPrecursorMass=TRUE,
base_dir = test_dir, CompToxLocalCSVterms = LocalCSVterms, IsPosMode = IsPosMode,rt_file_path = rt_file_path,
rt_exp = MBinfo$ret_time,filter_by_InChIKey = FALSE)
metfrag_dir <- "C:/DATA/Workflow/MetFrag22/"
MetFragCL_name <- "MetFrag2.4.4-msready-CL.jar"
runMetFrag(config_file, metfrag_dir, MetFragCL_name)
# Example of diclofenac
peaklist <- system.file("extdata","EA020161_Diclofenac_peaks.txt",package="ReSOLUTION")
MBrecord <- system.file("extdata","EA020161_Diclofenac.txt",package="ReSOLUTION")
MBinfo <- getMBRecordInfo.MetFragConfig(MBrecord,peaklist, writePeaklist=FALSE)
IsPosMode <- grepl(MBinfo$ion_mode,"POSITIVE")
adduct_type <- MBinfo$prec_type
config_file <- MetFragConfig.CompToxCSV(mass=MBinfo$prec_mass,adduct_type = adduct_type,
results_filename = paste0("Diclofenac", "_byPrecMass_5ppm"),peaklist_path = MBinfo$peaklist,neutralPrecursorMass=FALSE,
base_dir = test_dir, CompToxLocalCSVterms = LocalCSVterms, IsPosMode = IsPosMode,rt_file_path = rt_file_path,
rt_exp = MBinfo$ret_time,filter_by_InChIKey = FALSE)
metfrag_dir <- "C:/DATA/Workflow/MetFrag22/"
MetFragCL_name <- "MetFrag2.4.4-msready-CL.jar"
runMetFrag(config_file, metfrag_dir, MetFragCL_name)
}
\seealso{
\code{\link{MetFragConfig}}, \code{\link{runMetFrag}}, \code{\link{CompToxXLStoLocalCSVterms}},
\code{\link{CompToxCSVtoLocalCSVterms}}, \code{\link{CompToxFullCSVtoLocalCSVterms}}
}
\author{
Emma Schymanski <emma.schymanski@uni.lu> in partnership with Christoph Ruttkies (MetFragCL),
Antony J. Williams and team (CompTox Dashboard)
}
|
924c2653b8af422c20d85c4cf40fabc60911951d
|
8d3cfc073ea47ddd43f9fc3ffe3c4e6e760cdc93
|
/treating data confidentiality & statistical disclosure/evaluate_cps.R
|
07cd4e1f7812f200d6fb5d634e53e18d228fed70
|
[] |
no_license
|
anel-li/MDM-coding
|
f9313a19a5a95d45135ce16b0c3f9a400fe5234b
|
8d6cd82e4d2a2263d3c2d5bf793f3d35c9b4b9d9
|
refs/heads/main
| 2023-08-25T02:55:15.696914
| 2021-10-16T21:13:30
| 2021-10-16T21:13:30
| 411,427,339
| 0
| 1
| null | null | null | null |
UTF-8
|
R
| false
| false
| 2,141
|
r
|
evaluate_cps.R
|
#####################################
#####Analytical Validity Evaluations#
#####################################
eval<-function(data){
####quantities of interest
####mean income by gender
####mean age by gender
####returns to schooling
###descriptive statistics
income<-cbind(as.numeric(by(data$income,data$sex,mean)),
as.numeric(by(data$income,data$sex,var)/table(data$sex)))
age<-cbind(as.numeric(by(data$age,data$sex,mean)),
as.numeric(by(data$age,data$sex,var)/table(data$sex)))
###regression
if(is.factor(data$educ)){
data$educ<-as.numeric(levels(data$educ))[data$educ]
}
reg1<-lm(log(income)~educ+race+as.factor(sex)+age+I(tax>0),data=data)
res<-cbind(summary(reg1)$coef[,1],summary(reg1)$coef[,2]^2)
results<-rbind(income,age,res)
return(results)
}
###load original and synthetic data ("syndata.RData")
###get estimates from original data
org.res<-eval(cps)
l.95.org<-org.res[,1]-1.96*sqrt(org.res[,2])
u.95.org<-org.res[,1]+1.96*sqrt(org.res[,2])
ci.length.org<-u.95.org-l.95.org
###get estimates from synthetic data
m<-length(syn.data)
syn.temp<-array(NA,dim=c(nrow(org.res),ncol(org.res),length(syn.data)))
for (i in 1:length(syn.data)){
syn.temp[,,i]<-eval(syn.data[[i]])
}
q.bar<-apply(syn.temp[,1,],1,mean)
u.bar<-apply(syn.temp[,2,],1,mean)
b.m<-apply(syn.temp[,1,],1,var)
T.p<-u.bar+b.m/m
###compute the degrees of freedom
dfs<-(m-1)*(1+u.bar/(b.m/m))^2
l.95.syn<-q.bar-qt(0.975,df=dfs)*sqrt(T.p)
u.95.syn<-q.bar+qt(0.975,df=dfs)*sqrt(T.p)
ci.length.syn<-u.95.syn-l.95.syn
########compare the results
##compute the overlap
U.max.beta<-apply(cbind(u.95.syn,u.95.org),1,max)
L.max.beta<-apply(cbind(l.95.syn,l.95.org),1,max)
U.min.beta<-apply(cbind(u.95.syn,u.95.org),1,min)
L.min.beta<-apply(cbind(l.95.syn,l.95.org),1,min)
overlap.beta<-apply(cbind((U.max.beta-L.min.beta)-(U.max.beta-U.min.beta)-
(L.max.beta-L.min.beta),0),1,max)
J.k.beta<-1/2*(overlap.beta/ci.length.org+overlap.beta/ci.length.syn)
beta.coef<-cbind(org.res[,1],q.bar,J.k.beta,ci.length.syn/ci.length.org)
print(beta.coef)
|
6e35d5a2640de8600e44dec1717ec34f56ada2ef
|
30427a7015befa1c2923311622f9a60c0b500050
|
/R/telfer_func.r
|
3f81fc987e65902896fcda55e4a460a6bc93e202
|
[] |
no_license
|
ealarsen/sparta
|
35c5fe7d3b84077db871e2788f768c63ba233945
|
3f80893fca52de551f7674e3912e60e03df7f6a5
|
refs/heads/master
| 2021-01-23T01:51:11.148474
| 2014-11-19T10:17:59
| 2014-11-19T10:17:59
| null | 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 7,600
|
r
|
telfer_func.r
|
# Internal function that uses the implementation of Telfer written by Gary Powney
GP_telfer <- function (taxa_data,time_periods,iterations=10,useIterations=TRUE,min_sq=5){
# Create a vector of all the years to include
for (i in 1:length(row.names(time_periods))) {
run<-time_periods[i,1]:time_periods[i,2]
if (exists('all_years')){
all_years <- c(all_years,run)
}else{
all_years <- run
}
}
# Subset data to years needed
taxa_data<-taxa_data[taxa_data$year %in% all_years,]
# The year to split is taken to be the average of the max of earlier time period
# and min of the later time period
splityr <- mean(c(max(time_periods[1,]),min(time_periods[2,])))
# subset data to one object for each time perod
T1 <- taxa_data[taxa_data$year<splityr,]
T2 <- taxa_data[taxa_data$year>splityr,]
# remove gridcells that are only found in one time period
T1cells <- unique(T1$site)
T2cells <- unique(T2$site)
allGood <- T1cells[T1cells %in% T2cells]
T1 <- T1[T1$site %in% allGood,]
T2 <- T2[T2$site %in% allGood,]
# Change to GP format (2 col, $species and $gcell)
T1 <- unique(T1[c('CONCEPT','site')])
T2 <- unique(T2[c('CONCEPT','site')])
names(T1) <- c('species','gcell')
names(T2) <- c('species','gcell')
### Identify the number of grid cells each species occupies in each time period. ###
T1_species<-as.vector(unique(T1$species)) # creates species list for time period 1
rangesT1<-NULL # create the vector to be filled
for (x in T1_species){ # for each species in time period 1
temp<-T1[T1$species==x,] # create a mini table for species x in time period 1
size<-length(temp[,1]) # identify the number of cells the species occupies (species range size)
rangesT1<-c(rangesT1,size) # concatenate all species range sizes
}
T1_range<-data.frame(T1_species,rangesT1) # create a dataframe of species and range size for time period 1
## Do the same for the second period, but using the species list for the first period this will put 0 in counts for species with no record in second period ##
rangesT2<-NULL # create the vector to be filled
for (x in T1_species){ # for each species in time period 1
temp<-T2[T2$species==x,] # create a mini table for species x in time period 2
size<-length(temp[,1]) # identify the number of cells the species occupies (species range size)
rangesT2<-c(rangesT2,size) # concatenate all species range sizes
}
T2_range<-data.frame(T1_species,rangesT2) # create a dataframe of species and range size for time period 2
### Remove species which have less than min_sq grid cells in first period ###
T1_range_good<-T1_range[T1_range$ranges>=min_sq,]
### Link the two tables on species then identify the change in number of grid squares between time periods. ###
names(T1_range_good)[1]<-"CONCEPT" # re-naming columns
names(T2_range)[1]<-"CONCEPT" # re-naming columns
spp_table<-merge(T1_range_good,T2_range) # merge T1 with T2 removing species with less than 5 gridcells in the first period.
### Identify the simple difference between the two time periods ###
spp_table$range_change<-(spp_table$rangesT2-spp_table$rangesT1) # identify the difference between T1 and T2
### convert the grid cell number to proportion of total number fo cells surveyed ###
total.cells<-length(unique(T1$gcell)) # this is the total number of cells surveyed
spp_table$T1_range_prop<-(spp_table$rangesT1+0.5)/(total.cells+1) # identify the proportion of number of cells in T1 of the total cells surveyed. To avoid the problems associated with 0 proportions they were calculated as (x+0.5)/(n+1).
spp_table$T2_range_prop<-(spp_table$rangesT2+0.5)/(total.cells+1) # identify the proportion of number of cells in T2 of the total cells surveyed
spp_table$T1_logit_range<-log(spp_table$T1_range_prop/(1-spp_table$T1_range_prop)) # logit transform the proportions
spp_table$T2_logit_range<-log(spp_table$T2_range_prop/(1-spp_table$T2_range_prop)) # logit transform the proportions
### To account for non constant variance we must do the following steps to create a variable to weight the final regression ###
row.names(spp_table) <- spp_table$CONCEPT #name rows helps make sense of the model output
m1<-lm(T2_logit_range~T1_logit_range,data=spp_table) # linear regression of two time periods
if(!is.logical(useIterations)){
stop('useIterations must be a logical variable')
} else if(!useIterations){
spp_table$change_index<-rstandard(m1)
final_output_table<-spp_table[,c(1,9)]
return(final_output_table)
} else if(useIterations){
residual_m1<-resid(m1) # take the residuals from the lm
spp_table$sq_residual_m1<-residual_m1^2 # square the residuals
spp_table$fitted_proportions<-m1$fitted # calculated the fitted proportions and add them into the dataframe
P<-ilt(spp_table$fitted_proportions) # exponential function, shown above.
spp_table$fitted_proportions<-P # overwrite fitted values to fitted proportions
total.cell.1<-total.cells+1 # total grid cells surveyed +1
spp_table$NP_test<-1/(total.cell.1*spp_table$fitted_proportions*(1-spp_table$fitted_proportions)) # 1/[NP (1-P)] in telfer paper
m2<-lm(sq_residual_m1~NP_test,data=spp_table) # second model which is the squared residuals of m1 on 1/[NP (1-P)]
c_<-coef(m2)[1] # take the intercept of m2
d_<-coef(m2)[2] # take the slope of m2
V_<-NULL # prepare variance vector
rep_loop<-1:(iterations-1) # repeat the process
C_all<-c_ # prepare c vector
D_all<-d_ # prepare d vector
V_all<-V_ # prepare variance vector
for (i in rep_loop){ # start loop
# c_ + d_ should not be in brackets as they were in a previous version
V_<- c_ + d_ / (total.cell.1*spp_table$fitted_proportions*(1-spp_table$fitted_proportions)) # work out the variance (modification of the binomial proportion variance structure)
inv_sq_V<-1/(V_^2) # take the inverse of variance squared.
m4<-lm(sq_residual_m1~NP_test,weight=inv_sq_V,data=spp_table) # run the new model weighting by the inverse variance identifeid above.
c_<-coef(m4)[1] # take the intercept of the new model
d_<-coef(m4)[2] # take the slope of the new model
C_all<-c(C_all,c_) # build a vector with all of the new intercepts
D_all<-c(D_all,d_) # build a vector with all of the new slopes
V_all<-c(V_all,V_) # build a vector with all of the new inverse variances squared
}
## final model to take the residuals from
spp_table$recip_V<-1/V_ # take the reciprocal of the "settled" variance (Telfer et al 2002)
m1<-lm(T2_logit_range~T1_logit_range,weight=recip_V,data=spp_table) # use the reciprocal of the "settled" variance as weight for the final model.
spp_table$change_index<-rstandard(m1) # take the standardised residuals from the model. For each species, the standardised residual from the fitted regression line provides the index of relative change in range size. A species with a negative change index has been recorded in relatively fewer grid cells in the later period, whereas a species with a positive change index has been recorded in relatively more.
final_output_table<-spp_table[,c(1,13)]
}
}
|
9ff7269117a693dc9642426ebaffc615a0337431
|
6a341795a260db577ca698a23f6e9fea98d8ed40
|
/day10/Untitled.R
|
aa18f2398a5a53d58eab995c138252ff255de3c5
|
[] |
no_license
|
euka96/R
|
80dde9b722ce4e54488e38915ca16fd797ee5205
|
59008c8f34ea7b05c28075e0b46315fd368f2e17
|
refs/heads/main
| 2023-05-06T08:11:30.576731
| 2021-06-03T08:43:22
| 2021-06-03T08:43:22
| 373,421,339
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 3,967
|
r
|
Untitled.R
|
hiphop <- readLines("~/Desktop/R/data/hiphop1.txt"); hiphop
hiphop1 <- str_replace_all(hiphop, "\\W", " "); hiphop1 #단어가 아닌 모든 것
hiphop2 <- extractNoun(hiphop1); hiphop2
wordcount <- table(unlist(hiphop2)); wordcount
df_word <- as.data.frame(wordcount, stringsAsFactors = FALSE); head(df_word)
df_word1 <- rename(df_word, word = Var1, freq = Freq); head(df_word1)
df_word2 <- filter(df_word1, nchar(word) >= 2); #2자 이상 단어 추출
top_20 <- df_word2 %>% arrange(desc(freq)) %>% head(20); top_20
pal <- brewer.pal(8,"Blues") [5:9]
wordcloud(words = df_word2$word, freq = df_word2$freq, min.freq = 10,
max.words = 100, random.order = FALSE, rot.per = .1, scale = c(4,0.3),
colors = pal, family = "AppleGothic")
dev.new() #새 창 띄우기
display.brewer.all() #워드 클라우드 색 조합 목록 보기
### dplyr 패키지 함수
filter(mtcars, cyl == 4)
head(arrange(mtcars, wt))
head(select(mtcars, am,gear))
head(mutate(mtcars, years = "1974"))
distinct(mtcars, cyl)
summarize(mtcars, cyl_mean = mean(cyl), cyl_min = min(cyl), cyl_max = max(cyl))
sample_n(mtcars, 10)
group_by(mtcars, cyl) %>% summarize(n())
# 연습문제 p.248
middle_mid_exam <- read_xlsx("~/Desktop/R/data/middle_mid_exam.xlsx"); middle_mid_exam
MATHEMATICS <- dcast
group_by(middle_mid_exam, CLASS) %>%
summarise(mean_eng = mean(ENGLISH), sum_eng = sum(ENGLISH),
mean_math = mean(MATHEMATICS), sum_math = sum(MATHEMATICS))
middle_mid_exam %>% filter(CLASS == "class1" & MATHEMATICS >= 80) %>% summarise(n())
arrange(middle_mid_exam, desc(MATHEMATICS), ENGLISH)
middle_mid_exam %>% filter(MATHEMATICS >= 80 & ENGLISH >= 85) %>% summarise(n())
###
ck <- read_xlsx("~/Desktop/R/data/치킨집_가공.xlsx")
address <- substr(ck$소재지전체주소, 11,16); head(address)
address_num <- gsub("[0-9]","",address)
address_trim <- gsub(" ","", address_num); head(address_trim)
address_count <- address_trim %>% table() %>% data.frame(); address_count
# = data.frame(table(address_trim))
# treemap(데이터세트, index = 구분열, vSize = 분포열, vColor = 색상, title = 제목)
treemap(address_count, index = ".", vSize = "Freq",
title = "서대문구 동별 치킨집 분포", fontfamily.labels = "AppleGothic")
hospital <- read_xlsx("~/Desktop/R/data/hospital.xlsx"); hospital
gn_street <- substr(hospital$도로명전체주소, 11,16); head(gn_street)
gn_street1 <- gsub("[0-9길 ]","",gn_street); gn_street1
gn_street_count <- data.frame(table(gn_street1)); gn_street_count
treemap(gn_street_count, index = "gn_street1", vSize = "Freq",
title = "Hospital numbers of Gangnam arrondissement by street", fontfamily.labels = "AppleGothic")
hospital <- read_xlsx("~/Desktop/R/data/hospital.xlsx"); hospital
gn_quartier <- substr(hospital$소재지전체주소, 11,14); head(gn_quartier)
gn_quartier1 <- gsub(" ","", gn_quartier); head(gn_quartier1)
gn_quartier_count <- gn_quartier1 %>% table() %>% data.frame(); gn_quartier_count
treemap(gn_quartier_count, index = ".", vSize = "Freq",
title = "Hospital numbers of Gangnam arrondissement by quartier", fontfamily.labels = "AppleGothic")
data("GNI2014")
??GNI2014
ls(GNI2014)
head(GNI2014)
treemap(GNI2014, index = c("continent","iso3"), vSize = "population",
title = "World population", bg.labels = "blue", fontfamily.labels = "AppleGothic")
GNI2014_po <- head(arrange(GNI2014, desc(population)), 20); GNI2014_po
treemap(GNI2014_po, index = c("continent", "iso3"), vSize = "population",
title = "World population top 20 in 2014", bg.labels = "white", fontfamily.labels = "AppleGothic")
GNI2014_per <- mutate(GNI2014, per_pop = GNI2014$GNI / GNI2014$population) %>%
arrange(desc(per_pop)) %>% head(20); GNI2014_per
treemap(GNI2014_per, index = c("country", "continent"), vSize = "per_pop",
title = "GNI per capita in 2014", border.col = 'white', fontfamily.labels = "AppleGothic")
|
c2a374a999729eb54eb1d862b7012c75922de2d6
|
ab85762f0fdb71e762448a344cd3fd748f7af374
|
/build_scatter.R
|
38a4a92f7e760282253c35661d6b8b7b77283596
|
[] |
no_license
|
soccerdude2014/assignment8
|
abad2b124680261a33842e705a442c3b12375d20
|
849ab61fa0ff39d8d6a7452a1ebff1f340993776
|
refs/heads/master
| 2016-08-09T06:14:45.806163
| 2016-03-02T20:02:30
| 2016-03-02T20:02:30
| 52,653,073
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 780
|
r
|
build_scatter.R
|
#Function makes a scatter plot. Takes in 4 paramters:
#The data to be made into a plot, the x variable, the y variable, the type of flower to be displayed
build_scatter <- function(data, xvar = 'Petal.Length', yvar = 'Sepal.Length', flower = 'all') {
#Filters down to match the selected flower. Only filters if all is not selected
if(flower != 'all') {
data <- data %>% filter(Species == flower)
}
data %>%
#Makes the plotly scatterplot. Sets x and y values, size
plot_ly(x = eval(parse(text = xvar)),
y = eval(parse(text = yvar)),
size = eval(parse(text = xvar)),
mode = "markers",
color = Species) %>%
layout(xaxis = list(title = xvar),
yaxis = list(title = yvar)
) %>%
return()
}
|
c9f2cec707226ffdea0b57b91d978f09967f0eeb
|
b08c25c032524882c6e3e5dae632c7ffc00b7bf1
|
/Housekeeping.R
|
5b1c8a5840cb8d52d9f660ad611093330868a9ba
|
[] |
no_license
|
haejung017/BiostatsR
|
959e0351b7e356fcefcd5078a95a7711ca962915
|
4937e6978cba002317ae0c4b80ae2d2730f5f531
|
refs/heads/master
| 2020-04-21T11:15:57.645621
| 2019-02-07T04:45:11
| 2019-02-07T04:48:00
| 169,517,945
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 5,042
|
r
|
Housekeeping.R
|
library(Rcpp)
sourceCpp("C:/Users/Jay/Desktop/CompRisk/R/cumh_ED.cpp")
#sourceCpp("C:/Users/Jay/Desktop/CompRisk/R/cumh_IS.cpp")
source("C:/Users/Jay/Desktop/CompRisk/R/Fit_Model.R")
source("C:/Users/Jay/Desktop/CompRisk/R/Logliklihood.R")
### Raw data
BCraw <- read.csv("C:/Users/jay/Desktop/New Era/July31-2017/July31-2017DM/df6.csv")
### Load data
b1 <- read.csv("C:/Users/jay/Dropbox/Jay/New Era/CompetingRisk Logliklihood/Data/dfcomp_ScreenUpto5_March9.csv")
# load data
b1_NC <- read.csv("C:/Users/jay/Dropbox/Jay/New Era/CompetingRisk Logliklihood/dfbreast_removal_ScreenUpto3_Jan16.csv")
### Fit model Competing Risk
brca1.1frailty6 <- FitModelEM( data = b1,
#breast (ovarian, death) ~ mgene (TID) + screen (TD) + oophorectomy (TD)
init.Parms = list(
cause1 = list(base = c(0.008,2.581), time_indep=c(1.960), time_dep=list(main=c(2,-2,1,-1) , interaction=c() )),
cause2 = list(base = c(0.008,3.220), time_indep=c(1.331), time_dep=list(main=0)),
cause3 = list(base = c(0.016,4.061), time_indep=c(-0.095), time_dep=list(main=0))
),
time.dep.cov = list(
time.dep.cov.type = "ED" , # choose among ("PE","ED","CO")
reccur.type = "IS" # choose among ("CM","IS")
),
missing.method = "data", # "mendelian"
base.dist = "Weibull", # "Piece_Wise",
frailty=TRUE, #
weight=FALSE )
brca1.9frailty_NC = FitModelEM_NC( data = b1_NC,#### <- run this line for model fitting ####
#You can change initial parameter Here
init.Parms = list( #lam1 rho1 gene screen1,2,3,oopho
cause1 = list(base = c(0.008,2.22), time_indep=c(1.4), time_dep=list(main=c(1,1,1,-0.6) , interaction=c() ))
),
time.dep.cov = list(time.dep.cov.type = "ED" , #You can change between "PE" and "ED"
reccur.type = "IS" #You can change intercal specific(IS) or cumulative effect(CM)
),
missing.method = "data",
base.dist = "Weibull",
frailty=TRUE, # Fit with Gamma frailty? Yes=TRUE No=FALSE
weight=FALSE, # Fit with Sampling weight? Yes=TRUE No=FALSE
mutation.prediction=FALSE) # Mutation status prediction results
7720.937 indep 7581.388 frailty
### Debugging (Comprisk model) Run below lines for variable settings for likelihood function
missing.method = "data";base.dist = "Weibull";frailty=FALSE;weight=FALSE
data=carrierprobgeno(data=b1); data2=Data_preparation(b1); agemin=16;
time.dep.cov = list(time.dep.cov.type = "ED" ,reccur.type = "IS")
base.parms <- c(init.Parms[[1]]$base, init.Parms[[2]]$base, init.Parms[[3]]$base) # total 6, lambda1,rho1 lambda2,rho2, lambda3,rho3
vbeta_b <- c( init.Parms[[1]]$time_indep, init.Parms[[1]]$time_dep$main )#, init.Parms[[1]]$time_dep$interaction ) # breast cancer parameter
vbeta_o <- c( init.Parms[[2]]$time_indep, init.Parms[[2]]$time_dep$main ) # ovarian cancer parameter
vbeta_d <- c( init.Parms[[3]]$time_indep, init.Parms[[3]]$time_dep$main ) # death parameter
vbeta <- c(vbeta_b,vbeta_o,vbeta_d)
theta = theta0 = c(log(base.parms),vbeta)
### Debugging (Noncompeting risk model), Run below lines for variable settings for likelihood function
missing.method = "data";base.dist = "Weibull";frailty=FALSE;weight=FALSE
data=carrierprobgeno_NC(data=b1_NC); data2=Data_preparation_NC(b1_NC); agemin=16;
time.dep.cov = list(time.dep.cov.type = "PE" ,reccur.type = "IS")
base.parms <- c(init.Parms[[1]]$base, init.Parms[[2]]$base, init.Parms[[3]]$base) # total 6, lambda1,rho1 lambda2,rho2, lambda3,rho3
vbeta_b <- c( init.Parms[[1]]$time_indep, init.Parms[[1]]$time_dep$main )#, init.Parms[[1]]$time_dep$interaction ) # breast cancer parameter # death parameter
vbeta <- c(vbeta_b)
theta = theta0 = c(log(base.parms),vbeta)
#Results
plot(seq(0,20,by=0.01),dgamma(seq(0,20,by=0.01), shape=0.1 , scale=1/0.1))#stong dependency
plot(seq(0,5,by=0.01),dgamma(seq(0,5,by=0.01), shape=1.86 , scale=1/1.86))#breast
plot(seq(0,20,by=0.01),dgamma(seq(0,20,by=0.01), shape=2.6 , scale=1/2.6))#ovarian
plot(seq(0,20,by=0.01),dgamma(seq(0,20,by=0.01), shape=30 , scale=1/30))#Death weak dependency?
|
9240514dc542e6307906456c7c10705cba753e71
|
0500ba15e741ce1c84bfd397f0f3b43af8cb5ffb
|
/cran/paws.database/man/timestreamwrite_create_table.Rd
|
c3f64ba4593cbd5d2a246384bbc6e5471bbbb28c
|
[
"Apache-2.0"
] |
permissive
|
paws-r/paws
|
196d42a2b9aca0e551a51ea5e6f34daca739591b
|
a689da2aee079391e100060524f6b973130f4e40
|
refs/heads/main
| 2023-08-18T00:33:48.538539
| 2023-08-09T09:31:24
| 2023-08-09T09:31:24
| 154,419,943
| 293
| 45
|
NOASSERTION
| 2023-09-14T15:31:32
| 2018-10-24T01:28:47
|
R
|
UTF-8
|
R
| false
| true
| 1,662
|
rd
|
timestreamwrite_create_table.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/timestreamwrite_operations.R
\name{timestreamwrite_create_table}
\alias{timestreamwrite_create_table}
\title{Adds a new table to an existing database in your account}
\usage{
timestreamwrite_create_table(
DatabaseName,
TableName,
RetentionProperties = NULL,
Tags = NULL,
MagneticStoreWriteProperties = NULL,
Schema = NULL
)
}
\arguments{
\item{DatabaseName}{[required] The name of the Timestream database.}
\item{TableName}{[required] The name of the Timestream table.}
\item{RetentionProperties}{The duration for which your time-series data must be stored in the
memory store and the magnetic store.}
\item{Tags}{A list of key-value pairs to label the table.}
\item{MagneticStoreWriteProperties}{Contains properties to set on the table when enabling magnetic store
writes.}
\item{Schema}{The schema of the table.}
}
\description{
Adds a new table to an existing database in your account. In an Amazon Web Services account, table names must be at least unique within each Region if they are in the same database. You might have identical table names in the same Region if the tables are in separate databases. While creating the table, you must specify the table name, database name, and the retention properties. \href{https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html}{Service quotas apply}. See \href{https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.create-table.html}{code sample} for details.
See \url{https://www.paws-r-sdk.com/docs/timestreamwrite_create_table/} for full documentation.
}
\keyword{internal}
|
931d961137311dbee8e0484ce92ca239838a3eae
|
bc882e24dd0a08aa93b9a5faa968e1016674d6a2
|
/man/insert_na.Rd
|
1c7a2ddfa5f12422013cff8493b17d02fb10f1b5
|
[
"MIT"
] |
permissive
|
dedenistiawan/sknifedatar
|
350ecb9725f8819914a1635f306a9c34bb97a167
|
af29fe7e755ba926f4c6203bcb936dc225813310
|
refs/heads/master
| 2023-08-15T23:24:43.467326
| 2021-07-18T16:35:20
| 2021-07-18T16:35:20
| null | 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| true
| 843
|
rd
|
insert_na.Rd
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/insert_na.R
\name{insert_na}
\alias{insert_na}
\title{Add NA values to a dataframe}
\usage{
insert_na(.dataset, columns, .p = 0.01, seed = 123)
}
\arguments{
\item{.dataset}{data frame.}
\item{columns}{vector that indicates the name of the columns where the NA values will be added,
in the format: c("X1", "X2") for variables X1, X2.}
\item{.p}{value between 0 and 1, indicating the proportion of NA values that will be added.}
\item{seed}{random number seed.}
}
\value{
the original data frame, but with the NA values added in the indicated columns.
}
\description{
allows adding NA values to a data frame, selecting the columns
and the proportion of desired NAs.
}
\examples{
insert_na(.dataset = iris, columns = c("Sepal.Length","Petal.Length"), .p = 0.25)
}
|
d3a4d1b4fa3e2ba4b18c8c9d512f0912d1824fbc
|
4cbbfeef9370d5e74ce8b0934be2ae07d60dbeec
|
/single proportion hyp test and confidence.R
|
6baf1f7f8c726eaa1255902ff0cebb8692438dcc
|
[] |
no_license
|
sharmash937/R-Basics
|
a77bdb87bf8897038350dabcf1ea149e73483e11
|
50d1bee922c0f30601fcfb6d310878d223441ae1
|
refs/heads/master
| 2021-04-09T15:00:33.746993
| 2018-03-16T17:09:52
| 2018-03-16T17:09:52
| 125,541,030
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 288
|
r
|
single proportion hyp test and confidence.R
|
rm(list = ls())
prop.test(98, 162)
#one tailed test with 90% confidence interval
prop.test(98, 162, alt = "greater", conf.level = 0.90)
#-----------------------------
quakes[1:5,]
mag <- quakes$mag
mag[1:5]
t.test(mag)
t.test(mag, alternative = "greater", mu =4)
|
5700f9a599781a28d1802b935e10759dfb333409
|
29ebe0864a6e8a7c8f8b7a29bab5171460a190f8
|
/FinID/server.R
|
e56117d03412c4dd37ecdb0f1f3d2ee6b1ab19ea
|
[] |
no_license
|
idelgado2/gws_finID_portal
|
81f0e6cd564e113b955573a489dcdc1f6390fe07
|
03291412bab71cd0d222c0d899b5790eb0fb66b4
|
refs/heads/master
| 2020-06-23T01:50:19.341042
| 2019-08-22T18:41:42
| 2019-08-22T18:41:42
| 198,465,891
| 0
| 0
| null | 2019-07-23T16:12:07
| 2019-07-23T16:12:07
| null |
UTF-8
|
R
| false
| false
| 14,979
|
r
|
server.R
|
### This is the SERVER file for our groundUP file ###
library(shiny)
source("fin_shiny_fxns2.R")
shinyServer(
function(input, output, session){
##~~~~~~~~~~~~~~~~~~~~~~~~##
## VARIABLES HERE ##
##~~~~~~~~~~~~~~~~~~~~~~~~##
phid <- reactiveValues() #reactive value to hold majority of user input values
hide("reviewButton") #hide review button to ensure it is not clicked before masfins is clicked once so that the temp csv file is created and site crash is avoided
if(file.exists(paste0(finCSVPath,"test.csv"))){
file.remove(paste0(finCSVPath,"test.csv"))
}
##~~~~~~~~~~~~~~~~~~~~~~##
## OUTPUTS HERE ##
##~~~~~~~~~~~~~~~~~~~~~~##
output$finishTable <- renderDataTable({read.csv(paste0(finCSVPath,"test.csv"), row.names = NULL)}) ##may not need this here, I will check right now
##############################################################
## HIDE DATA entry table until essential infor is included ###
##############################################################
output$finuploaded <- reactive({
return(!is.null(finUP()))
})
########################################################
## Fin upload will continue to run even when hidden, ###
## not exactly sure why we need this but we need it ###
########################################################
outputOptions(output, 'finuploaded', suspendWhenHidden=FALSE)
#######################################################################
## Ouputs for chossen SURVEY SITE, SURVEY DATE, and generated FindID ##
#######################################################################
output$siteOutput.phid = renderUI(tags$p(tags$span(style="color:red", "SURVEY SITE"), "assigned as: ", tags$span(style="color:red", input$site.phid)))
output$dateOutput.phid = renderUI(tags$p(tags$span(style="color:red", "SURVEY DATE"), "assigned as: ", tags$span(style="color:red", as.Date(input$date.phid, format = "%m-%d-%Y"))))
output$path = renderText({
inFile <- input$fin.photo
ifelse (is.null(inFile), return(NULL), return(inFile$datapath))
})
##~~~~~~~~~~~~~~~~~~~~##
## FUNCTIONS HERE ##
##~~~~~~~~~~~~~~~~~~~~##
####################################################################
## DATA SHOWING Function called 'finUP', This will check ###
## if the a photo has been uploaded. Once a photo has been ###
## uploaded it will assign all inputed values to a ###
## reavctive values structure and will output the uploaded ###
## photo on the the screen as well as the the Photo ID givin ###
## to the photo, the leaflet map, to pinpoint location of ###
## fin photo capture and a table at the bottom summarizing ###
## the current fin photo information that will be submitted ###
## to the current session. All map functionality is included ###
## in this function, the actual map and OBSERVE EVENT associated ###
## with the map when clicking. ###
####################################################################
finUP <- reactive({
if(is.null(input$fin.photo)){ #if there is no photo uploaded do not assign values yet
return(NULL)
}
else{
#assign reactive values
phid$site <- input$site.phid
phid$date <- input$date.phid
phid$val <- paste0(toupper(input$site.phid), #create Photo ID and assign to reactive value 'val'
format(input$date.phid, "%y%m%d"),
ifelse(nchar(input$sighting.phid==1),
paste0("0", input$sighting.phid),
input$sighting.phid))
output$FinShot <- renderImage({list(src = input$fin.photo$datapath)}, deleteFile = FALSE) #print uploaded photo
output$PhotoID = renderUI(tags$p(tags$span(style="color:red", "PHOTO ID"), "assigned as: ", tags$span(style="color:red", phid$val))) #print Photo ID
### LEAFLET MAP FUNCTIONALITY HERE ###
ctr <- flds$coords[[input$site.phid]]
output$map <- renderLeaflet({
if(input$lat =="" || input$long ==""){
leaflet() %>%
addProviderTiles(providers$Stamen.TonerLite, options = providerTileOptions(noWrap=T)) %>%
setView(lng=ctr[1,1], lat = ctr[1,2], zoom = 14)
}
else{
phid$lat <- as.numeric(input$lat)
phid$long <- as.numeric(input$long)
leaflet() %>%
addProviderTiles(providers$Stamen.TonerLite, options = providerTileOptions(noWrap=T)) %>%
setView(lng=input$long, lat = input$lat, zoom = 14) %>%
addPulseMarkers(data = click, lng=as.numeric(input$long), lat=as.numeric(input$lat), icon = makePulseIcon(), options = leaflet::markerOptions(draggable = F))
}
})
output$dataentry <- renderDataTable(formData()) #print preview table to current information to view befor submitting to current session
#########################################
## OBSERVER EVENT FOR MAP CLICK HERE, ###
## within the same function, I don't ###
## know if we can move it out of this ###
## function, but this works here ###
#########################################
observeEvent(input$map_click,{
#capture click
click <- input$map_click
phid$lat <- click$lat
phid$long <- click$lng
#add to map
leafletProxy('map') %>%
clearMarkers() %>%
addPulseMarkers(data = click, lng=~lng, lat=~lat, icon = makePulseIcon(),
options = leaflet::markerOptions(draggable = F))
output$xyloc <- renderText({paste("lat: ",
round(click$lat, 4),
"| long: ",
round(click$lng, 4)
)
})
updateTextInput(session, "lat", value = round(click$lat, 4)) #update coordinates in input boxes depending on map click
updateTextInput(session, "long", value = round(click$lng, 4))
})
}
})
#################################################
## DATA MAKING function 'formData', this will ###
## take all the inputed values and put ###
## them into a data.frame called 'data' ###
#################################################
formData <- reactive({
if(is.null(finUP)){
return(NULL)
}else{
data <- c(refID = "UNMATCHED",
name = "NONE_YET",
match.sugg = as.character(input$match.sugg),
time.obs = as.character(input$time),
PhotoID = as.character(phid$val),
site = toupper(as.character(input$site.phid)),
date = as.character(input$date.phid),
sighting = as.character(input$sighting.phid),
sex = as.character(input$sex),
size = as.character(round(input$size/0.5)*0.5),
tag.exists = as.character(input$tag.exists),
tag.deployed = as.character(input$tagdeployed),
tag.id = as.character(input$tag.id),
tag.side = as.character(input$tag.side),
biopsy = as.character(input$biopsy),
biopsy.id = as.character(input$biopsy.id),
notes = as.character(input$notes),
tagging.notes = as.character(input$tag.notes),
user = as.character(input$user),
lat.approx = as.character(round(as.numeric(phid$lat), 4)),
long.approx = as.character(round(as.numeric(phid$long), 4)),
timestamp = epochTime(),
dfN = file.path(paste0("CCA_GWS_PHID_", phid$val, "_",as.integer(Sys.time()),".csv")),
#pFn = file.path(dropfin, paste0(phid$val, ".", tools::file_ext(input$fin.photo$datapath))),
survey.vessel = as.character(input$vessel),
survey.crew = as.character(paste(input$crew, collapse = "|")),
survey.effortON = as.character(input$effort[1]), #w/ slider range
survey.effortOFF = as.character(input$effort[2]),
survey.notes = as.character(input$survey.notes)
)
data <- t(data)
data
}
})
##~~~~~~~~~~~~~~~~~~~~~##
## OBSERVE EVENTS HERE ##
##~~~~~~~~~~~~~~~~~~~~~##
################################################
## OBSERVE EVENT for 'addFins' button #####
## in SURVEY INFO Tab this will push the #####
## user to the 'FIN ID ENTRY' Tab #####
################################################
observeEvent(
input$addfins,
{updateTabsetPanel(
session = session,
"form",
selected = "Fin Photo Entry"
)}
)
##################################################################
## OBSERVE EVENT for 'masfins' button in FIN ID ENTRY Tab, ###
## this will take the data.frame 'data' and pass it to ###
## saveData() function as well as the photo uploaded to ###
## savePhoto() function. These functions are located in ###
## file fin_shiny_fxns2.R and this will save the the data ###
## to a temporary csv file and the photo to a separate folder. ###
## The paths can be changed at the top of fin_shiny_fxns2.R ###
##################################################################
observeEvent(input$masfins, {
data <- data.frame(formData(), stringsAsFactors = F) #save data to a dataframe in local varibale to pass to functions
showNotification(paste(data$dfN, "being uploaded to server"),
closeButton = F, type = "message", duration=2,
id = "datUP")
saveData(data) #save data
savePhoto(input$fin.photo, phid$val) #save photo
show("reviewButton") #Show review button after initial masfins/addfin click is made to ensure that temp csv file is created to prevent from potential crashing
#reset fields
sapply(c("sex", "size", "tag.exists", "tagdeployed", "tag.id","tag.side",
"biopsy", "biopsy.id", "notes", "tag.notes","finuploaded", "fin.photo", "PhotoID", "match.sugg", "time", "FinShot"), reset)
updateNumericInput(session, "sighting.phid", value = (input$sighting.phid + 1)) #increase sigting by one everytime we want to add another fin entry
runjs("window.scrollTo(0, 50)") #scroll to top of the window after reseting everything
output$FinShot <- NULL
output$dataentry <- NULL
output$PhotoID <- NULL
phid$val <- NULL
#reset("data")
#reset("masfins")
})
####################################################################
## OBSERVE EVENT for 'r2submit' (review to submit) button in ###
## FIN ID ENTRY Tab, this will read the temporary csv file ###
## created by 'masfins' button into a data.frame called 'mydata' ###
## and then render an editable table (handsontable) in the ###
## DATA SUBMISSION tab. This even will also push the user to the ###
## DATA SUBMISSION tab as well. ###
####################################################################
observeEvent(input$r2submit, {
mydata <- read.csv(file=paste0(finCSVPath,"test.csv"), header=TRUE, sep=",", stringsAsFactors = FALSE, row.names = NULL) #this is called to load the data table in the Data Submission page
Sys.sleep(1) #forcing program to sleep for a second in order to let test csv file to be created and identified in time to render the table
output$hotTable <- renderRHandsontable({
rhandsontable(mydata) %>% # converts the R dataframe to rhandsontable object
hot_col("PhotoID", readOnly = TRUE) %>%
hot_col("site", readOnly = TRUE) %>%
hot_col("date", readOnly = TRUE) %>%
hot_col("sighting", readOnly = TRUE) %>%
hot_context_menu(allowRowEdit = TRUE, allowColEdit = FALSE)
})
updateTabsetPanel(session, "form", selected = "Data Submission") #move user to submission page
})
#############################################################################
## OBSERVE EVENT for 'serverSubmit' button in DATA SUBMISSION Tab, ###
## this will write to a new permenant CSV file using the newly ###
## created table. We use the table here instead of the previous ###
## data.frame because the user may edit the information in the table. ###
## This event will also delete the temporary csv file previously created. ###
## Lastly, this will push the user to the SURVEY INFO tab to start over. ###
#############################################################################
observeEvent(input$serverSubmit,{
write.table(hot_to_r(input$hotTable), file = paste0(finCSVPath, paste0(as.character(Sys.time()),"_FinID.csv")),
row.names = FALSE, col.names = TRUE, quote = TRUE, append=FALSE, sep = ",") # write table to new csv file
file.remove(paste0(finCSVPath,"test.csv")) #delete temporary filed
shinyalert::shinyalert(title = "Uploading To Server", text = "", type = "success", closeOnEsc = FALSE,
closeOnClickOutside = FALSE, html = FALSE, showCancelButton = FALSE,
showConfirmButton = FALSE, timer = 3000,
animation = TRUE) #notification to user
updateTabsetPanel(session, "form", selected = "Survey Info") #move to initial tab
})
########################################################################
## OBSERVER for insuring that all mandatory items are filled in. ###
## This may need to be revisioned, all fields are now filled in by ###
## default to ensure editability in the table in DATA SUBMISSION tab ###
## Thus, this observer may not be necessary at this point ###
########################################################################
observe({
mandatoryFilled <- vapply(flds$mandatory,
function(x) {
!is.null(input[[x]]) && input[[x]] != "" && !is.null(finUP())
},
logical(1))
mandatoryFilled <- all(mandatoryFilled)
})
}
)
|
a9db858cee3d24fb1d09b46a9792fc8d2ed1cadf
|
bb0065dff5734b13ca90030ab52e2dd9b5ddd7ad
|
/R/aggregation_operators.R
|
507a19c6ddb5769f4a5d05e03f9867798c3fc31c
|
[] |
no_license
|
cran/mongopipe
|
15a3aeed5a565078f42eca3c46063a80dcfd0fd2
|
86f4810c8c66c8960449e23dc58061cfda3c8032
|
refs/heads/master
| 2023-03-01T13:36:12.775198
| 2021-01-20T10:50:06
| 2021-01-20T10:50:06
| 334,162,069
| 0
| 0
| null | null | null | null |
UTF-8
|
R
| false
| false
| 683
|
r
|
aggregation_operators.R
|
#' Conditional expression ($cond)
#'
#' Evaluates a boolean expression to return one
#' of the two specified return expressions.
#'
#' @param test Expression which returns a boolean value.
#' @param yes Return this if the test returns true.
#' @param no Return this if the test returns false.
#'
#' @examples
#' \dontrun{
#' cond <- condition(test = list("$isArray"="$chart"),
#' yes = list("$size"="$chart"),
#' no = 0)
#' jsonlite::toJSON(cond)
#' }
#'
#' @return Return a list for using in mongopipe.
#'
#' @export
condition <- function(test, yes, no) {
query <- check_query(list("if"=test, "then"=yes, "else"=no))
list("$cond" = query)
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.