CRAN Package Check Results for Package covid19mobility

Last updated on 2021-02-23 06:51:10 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 3.49 628.53 632.02 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 2.72 470.15 472.87 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 808.26 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1 749.82 NOTE
r-devel-windows-ix86+x86_64 0.1.1 7.00 998.00 1005.00 OK
r-patched-linux-x86_64 0.1.1 3.47 598.26 601.73 OK
r-patched-solaris-x86 0.1.1 757.30 ERROR
r-release-linux-x86_64 0.1.1 3.53 603.99 607.52 OK
r-release-macos-x86_64 0.1.1 NOTE
r-release-windows-ix86+x86_64 0.1.1 10.00 1278.00 1288.00 OK
r-oldrel-macos-x86_64 0.1.1 NOTE
r-oldrel-windows-ix86+x86_64 0.1.1 5.00 852.00 857.00 OK

Check Details

Version: 0.1.1
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘glue’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.1
Check: data for non-ASCII characters
Result: NOTE
     Note: found 10188 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [300s/409s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(covid19mobility)
     > library(glue)
     > library(dplyr)
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:glue':
    
     collapse
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     >
     > refresh_funs <- dplyr::tribble(
     + ~fun, ~len, ~date_check,
     + "refresh_covid19mobility_apple_country", 18207, "2020-05-11",
     + "refresh_covid19mobility_apple_subregion", 91590, "2020-06-04",
     + "refresh_covid19mobility_apple_city", 453690, "2020-06-04", # as of 2020
     + "refresh_covid19mobility_google_country", 83160, "2020-06-04", # as of 2020
     + "refresh_covid19mobility_google_subregions", 1081764, "2020-06-04", # as of 2020
     + "refresh_covid19mobility_google_us_counties", 1708692, "2020-06-04" # as of 2020
     + )
     >
     > refresh_funs <- refresh_funs %>%
     + dplyr::mutate(dat = lapply(fun, function(x) eval(call(x))))
     Warning: Problem with `mutate()` input `dat`.
     ℹ 23070 parsing failures.
     row col expected actual file
     3162 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
     3163 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
     3164 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
     3165 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
     3166 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
     .... .......... .................. ....................... .....................................................................
     See problems(...) for more detai [... truncated]
     Warning: Problem with `mutate()` input `dat`.
     ℹ 23070 parsing failures.
     row col expected actual file
     3162 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
     3163 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
     3164 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
     3165 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
     3166 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
     .... .......... .................. ....................... .....................................................................
     See problems(...) for more detai [... truncated]
     Joining, by = c("location_code", "sub_region_1")
     Error: Problem with `mutate()` input `dat`.
     ✖ Cannot read file /tmp/RtmpOzaq6e/working_dir/Rtmp.tai5f/filebc952de1743: Not enough space
     ℹ Input `dat` is `lapply(fun, function(x) eval(call(x)))`.
     Backtrace:
     █
     1. ├─refresh_funs %>% dplyr::mutate(dat = lapply(fun, function(x) eval(call(x))))
     2. ├─dplyr::mutate(., dat = lapply(fun, function(x) eval(call(x))))
     3. ├─dplyr:::mutate.data.frame(., dat = lapply(fun, function(x) eval(call(x))))
     4. │ └─dplyr:::mutate_cols(.data, ...)
     5. │ ├─base::withCallingHandlers(...)
     6. │ └─mask$eval_all_mutate(quo)
     7. ├─base::lapply(fun, function(x) eval(call(x)))
     8. │ └─FUN(X[[i]], ...)
     9. │ ├─base::eval(call(x))
     10. │ │ └─base::eval(call(x))
     11. │ └─covid19mobility::refresh_covid19mobility_google_us_counties()
     12. │ ├─`%>%`(...)
     13. │ └─covid19mobility:::read_google_mobility()
     14. │ └─readr::read_csv(...)
     15. │ └─readr:::read_delimited(...)
     16. │ └─readr:::col_spec_standardise(...)
     17. │ └─readr:::guess_header(ds_header, tokenizer, locale)
     18. │ └─readr:::guess_header_(datasource, tokenizer, locale)
     19. ├─dplyr::select(., -location_code)
     20. ├─dplyr::filter(., !is.na(sub_region_1), !is.na(sub_region_2))
     21. └─base::.handleSimpleError(...)
     22. └─dplyr:::h(simpleError(msg, call))
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘animating_covid19_mobility.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    Linking to GEOS 3.6.4, GDAL 2.2.4, PROJ 5.2.0
    Loading required package: ggplot2
    No renderer backend detected. gganimate will default to writing frames to separate files
    Consider installing:
    - the `gifski` package for gif output
    - the `av` package for video output
    and restarting the R session
    --- finished re-building ‘animating_covid19_mobility.Rmd’
    
    --- re-building ‘apple_cities_across_space_and_change.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Linking to GEOS 3.6.4, GDAL 2.2.4, PROJ 5.2.0
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    `summarise()` has grouped output by 'location_code'. You can override using the `.groups` argument.
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    although coordinates are longitude/latitude, st_union assumes that they are planar
    --- finished re-building ‘apple_cities_across_space_and_change.Rmd’
    
    --- re-building ‘google_work_v_play.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    Warning: 23070 parsing failures.
     row col expected actual file
    3162 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
    3163 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
    3164 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
    3165 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
    3166 metro_area 1/0/T/F/TRUE/FALSE Kabul Metropolitan Area 'https://www.gstatic.com/covid19/mobility/Global_Mobility_Report.csv'
    .... .......... .................. ....................... .....................................................................
    See problems(...) for more details.
    
    Joining, by = c("location_code", "sub_region_1")
    --- finished re-building ‘google_work_v_play.Rmd’
    
    --- re-building ‘plot_us_mobility.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    Quitting from lines 20-26 (plot_us_mobility.Rmd)
    Error: processing vignette 'plot_us_mobility.Rmd' failed with diagnostics:
    Timeout was reached: [covid19-static.cdn-apple.com] Operation timed out after 10009 milliseconds with 0 out of 0 bytes received
    --- failed re-building ‘plot_us_mobility.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘plot_us_mobility.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86